diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-07-24 20:31:27 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-07-24 20:31:27 +0200 |
| commit | f74a0d575a99bc9b0e307c2698a3756c2ac9fab1 (patch) | |
| tree | d999c08d12ad9dc207d8bb2ebecaea4e7b129cba /change_log.txt | |
| parent | eb2d9d4e6d0a774f4373f813f6154c637c3107ff (diff) | |
| download | smarty-f74a0d575a99bc9b0e307c2698a3756c2ac9fab1.tar.gz smarty-f74a0d575a99bc9b0e307c2698a3756c2ac9fab1.tar.bz2 smarty-f74a0d575a99bc9b0e307c2698a3756c2ac9fab1.zip | |
- regression this->addPluginsDir('/abs/path/to/dir') adding absolute path without trailing '/' did fail https://github.com/smarty-php/smarty/issues/260
Diffstat (limited to 'change_log.txt')
| -rw-r--r-- | change_log.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt index 59d2d92b..9ecb8390 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,7 @@ ===== 3.1.30-dev ===== (xx.xx.xx) + 24.07.2016 + - regression this->addPluginsDir('/abs/path/to/dir') adding absolute path without trailing '/' did fail https://github.com/smarty-php/smarty/issues/260 + 23.07.2016 - bugfix setTemplateDir('/') and setTemplateDir('') did create wrong absolute filepath https://github.com/smarty-php/smarty/issues/245 - optimization of filepath normalization |
