Skip to content

Commit

Permalink
Merge branch 'release/5.0.0-rc2'
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskid committed Nov 11, 2023
2 parents 198338e + 4038fa6 commit 58991f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.0-rc2] - 2023-11-11


### Fixed
- Registered output filters wouldn't run [#899](https://github.com/smarty-php/smarty/issues/899)
- Use of negative numbers in {math} equations [#895](https://github.com/smarty-php/smarty/issues/895)
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-rc1';
const SMARTY_VERSION = '5.0.0-rc2';

/**
* define caching modes
Expand Down

0 comments on commit 58991f3

Please sign in to comment.