summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-04-06 00:34:05 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2024-04-06 00:34:05 +0200
commit732040276609d0c3ad3381781c7444e7c5df9456 (patch)
treefc40e7554355be2260cf64bebdb4dff09714d88f
parent9656f553d10a16ff02d398e5a8e5f994aad5d7c9 (diff)
parent1115eb6f65f76458275f70a4f18fb763deb08542 (diff)
downloadsmarty-732040276609d0c3ad3381781c7444e7c5df9456.tar.gz
smarty-732040276609d0c3ad3381781c7444e7c5df9456.tar.bz2
smarty-732040276609d0c3ad3381781c7444e7c5df9456.zip
Merge branch 'release/4.5.2' into support/4v4.5.2
-rw-r--r--CHANGELOG.md2
-rw-r--r--libs/Smarty.class.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7261150d..7a5d6515 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+- Fixed argument must be passed by reference error introduced in v4.5.1 [#964](https://github.com/smarty-php/smarty/issues/964)
+
## [4.5.1] - 2024-03-18
diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php
index 1bfc5646..13dcb111 100644
--- a/libs/Smarty.class.php
+++ b/libs/Smarty.class.php
@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
- const SMARTY_VERSION = '4.5.1';
+ const SMARTY_VERSION = '4.5.2';
/**
* define variable scopes
*/