From 0429272370f97e722ad29f4b4da69382dc7489e8 Mon Sep 17 00:00:00 2001 From: uwetews Date: Wed, 7 Sep 2016 00:41:31 +0200 Subject: - bugfix when {foreach} was looping over an object the total property like {$item@total} did always return 1 https://github.com/smarty-php/smarty/issues/281 --- change_log.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'change_log.txt') diff --git a/change_log.txt b/change_log.txt index d175aa27..c61cd264 100644 --- a/change_log.txt +++ b/change_log.txt @@ -2,7 +2,8 @@ 07.09.2016 - bugfix using nocache like attribute with value true like {plugin nocache=true} did not work https://github.com/smarty-php/smarty/issues/285 - bugfix uppercase TRUE, FALSE and NULL did not work when security was enabled https://github.com/smarty-php/smarty/issues/282 - + - bugfix when {foreach} was looping over an object the total property like {$item@total} did always return 1 https://github.com/smarty-php/smarty/issues/281 + 01.09.2016 - performance require_once should be called only once for shared plugins https://github.com/smarty-php/smarty/issues/280 -- cgit v1.3