summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2025-05-19 11:29:40 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2025-05-19 11:29:40 +0200
commit46cd224efb75cb0b3fcefbd8a6af1b075606ccc4 (patch)
tree31b78dd5efc42a61fbfee7b3bb095c5eda8208bd
parentd3b716a0b9e552a487a66fb66d2e4c1383ca74ea (diff)
downloadsmarty-46cd224efb75cb0b3fcefbd8a6af1b075606ccc4.tar.gz
smarty-46cd224efb75cb0b3fcefbd8a6af1b075606ccc4.tar.bz2
smarty-46cd224efb75cb0b3fcefbd8a6af1b075606ccc4.zip
version bump
-rw-r--r--CHANGELOG.md4
-rw-r--r--changelog/1132.md1
-rw-r--r--src/Smarty.php2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 087caa3a..6ddcd891 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [5.5.1] - 2025-05-19
+- Fix missing support for loading modifiercompilers from plugin dir in BCPluginsAdapter [#1132](https://github.com/smarty-php/smarty/pull/1132)
+
+
## [5.5.0] - 2025-05-03
- Support trailing comma in array [#1013](https://github.com/smarty-php/smarty/issues/1013)
diff --git a/changelog/1132.md b/changelog/1132.md
deleted file mode 100644
index a04fd4bc..00000000
--- a/changelog/1132.md
+++ /dev/null
@@ -1 +0,0 @@
-- Fix missing support for loading modifiercompilers from plugin dir in BCPluginsAdapter [#1132](https://github.com/smarty-php/smarty/pull/1132)
diff --git a/src/Smarty.php b/src/Smarty.php
index 8853dee7..4618c1a2 100644
--- a/src/Smarty.php
+++ b/src/Smarty.php
@@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
/**
* smarty version
*/
- const SMARTY_VERSION = '5.5.0';
+ const SMARTY_VERSION = '5.5.1';
/**
* define caching modes