diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-09-20 14:21:39 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-09-20 14:21:39 +0200 |
| commit | b8acd7ea176bee219f65eed15721dbd23b3c24ed (patch) | |
| tree | 63cae672cb371f8fcaebc49212a3b21997ceaf30 /change_log.txt | |
| parent | d9a69384732559b674c29f5899b3ccc3310e4829 (diff) | |
| download | smarty-b8acd7ea176bee219f65eed15721dbd23b3c24ed.tar.gz smarty-b8acd7ea176bee219f65eed15721dbd23b3c24ed.tar.bz2 smarty-b8acd7ea176bee219f65eed15721dbd23b3c24ed.zip | |
- bugfix some $smarty special template variables are no longer accessed as real variable.
using them on calls like {if isset($smarty.foo)} or {if empty($smarty.foo)} will fail
http://www.smarty.net/forums/viewtopic.php?t=26222
Diffstat (limited to 'change_log.txt')
| -rw-r--r-- | change_log.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt index ac3b2fdf..7cc23662 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,9 @@ ===== 3.1.31-dev ===== (xx.xx.xx) + 20.09.2016 + - bugfix some $smarty special template variables are no longer accessed as real variable. + using them on calls like {if isset($smarty.foo)} or {if empty($smarty.foo)} will fail + http://www.smarty.net/forums/viewtopic.php?t=26222 + 19.09.2016 - optimization clear compiled and cached folder completely on detected version change - cleanup convert cache resource file method clear into runtime extension |
