Merge branch 'release/5.5.0'

This commit is contained in:
Simon Wisselink
2025-05-03 23:36:46 +02:00
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] ## [Unreleased]
## [5.5.0] - 2025-05-03
- Support trailing comma in array [#1013](https://github.com/smarty-php/smarty/issues/1013)
## [5.4.5] - 2025-04-15 ## [5.4.5] - 2025-04-15
- Fixed deprecation notice in StringEval in PHP8.4 [#1119](https://github.com/smarty-php/smarty/issues/1119) - Fixed deprecation notice in StringEval in PHP8.4 [#1119](https://github.com/smarty-php/smarty/issues/1119)

View File

@ -1 +0,0 @@
- Support trailing comma in array [#1013](https://github.com/smarty-php/smarty/issues/1013)

View File

@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
/** /**
* smarty version * smarty version
*/ */
const SMARTY_VERSION = '5.4.5'; const SMARTY_VERSION = '5.5.0';
/** /**
* define caching modes * define caching modes