diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2024-05-30 13:14:54 +0200 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2024-05-30 13:14:54 +0200 |
| commit | 20c08ac40d32f6100b84e65f69dd126266a368cf (patch) | |
| tree | bb2559d67cc82b8a93a8ccae55007be54793f938 /CHANGELOG.md | |
| parent | 4aa1273a8003941b85e454b9267e13b812932182 (diff) | |
| download | smarty-20c08ac40d32f6100b84e65f69dd126266a368cf.tar.gz smarty-20c08ac40d32f6100b84e65f69dd126266a368cf.tar.bz2 smarty-20c08ac40d32f6100b84e65f69dd126266a368cf.zip | |
version bump
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fe2970..5b8e77e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.3.0] - 2024-05-30 +- Fix warning when calling hasVariable for an undefined variable [#977](https://github.com/smarty-php/smarty/issues/977) +- Added `$smarty->prependTemplateDir()` method [#1022](https://github.com/smarty-php/smarty/issues/1022) + + ## [5.2.0] - 2024-05-28 - Fixed a code injection vulnerability in extends-tag. This addresses CVE-2024-35226. - Added `$smarty->setCacheModifiedCheck()` setter for cache_modified_check |
