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 3f0f308 commit fe325daCopy full SHA for fe325da
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.6.0] - 2025-10-03
10
+- Added support for shorttags in functions [#1005](https://github.com/smarty-php/smarty/issues/1005)
11
+
12
13
## [5.5.2] - 2025-08-26
14
15
changelog/1142.md
src/Smarty.php
@@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
54
/**
55
* smarty version
56
*/
57
- const SMARTY_VERSION = '5.5.2';
+ const SMARTY_VERSION = '5.6.0';
58
59
60
* define caching modes
0 commit comments