Skip to content

Commit 0e46ae3

Browse files
committed
Merge branch 'release/5.5.2'
2 parents 7677b84 + 4d793ee commit 0e46ae3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.5.2] - 2025-08-26
10+
11+
912
- Fixed escaping of array/object keys in debug_print_var
1013

1114
## [5.5.1] - 2025-05-19

src/Smarty.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
5454
/**
5555
* smarty version
5656
*/
57-
const SMARTY_VERSION = '5.5.1';
57+
const SMARTY_VERSION = '5.5.2';
5858

5959
/**
6060
* define caching modes

0 commit comments

Comments
 (0)