From c0d7a36124ac93f7c81512a55fe02f66fba8947e Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Wed, 19 Nov 2025 22:36:36 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++++ changelog/1137.md | 1 - src/Smarty.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 changelog/1137.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 085d0a25..59225433 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.7.0] - 2025-11-19 +- PHP 8.5 support + + ## [5.6.0] - 2025-10-03 - Added support for shorttags in functions [#1005](https://github.com/smarty-php/smarty/issues/1005) diff --git a/changelog/1137.md b/changelog/1137.md deleted file mode 100644 index 0293b0f6..00000000 --- a/changelog/1137.md +++ /dev/null @@ -1 +0,0 @@ -- PHP 8.5 support diff --git a/src/Smarty.php b/src/Smarty.php index fbb7314d..b53a36c2 100644 --- a/src/Smarty.php +++ b/src/Smarty.php @@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase { /** * smarty version */ - const SMARTY_VERSION = '5.6.0'; + const SMARTY_VERSION = '5.7.0'; /** * define caching modes