diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2022-02-06 21:34:27 +0100 |
|---|---|---|
| committer | Simon Wisselink <wisskid@users.noreply.github.com> | 2022-02-06 21:34:27 +0100 |
| commit | 9e0536de18b53ba193364291ef0303b0ab9903e1 (patch) | |
| tree | 68b23fe3de0afae885cb6377d8eeef07f5f90d5c | |
| parent | 47f95ad324afc9ee07856d5b1a8bbae4171bc41f (diff) | |
| parent | 265cf4f3bc509822dcaf67cb4872c48016a43d2f (diff) | |
| download | smarty-9e0536de18b53ba193364291ef0303b0ab9903e1.tar.gz smarty-9e0536de18b53ba193364291ef0303b0ab9903e1.tar.bz2 smarty-9e0536de18b53ba193364291ef0303b0ab9903e1.zip | |
Merge branch 'release/4.1.0'v4.1.0
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | libs/Smarty.class.php | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c76850b..39e83483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.0] - 2022-02-06 + ### Added - PHP8.1 compatibility [#713](https://github.com/smarty-php/smarty/pull/713) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 2058524e..0abbe6a7 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -98,7 +98,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '4.0.4'; + const SMARTY_VERSION = '4.1.0'; /** * define variable scopes */ |
