summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-21 19:06:16 +0000
committeruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-21 19:06:16 +0000
commitcade307db0e02979b927a8cfffa5b89b88de5bf3 (patch)
tree27ef7402c1fdbfce955796f0fa13bca3951f2078 /change_log.txt
parenteb60692dbe116d9e1050468020c5ce5198f61e68 (diff)
downloadsmarty-cade307db0e02979b927a8cfffa5b89b88de5bf3.tar.gz
smarty-cade307db0e02979b927a8cfffa5b89b88de5bf3.tar.bz2
smarty-cade307db0e02979b927a8cfffa5b89b88de5bf3.zip
- bugfix look for mixed case plugin file names as in 3.0 if not found try all lowercase
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index 90549c0c..016322c9 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== Smarty 3.1 trunk =====
+21.09.2011
+- bugfix look for mixed case plugin file names as in 3.0 if not found try all lowercase
+
20.09.2011
- bugfix removed debug echo output while compiling template inheritance
- bugfix relative paths in $template_dir broke relative path resolving in {include "../foo.tpl"}