Skip to content

Commit 7320402

Browse files
committed
Merge branch 'release/4.5.2' into support/4
2 parents 9656f55 + 1115eb6 commit 7320402

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
- Fixed argument must be passed by reference error introduced in v4.5.1 [#964](https://github.com/smarty-php/smarty/issues/964)
10+
911
## [4.5.1] - 2024-03-18
1012

1113

libs/Smarty.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
107107
/**
108108
* smarty version
109109
*/
110-
const SMARTY_VERSION = '4.5.1';
110+
const SMARTY_VERSION = '4.5.2';
111111
/**
112112
* define variable scopes
113113
*/

0 commit comments

Comments
 (0)