From b46a9a8dbd610323cb04c4a567405147d12dc570 Mon Sep 17 00:00:00 2001 From: uwetews Date: Sat, 28 May 2016 03:33:32 +0200 Subject: [PATCH] - bugfix/improvement of compileAlltemplates() follow symlinks in template folder (PHP >= 5.3.1) https://github.com/smarty-php/smarty/issues/224 clear internal cache and expension handler for each template to avoid possible conflicts https://github.com/smarty-php/smarty/issues/231 --- change_log.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/change_log.txt b/change_log.txt index 0f4ee7c80..1870206b3 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,8 @@  ===== 3.1.30-dev ===== (xx.xx.xx) + 27.05.2016 + - bugfix/improvement of compileAlltemplates() follow symlinks in template folder (PHP >= 5.3.1) https://github.com/smarty-php/smarty/issues/224 + clear internal cache and expension handler for each template to avoid possible conflicts https://github.com/smarty-php/smarty/issues/231 + 16.05.2016 - optimization {foreach} compiler and processing - broken PHP 5.3 and 5.4 compatibility