Skip to content

Commit 29a77de

Browse files
committed
Merge branch 'release/5.8.1'
2 parents ba745f5 + 6d06c5e commit 29a77de

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.8.1] - 2026-06-23
10+
- Re-activated unit tests for user literals, which were previously disabled due to a bug in refactoring to v5.
11+
- fixed a bug where child template's block content leaked into subsequent rendering of the parent template [#1189](https://github.com/smarty-php/smarty/issues/1189)
12+
- Moved all unit test-generated output from inside the working tree to tmp files [#1178](https://github.com/smarty-php/smarty/issues/1178)
13+
14+
915
## [5.8.0] - 2026-02-15
1016
- Added support for Backed Enums for php versions >= 8.1 [#1171](https://github.com/smarty-php/smarty/pull/1171)
1117
- Added support for new 'matches' operator doing regex matching [#1169](https://github.com/smarty-php/smarty/pull/1169)

changelog/1179.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/1189.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/userliterals.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Smarty.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
5454
/**
5555
* smarty version
5656
*/
57-
const SMARTY_VERSION = '5.8.0';
57+
const SMARTY_VERSION = '5.8.1';
5858

5959
/**
6060
* define caching modes

0 commit comments

Comments
 (0)