File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 4.5.4] - 2024-08-14
10+ - Fixed that using ` count() ` would trigger a deprecation notice. [ #813 ] ( https://github.com/smarty-php/smarty/issues/813 )
11+
12+
913## [ 4.5.3] - 2024-05-28
1014- Fixed a code injection vulnerability in extends-tag. This addresses CVE-2024 -35226.
1115
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
107107 /**
108108 * smarty version
109109 */
110- const SMARTY_VERSION = '4.5.3 ' ;
110+ const SMARTY_VERSION = '4.5.4 ' ;
111111 /**
112112 * define variable scopes
113113 */
You can’t perform that action at this time.
0 commit comments