version bump

This commit is contained in:
Simon Wisselink
2025-08-26 10:37:44 +02:00
parent 3e6a478e93
commit 7721e5d786
4 changed files with 6 additions and 3 deletions

View File

@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [4.5.6] - 2025-08-26
- 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)
- Replace SMARTY_VERSION constant with $smarty.version in debug.tpl [#1073](https://github.com/smarty-php/smarty/issues/1073)
- Fixed escaping of array/object keys in debug_print_var - Fixed escaping of array/object keys in debug_print_var
## [4.5.5] - 2024-11-21 ## [4.5.5] - 2024-11-21

View File

@@ -1 +0,0 @@
- Replace SMARTY_VERSION constant with $smarty.version in debug.tpl [#1073](https://github.com/smarty-php/smarty/issues/1073)

View File

@@ -1 +0,0 @@
- 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)

View File

@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/** /**
* smarty version * smarty version
*/ */
const SMARTY_VERSION = '4.5.5'; const SMARTY_VERSION = '4.5.6';
/** /**
* define variable scopes * define variable scopes
*/ */