From 4d793ee04c41a5353cd92324ebc644cff99013da Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Tue, 26 Aug 2025 10:38:05 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ src/Smarty.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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