diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8e77e8f..8d9033526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.3.1] - 2024-06-16 +- Fixed error when using section with nocache [#1034](https://github.com/smarty-php/smarty/issues/1034) + + ## [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) diff --git a/changelog/1034.md b/changelog/1034.md deleted file mode 100644 index 1c14a8608..000000000 --- a/changelog/1034.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed error when using section with nocache [#1034](https://github.com/smarty-php/smarty/issues/1034) \ No newline at end of file diff --git a/src/Smarty.php b/src/Smarty.php index 42eefe9ad..339103247 100644 --- a/src/Smarty.php +++ b/src/Smarty.php @@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase { /** * smarty version */ - const SMARTY_VERSION = '5.3.0'; + const SMARTY_VERSION = '5.3.1'; /** * define caching modes