version bump

This commit is contained in:
Simon Wisselink
2025-10-03 23:22:23 +02:00
parent 3f0f308a7b
commit fe325daec0
3 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [5.6.0] - 2025-10-03
- Added support for shorttags in functions [#1005](https://github.com/smarty-php/smarty/issues/1005)
## [5.5.2] - 2025-08-26

View File

@@ -1 +0,0 @@
- Added support for shorttags in functions [#1005](https://github.com/smarty-php/smarty/issues/1005)

View File

@@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
/**
* smarty version
*/
const SMARTY_VERSION = '5.5.2';
const SMARTY_VERSION = '5.6.0';
/**
* define caching modes