We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2adb880 + 44a08be commit c11676eCopy full SHA for c11676e
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
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
13
## [4.5.3] - 2024-05-28
14
- Fixed a code injection vulnerability in extends-tag. This addresses CVE-2024-35226.
15
changelog/count.md
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.3';
+ const SMARTY_VERSION = '4.5.4';
111
112
* define variable scopes
113
0 commit comments