version bump

This commit is contained in:
Simon Wisselink
2024-08-30 01:10:42 +02:00
parent 598ccde435
commit 70ed68ff5b
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [5.4.1] - 2024-08-29
- Enable (and fix) unit tests for Windows [#1046](https://github.com/smarty-php/smarty/pull/1046)
- Fix the use of "extends:" to define the inheritance tree on Windows [#1018](https://github.com/smarty-php/smarty/issues/1018)

View File

@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
/**
* smarty version
*/
const SMARTY_VERSION = '5.4.0';
const SMARTY_VERSION = '5.4.1';
/**
* define caching modes