1
0

Smarty 3.1.11

This commit is contained in:
Ian
2012-07-01 18:25:01 +02:00
parent ea66e5b89f
commit 03e8d3ce7b
8 changed files with 214 additions and 107 deletions

View File

@@ -1,4 +1,18 @@
===== Smarty-3.1.10 =====
===== trunk =====
===== Smarty-3.1.11 =====
30.06.2012
- bugfix {block.. hide} did not work as nested child (Forum Topic 22216)
25.06.2012
- bugfix the default plugin handler did not allow static class methods for modifier (issue 85)
24.06.2012
- bugfix escape modifier support for PHP < 5.2.3 (Forum Topic 21176)
11.06.2012
- bugfix the patch for Topic 21856 did break tabs between tag attributes (Forum Topic 22124)
===== Smarty-3.1.10 =====
09.06.2012
- bugfix the compiler did ignore registered compiler plugins for closing tags (Forum Topic 22094)
- bugfix the patch for Topic 21856 did break multiline tags (Forum Topic 22124)