diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-09-20 16:00:28 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-09-20 16:00:28 +0200 |
| commit | ec3a00e5ab921862bcaa3396a51e75091c9369ad (patch) | |
| tree | 28b4ec7c7b0ddc385e9b8de8be3b7611163ff325 /change_log.txt | |
| parent | b8acd7ea176bee219f65eed15721dbd23b3c24ed (diff) | |
| download | smarty-ec3a00e5ab921862bcaa3396a51e75091c9369ad.tar.gz smarty-ec3a00e5ab921862bcaa3396a51e75091c9369ad.tar.bz2 smarty-ec3a00e5ab921862bcaa3396a51e75091c9369ad.zip | |
- improvement new tags {block_parent} {block_child} in template inheritance
Diffstat (limited to 'change_log.txt')
| -rw-r--r-- | change_log.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt index 7cc23662..9c6f8dd7 100644 --- a/change_log.txt +++ b/change_log.txt @@ -3,6 +3,8 @@ - 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 + - temporary fix for https://github.com/smarty-php/smarty/issues/293 main reason still under investigation + - improvement new tags {block_parent} {block_child} in template inheritance 19.09.2016 - optimization clear compiled and cached folder completely on detected version change |
