We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc9a75 commit c0d7a36Copy full SHA for c0d7a36
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [5.7.0] - 2025-11-19
10
+- PHP 8.5 support
11
+
12
13
## [5.6.0] - 2025-10-03
14
- Added support for shorttags in functions [#1005](https://github.com/smarty-php/smarty/issues/1005)
15
changelog/1137.md
src/Smarty.php
@@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
54
/**
55
* smarty version
56
*/
57
- const SMARTY_VERSION = '5.6.0';
+ const SMARTY_VERSION = '5.7.0';
58
59
60
* define caching modes
0 commit comments