Skip to content

Commit

Permalink
Merge branch 'release/5.0.0-rc1'
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskid committed Aug 7, 2023
2 parents 6c48c44 + af54caa commit 548a670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.0-rc1] - 2023-08-08

### Added
- 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.
Expand Down
2 changes: 1 addition & 1 deletion src/Smarty.php
Expand Up @@ -53,7 +53,7 @@ class Smarty extends \Smarty\TemplateBase {
/**
* smarty version
*/
const SMARTY_VERSION = '5.0.0';
const SMARTY_VERSION = '5.0.0-rc1';

/**
* define caching modes
Expand Down

0 comments on commit 548a670

Please sign in to comment.