diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2024-11-20 22:18:16 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2024-11-20 22:18:16 +0100 |
| commit | 642a97adcc2bf6c1b2458d6afeeb36ae001c1c2f (patch) | |
| tree | f35e5b51415bdfd9ee6b3da02b6c64f5ad151e44 | |
| parent | b3b43af816c5f81f952edc66f8c4cf2dae4927e9 (diff) | |
| parent | 3bba3ff5e93c34d9f326b6f45d1e6e578e73adec (diff) | |
| download | smarty-5.4.2.tar.gz smarty-5.4.2.tar.bz2 smarty-5.4.2.zip | |
Merge branch 'release/5.4.2'v5.4.2
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | src/Smarty.php | 2 |
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 |
