diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2025-08-26 10:38:05 +0200 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2025-08-26 10:38:05 +0200 |
| commit | 4d793ee04c41a5353cd92324ebc644cff99013da (patch) | |
| tree | aedc34670a7e7a6bcb02ac2a9520886c26ecb7c2 | |
| parent | 7677b84058c88a2ea0276a1162063c25e4160d01 (diff) | |
| download | smarty-4d793ee04c41a5353cd92324ebc644cff99013da.tar.gz smarty-4d793ee04c41a5353cd92324ebc644cff99013da.tar.bz2 smarty-4d793ee04c41a5353cd92324ebc644cff99013da.zip | |
version bump
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | src/Smarty.php | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c8bd10e..4ee214ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.5.2] - 2025-08-26 + + - Fixed escaping of array/object keys in debug_print_var ## [5.5.1] - 2025-05-19 diff --git a/src/Smarty.php b/src/Smarty.php index 4618c1a2..efad0c1d 100644 --- a/src/Smarty.php +++ b/src/Smarty.php @@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase { /** * smarty version */ - const SMARTY_VERSION = '5.5.1'; + const SMARTY_VERSION = '5.5.2'; /** * define caching modes |
