Merge branch 'release/5.0.0-rc1'

This commit is contained in:
Simon Wisselink
2023-08-08 00:20:35 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [5.0.0-rc1] - 2023-08-08
### Added ### Added
- Added support for PHP8.2 - Added support for PHP8.2
- Added a new way to extend Smarty functionality using `Smarty::addExtension()` or `Smarty::setExtensions()`. Please see the docs for more information. - Added a new way to extend Smarty functionality using `Smarty::addExtension()` or `Smarty::setExtensions()`. Please see the docs for more information.

View File

@@ -53,7 +53,7 @@ class Smarty extends \Smarty\TemplateBase {
/** /**
* smarty version * smarty version
*/ */
const SMARTY_VERSION = '5.0.0'; const SMARTY_VERSION = '5.0.0-rc1';
/** /**
* define caching modes * define caching modes