version bump

This commit is contained in:
Simon Wisselink
2024-05-28 23:45:58 +02:00
parent 76881c8d33
commit 09e211cbfd
3 changed files with 5 additions and 2 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [4.5.3] - 2024-05-28
- Fixed a code injection vulnerability in extends-tag. This addresses CVE-2024-35226.
## [4.5.2] - 2024-04-06
- Fixed argument must be passed by reference error introduced in v4.5.1 [#964](https://github.com/smarty-php/smarty/issues/964)

View File

@ -1 +0,0 @@
- Fixed a code injection vulnerability in extends-tag. This addresses CVE-2024-35226.

View File

@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = '4.5.2';
const SMARTY_VERSION = '4.5.3';
/**
* define variable scopes
*/