We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7677b84 + 4d793ee commit 0e46ae3Copy full SHA for 0e46ae3
CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [5.5.2] - 2025-08-26
10
+
11
12
- Fixed escaping of array/object keys in debug_print_var
13
14
## [5.5.1] - 2025-05-19
src/Smarty.php
@@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
54
/**
55
* smarty version
56
*/
57
- const SMARTY_VERSION = '5.5.1';
+ const SMARTY_VERSION = '5.5.2';
58
59
60
* define caching modes
0 commit comments