mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-27 21:09:25 +01:00
version bump
This commit is contained in:
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [5.7.0] - 2025-11-19
|
||||||
|
- PHP 8.5 support
|
||||||
|
|
||||||
|
|
||||||
## [5.6.0] - 2025-10-03
|
## [5.6.0] - 2025-10-03
|
||||||
- Added support for shorttags in functions [#1005](https://github.com/smarty-php/smarty/issues/1005)
|
- Added support for shorttags in functions [#1005](https://github.com/smarty-php/smarty/issues/1005)
|
||||||
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
- PHP 8.5 support
|
|
||||||
@@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
|
|||||||
/**
|
/**
|
||||||
* smarty version
|
* smarty version
|
||||||
*/
|
*/
|
||||||
const SMARTY_VERSION = '5.6.0';
|
const SMARTY_VERSION = '5.7.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* define caching modes
|
* define caching modes
|
||||||
|
|||||||
Reference in New Issue
Block a user