diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-07-18 17:57:50 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-07-18 17:57:50 +0200 |
| commit | 92945eaf12ecccd5aa3d692f385767100c5dd429 (patch) | |
| tree | b8ecb76b39cb77cc48be91ecbcf2d7c6e827b30d /change_log.txt | |
| parent | 79a4fdcd52d7785dd543371d595853da8a73f743 (diff) | |
| download | smarty-92945eaf12ecccd5aa3d692f385767100c5dd429.tar.gz smarty-92945eaf12ecccd5aa3d692f385767100c5dd429.tar.bz2 smarty-92945eaf12ecccd5aa3d692f385767100c5dd429.zip | |
- bugfix modifier on plugins like {plugin|modifier ... } did fail when the plugin does return an array https://github.com/smarty-php/smarty/issues/228
Diffstat (limited to 'change_log.txt')
| -rw-r--r-- | change_log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt index 7acbd5ea..360a594f 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,6 +1,7 @@ ===== 3.1.30-dev ===== (xx.xx.xx) 18.07.2016 - bugfix {foreach} if key variable and item@key attribute have been used both the key variable was not updated https://github.com/smarty-php/smarty/issues/254 + - bugfix modifier on plugins like {plugin|modifier ... } did fail when the plugin does return an array https://github.com/smarty-php/smarty/issues/228 14.07.2016 - bugfix wrong parameter on compileAllTemplates() and compileAllConfig() https://github.com/smarty-php/smarty/issues/231 |
