Skip to content

Commit a8d77c8

Browse files
committed
Merge branch 'release/4.5.6' into support/4
2 parents 3e6a478 + 7721e5d commit a8d77c8

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.5.6] - 2025-08-26
10+
- Fixed that modifiers called like function would be compiled to modifier name instead of calling the registered callback [#1100](https://github.com/smarty-php/smarty/issues/1100)
11+
- Replace SMARTY_VERSION constant with $smarty.version in debug.tpl [#1073](https://github.com/smarty-php/smarty/issues/1073)
12+
13+
914
- Fixed escaping of array/object keys in debug_print_var
1015

1116
## [4.5.5] - 2024-11-21

changelog/1073.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/1100.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

libs/Smarty.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
107107
/**
108108
* smarty version
109109
*/
110-
const SMARTY_VERSION = '4.5.5';
110+
const SMARTY_VERSION = '4.5.6';
111111
/**
112112
* define variable scopes
113113
*/

0 commit comments

Comments
 (0)