[smarty-php] r4896 committed - - bugfix classmap in root composer.json should start at "libs/..."

3 views
Skip to first unread message

smart...@googlecode.com

unread,
Oct 14, 2014, 5:59:57 PM10/14/14
to smart...@googlegroups.com
Revision: 4896
Author: Uwe....@googlemail.com
Date: Tue Oct 14 21:59:49 2014 UTC
Log: - bugfix classmap in root composer.json should start
at "libs/..."

https://code.google.com/p/smarty-php/source/detail?r=4896

Modified:
/trunk/composer.json
/trunk/distribution/change_log.txt

=======================================
--- /trunk/composer.json Fri Oct 10 13:35:16 2014 UTC
+++ /trunk/composer.json Tue Oct 14 21:59:49 2014 UTC
@@ -30,9 +30,9 @@
},
"autoload": {
"classmap": [
- "distribution/libs/Smarty.class.php",
- "distribution/libs/SmartyBC.class.php",
- "distribution/libs/sysplugins/smarty_security.php"
+ "libs/Smarty.class.php",
+ "libs/SmartyBC.class.php",
+ "libs/sysplugins/smarty_security.php"
]
},
"repositories": [
=======================================
--- /trunk/distribution/change_log.txt Tue Oct 14 21:45:05 2014 UTC
+++ /trunk/distribution/change_log.txt Tue Oct 14 21:59:49 2014 UTC
@@ -1,6 +1,7 @@
===== 3.1.21-dev ===== (xx.xx.2014)
14.10.2014
- bugfix any tag placed within "<script language=php>" will throw a
security exception to close all thinkable holes
+ - bugfix classmap in root composer.json should start at "libs/..."

12.10.2014
- bugfix a comment like "<script{*foo*} language=php>" bypassed
$php_handling checking (Thue Kristensen)
Reply all
Reply to author
Forward
0 new messages