summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-11-20 22:18:16 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2024-11-20 22:18:16 +0100
commit642a97adcc2bf6c1b2458d6afeeb36ae001c1c2f (patch)
treef35e5b51415bdfd9ee6b3da02b6c64f5ad151e44
parentb3b43af816c5f81f952edc66f8c4cf2dae4927e9 (diff)
parent3bba3ff5e93c34d9f326b6f45d1e6e578e73adec (diff)
downloadsmarty-642a97adcc2bf6c1b2458d6afeeb36ae001c1c2f.tar.gz
smarty-642a97adcc2bf6c1b2458d6afeeb36ae001c1c2f.tar.bz2
smarty-642a97adcc2bf6c1b2458d6afeeb36ae001c1c2f.zip
Merge branch 'release/5.4.2'v5.4.2
-rw-r--r--CHANGELOG.md3
-rw-r--r--src/Smarty.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64b13ed5..f796e12e 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 a8961797..b8d1bc7d 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