aboutsummaryrefslogtreecommitdiffstats
path: root/library/Smarty/change_log.txt
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-18 13:46:38 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-18 13:46:38 -0800
commitb816a575eba7a2bb2add23d5eba0da05f2050f51 (patch)
tree0c0980d8fe05e81c02522b7385f369ba4e25ad9a /library/Smarty/change_log.txt
parenta99d28dea939abc7eb9fbfcfcc966c40215a94b6 (diff)
parent84bf7058119bb2ed48358678be9c212a66c8cb83 (diff)
downloadvolse-hubzilla-b816a575eba7a2bb2add23d5eba0da05f2050f51.tar.gz
volse-hubzilla-b816a575eba7a2bb2add23d5eba0da05f2050f51.tar.bz2
volse-hubzilla-b816a575eba7a2bb2add23d5eba0da05f2050f51.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'library/Smarty/change_log.txt')
-rw-r--r--library/Smarty/change_log.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/library/Smarty/change_log.txt b/library/Smarty/change_log.txt
index 2bcdfd024..cecda63d1 100644
--- a/library/Smarty/change_log.txt
+++ b/library/Smarty/change_log.txt
@@ -1,4 +1,18 @@
- ===== 3.1.28-dev===== (xx.xx.2015)
+ ===== 3.1.28 ===== (13.12.2015)
+ 13.12.2015
+ - bugfix {foreach} and {section} with uppercase characters in name attribute did not work (forum topic 25819)
+ - bugfix $smarty->debugging_ctrl = 'URL' did not work (forum topic 25811)
+ - bugfix Debug Console could display incorrect data when using subtemplates
+
+ 09.12.2015
+ - bugix Smarty did fail under PHP 7.0.0 with use_include_path = true;
+
+ 09.12.2015
+ -bugfix {strip} should exclude some html tags from stripping, related to fix for https://github.com/smarty-php/smarty/issues/111
+
+ 08.12.2015
+ - bugfix internal template function data got stored in wrong compiled file https://github.com/smarty-php/smarty/issues/114
+
05.12.2015
-bugfix {strip} should insert a single space https://github.com/smarty-php/smarty/issues/111