Skip to content

Commit

Permalink
Merge branch 'release/5.0.2' into support/5
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskid committed Mar 28, 2024
2 parents 6f054ec + 52dc8ad commit bbd09c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.2] - 2024-03-28
- Fix Smarty::assign() not returning $this when called with an array as first parameter [#972](https://github.com/smarty-php/smarty/pull/972)


## [5.0.1] - 2024-03-27
- Fix error in Smarty\Smarty::compileAllTemplates() by including missing FilesystemIterator class [#966](https://github.com/smarty-php/smarty/issues/966)

Expand Down
1 change: 0 additions & 1 deletion changelog/972.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/Smarty.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Smarty extends \Smarty\TemplateBase {
/**
* smarty version
*/
const SMARTY_VERSION = '5.0.1';
const SMARTY_VERSION = '5.0.2';

/**
* define caching modes
Expand Down

0 comments on commit bbd09c7

Please sign in to comment.