From 52dc8adafba3672c7ad1a7f792200450e8c629e7 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Thu, 28 Mar 2024 11:23:16 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++++ changelog/972.md | 1 - src/Smarty.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 changelog/972.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 274c3b74a..c5b8c447d 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.0.2] - 2024-03-28 +- Fix Smarty::assign() not returning $this when called with an array as first parameter [#972](https://github.com/smarty-php/smarty/pull/972) + + ## [5.0.1] - 2024-03-27 - Fix error in Smarty\Smarty::compileAllTemplates() by including missing FilesystemIterator class [#966](https://github.com/smarty-php/smarty/issues/966) diff --git a/changelog/972.md b/changelog/972.md deleted file mode 100644 index e1e930a3c..000000000 --- a/changelog/972.md +++ /dev/null @@ -1 +0,0 @@ -- Fix Smarty::assign() not returning $this when called with an array as first parameter [#972](https://github.com/smarty-php/smarty/pull/972) \ No newline at end of file diff --git a/src/Smarty.php b/src/Smarty.php index bf1d3fad5..ce21710c8 100644 --- a/src/Smarty.php +++ b/src/Smarty.php @@ -55,7 +55,7 @@ class Smarty extends \Smarty\TemplateBase { /** * smarty version */ - const SMARTY_VERSION = '5.0.1'; + const SMARTY_VERSION = '5.0.2'; /** * define caching modes