We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39537b commit 090948fCopy full SHA for 090948f
2 files changed
classes/PHPTAL.php
@@ -13,7 +13,7 @@
13
* @link http://phptal.org/
14
*/
15
16
-define('PHPTAL_VERSION', '1_2_3a2');
+define('PHPTAL_VERSION', '1_3_0');
17
18
PHPTAL::autoloadRegister();
19
composer.json
@@ -2,8 +2,8 @@
2
"name": "phptal/phptal",
3
"homepage": "http://phptal.org/",
4
"description": "PHPTAL is a templating engine for PHP5 that implements Zope Page Templates syntax",
5
- "version":"1.2.2",
6
- "license": "LGPLv2",
+ "version":"1.3.0",
+ "license": "LGPL-2.1+",
7
"type": "library",
8
"keywords": [
9
"zope",
0 commit comments