From 3bba3ff5e93c34d9f326b6f45d1e6e578e73adec Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Wed, 20 Nov 2024 22:18:13 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ src/Smarty.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b13ed55..f796e12e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.4.2] - 2024-11-20 + + - Support the deprecations introduced in PHP 8.4 and added tests for PHP 8.4 [#1043](https://github.com/smarty-php/smarty/pull/1043) ## [5.4.1] - 2024-08-29 diff --git a/src/Smarty.php b/src/Smarty.php index a89617975..b8d1bc7da 100644 --- a/src/Smarty.php +++ b/src/Smarty.php @@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase { /** * smarty version */ - const SMARTY_VERSION = '5.4.1'; + const SMARTY_VERSION = '5.4.2'; /** * define caching modes