diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-09-15 03:23:04 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-09-15 03:23:04 +0200 |
| commit | 58b6472d4f45d1919d228bd6b88a0bd962db2395 (patch) | |
| tree | 46762d6c2ea24c2dacdd5ba8a6399c42d7e51a2f /change_log.txt | |
| parent | 424dca6d24f98e72db0e57369c4739e97b2ecaef (diff) | |
| download | smarty-58b6472d4f45d1919d228bd6b88a0bd962db2395.tar.gz smarty-58b6472d4f45d1919d228bd6b88a0bd962db2395.tar.bz2 smarty-58b6472d4f45d1919d228bd6b88a0bd962db2395.zip | |
- bugfix function plugins called with assign attribute like {foo assign='bar'} did not output returned content because
because assumption was made that it was assigned to a variable https://github.com/smarty-php/smarty/issues/292
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 c60f1d52..e94baf5c 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,6 +1,8 @@ ===== 3.1.31-dev ===== (xx.xx.xx) 15.09.2016 - bugfix assigning a variable in if condition by function like {if $value = array_shift($array)} the function got called twice https://github.com/smarty-php/smarty/issues/291 + - bugfix function plugins called with assign attribute like {foo assign='bar'} did not output returned content because + because assumption was made that it was assigned to a variable https://github.com/smarty-php/smarty/issues/292 11.09.2016 - improvement {math} misleading E_USER_WARNING messages when parameter value = null https://github.com/smarty-php/smarty/issues/288 |
