From 1115eb6f65f76458275f70a4f18fb763deb08542 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Sat, 6 Apr 2024 00:33:17 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 2 ++ libs/Smarty.class.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 */