summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-11-21 23:06:22 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2024-11-21 23:06:22 +0100
commitc4851c12e34ff80073ddeb7d98b059d57dea9de2 (patch)
treebe7edfae327db6c63a96c6e0d97e9d99023448db
parent4fbff32417c48bbe7fb9bcda5cd0a9376bcc747b (diff)
parent48f9d291ded4ee93212884727f4769f9c871eea0 (diff)
downloadsmarty-4.5.5.tar.gz
smarty-4.5.5.tar.bz2
smarty-4.5.5.zip
Merge branch 'release/4.5.5' into support/4v4.5.5
-rw-r--r--CHANGELOG.md3
-rw-r--r--libs/Smarty.class.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf8a724c..2c134c13 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]
+## [4.5.5] - 2024-11-21
+
+
- Support the deprecations introduced in PHP 8.4 and added tests for PHP 8.4 [#1084](https://github.com/smarty-php/smarty/pull/1084)
## [4.5.4] - 2024-08-14
diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php
index 8b4e31d8..071cc94f 100644
--- a/libs/Smarty.class.php
+++ b/libs/Smarty.class.php
@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
- const SMARTY_VERSION = '4.5.4';
+ const SMARTY_VERSION = '4.5.5';
/**
* define variable scopes
*/