File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
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
+
9
13
## [ 5.5.0] - 2025-05-03
10
14
- Support trailing comma in array [ #1013 ] ( https://github.com/smarty-php/smarty/issues/1013 )
11
15
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
54
54
/**
55
55
* smarty version
56
56
*/
57
- const SMARTY_VERSION = '5.5.0 ' ;
57
+ const SMARTY_VERSION = '5.5.1 ' ;
58
58
59
59
/**
60
60
* define caching modes
You can’t perform that action at this time.
0 commit comments