Skip to content

Commit c11676e

Browse files
committed
Merge branch 'release/4.5.4' into support/4
2 parents 2adb880 + 44a08be commit c11676e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff 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

changelog/count.md

-1
This file was deleted.

libs/Smarty.class.php

+1-1
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.3';
110+
const SMARTY_VERSION = '4.5.4';
111111
/**
112112
* define variable scopes
113113
*/

0 commit comments

Comments
 (0)