diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2024-05-28 23:45:14 +0200 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2024-05-28 23:45:14 +0200 |
| commit | 06d6a5efd936221e5220805c9d07fba72254be80 (patch) | |
| tree | 0e25958c8d5ca6a6652a1357cd6830c3c24f64e5 /CHANGELOG.md | |
| parent | 0be92bc8a6fb83e6e0d883946f7e7c09ba4e857a (diff) | |
| download | smarty-06d6a5efd936221e5220805c9d07fba72254be80.tar.gz smarty-06d6a5efd936221e5220805c9d07fba72254be80.tar.bz2 smarty-06d6a5efd936221e5220805c9d07fba72254be80.zip | |
version bump
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e679aeb7..f359cec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 +- Added a PSR-4 loading script to allow Smarty to be used without Composer [#1017](https://github.com/smarty-php/smarty/pull/1017) + + ## [5.1.0] - 2024-04-22 - Prevent deprecation notices during compilation in PHP8.3 [#996](https://github.com/smarty-php/smarty/issues/996) - Fix that getTemplateVars would return an array of objects instead of the assigned variables values [#994](https://github.com/smarty-php/smarty/issues/994) |
