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.
2 parents d3b716a + 46cd224 commit cbcd66eCopy full SHA for cbcd66e
3 files changed
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.5.1] - 2025-05-19
10
+- Fix missing support for loading modifiercompilers from plugin dir in BCPluginsAdapter [#1132](https://github.com/smarty-php/smarty/pull/1132)
11
+
12
13
## [5.5.0] - 2025-05-03
14
- Support trailing comma in array [#1013](https://github.com/smarty-php/smarty/issues/1013)
15
changelog/1132.md
src/Smarty.php
@@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
54
/**
55
* smarty version
56
*/
57
- const SMARTY_VERSION = '5.5.0';
+ const SMARTY_VERSION = '5.5.1';
58
59
60
* define caching modes
0 commit comments