summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-07-18 23:43:58 +0200
committeruwetews <uwe.tews@googlemail.com>2016-07-18 23:43:58 +0200
commit5fd21b736108f7ec158221bd90013e007f6e8cf3 (patch)
treed076daf0f28d5fd34d8c782f707189c45584f786 /change_log.txt
parentd8542196965c5b36b94b8f660fcd16c91696a936 (diff)
downloadsmarty-5fd21b736108f7ec158221bd90013e007f6e8cf3.tar.gz
smarty-5fd21b736108f7ec158221bd90013e007f6e8cf3.tar.bz2
smarty-5fd21b736108f7ec158221bd90013e007f6e8cf3.zip
- bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index e192c4d2..55015cfc 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -3,6 +3,7 @@
- bugfix {foreach} if key variable and item@key attribute have been used both the key variable was not updated https://github.com/smarty-php/smarty/issues/254
- bugfix modifier on plugins like {plugin|modifier ... } did fail when the plugin does return an array https://github.com/smarty-php/smarty/issues/228
- bugfix avoid opcache_invalidate to result in ErrorException when opcache.restrict_api is not empty https://github.com/smarty-php/smarty/pull/244
+ - bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246
14.07.2016
- bugfix wrong parameter on compileAllTemplates() and compileAllConfig() https://github.com/smarty-php/smarty/issues/231