From 77b91a072bfdc9d4fe0c621e47564c95e73fda73 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Wed, 14 Aug 2024 22:00:42 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 5 +++++ changelog/1030.md | 1 - changelog/1047.md | 1 - src/Smarty.php | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 changelog/1030.md delete mode 100644 changelog/1047.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9033526..40f6145a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.4.0] - 2024-08-14 +- Fixing forced OpCache invalidation on every template include, which is resulting in fast raising wasted OpCache memory [#1007](https://github.com/smarty-php/smarty/issues/1007) +- Improvement of auto-escaping [#1030](https://github.com/smarty-php/smarty/pull/1030) + + ## [5.3.1] - 2024-06-16 - Fixed error when using section with nocache [#1034](https://github.com/smarty-php/smarty/issues/1034) diff --git a/changelog/1030.md b/changelog/1030.md deleted file mode 100644 index f7cba021e..000000000 --- a/changelog/1030.md +++ /dev/null @@ -1 +0,0 @@ -- Improvement of auto-escaping [#1030](https://github.com/smarty-php/smarty/pull/1030) \ No newline at end of file diff --git a/changelog/1047.md b/changelog/1047.md deleted file mode 100644 index 0eaa43494..000000000 --- a/changelog/1047.md +++ /dev/null @@ -1 +0,0 @@ -- Fixing forced OpCache invalidation on every template include, which is resulting in fast raising wasted OpCache memory [#1007](https://github.com/smarty-php/smarty/issues/1007) \ No newline at end of file diff --git a/src/Smarty.php b/src/Smarty.php index 339103247..a8b668595 100644 --- a/src/Smarty.php +++ b/src/Smarty.php @@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase { /** * smarty version */ - const SMARTY_VERSION = '5.3.1'; + const SMARTY_VERSION = '5.4.0'; /** * define caching modes