Merge branch 'release/5.5.2'

This commit is contained in:
Simon Wisselink
2025-08-26 10:38:06 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [5.5.2] - 2025-08-26
- Fixed escaping of array/object keys in debug_print_var - Fixed escaping of array/object keys in debug_print_var
## [5.5.1] - 2025-05-19 ## [5.5.1] - 2025-05-19

View File

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