We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9656f55 + 1115eb6 commit 7320402Copy full SHA for 7320402
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+- Fixed argument must be passed by reference error introduced in v4.5.1 [#964](https://github.com/smarty-php/smarty/issues/964)
10
+
11
## [4.5.1] - 2024-03-18
12
13
libs/Smarty.class.php
@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
107
/**
108
* smarty version
109
*/
110
- const SMARTY_VERSION = '4.5.1';
+ const SMARTY_VERSION = '4.5.2';
111
112
* define variable scopes
113
0 commit comments