Skip to content

Commit

Permalink
Merge branch 'release/5.0.0-rc3'
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskid committed Feb 26, 2024
2 parents 41d80b9 + 4af5cc7 commit 7b5ec8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.0-rc3] - 2024-02-26
- Add support for implode, substr and json_encode as modifiers/functions in templates [#939](https://github.com/smarty-php/smarty/issues/939)
- Add template path to CompilerException to enable rich debug features [#935](https://github.com/smarty-php/smarty/issues/935)
- Fix incorrect compilation of expressions when escape_html=true [#930](https://github.com/smarty-php/smarty/pull/930)


### Added
- PHP8.3 support [#925](https://github.com/smarty-php/smarty/issues/925)
- Backlink to GitHub in docs
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-rc2';
const SMARTY_VERSION = '5.0.0-rc3';

/**
* define caching modes
Expand Down

0 comments on commit 7b5ec8a

Please sign in to comment.