1
0

document smarty release

This commit is contained in:
Ian
2013-12-20 20:03:43 +01:00
parent 6eea1e55da
commit e81f3e5959

View File

@ -23,6 +23,10 @@ Version 2.0 ()
Version 1.7.4 () Version 1.7.4 ()
------------------------------------------------------------------------ ------------------------------------------------------------------------
* Smarty 3.1.16 bugfix release - please read bundled-libs/Smarty/change_log.txt
about changes to versions 3.1.16 and 3.1.15.
Please also see special bundled-libs/Smarty/3.1.16_RELEASE_NOTES.txt
* Removed blogg.de filter from spamblock plugin, adapted htaccess * Removed blogg.de filter from spamblock plugin, adapted htaccess
IP block algorithm for race conditions. .htaccess can now contain IP block algorithm for race conditions. .htaccess can now contain
multiple Deny From ranges to prevent parsing problems (DLange) multiple Deny From ranges to prevent parsing problems (DLange)
@ -32,9 +36,6 @@ Version 1.7.4 ()
* Fixed possible double includement of plugin_internal.inc.php * Fixed possible double includement of plugin_internal.inc.php
* Smarty 3.1.15 release - please read bundled-libs/Smarty/change_log.txt
(including fix for modifier capitalize from 3.1.16 trunk)
* Fix possible temporary caching errors failing $eventData[0]['properties'] * Fix possible temporary caching errors failing $eventData[0]['properties']
* Basic support for static blocks (includeentry plugin) in 2k11. * Basic support for static blocks (includeentry plugin) in 2k11.