Skip to content

Commit 73da7e9

Browse files
committed
Merge branch 'release/5.7.0'
2 parents 8cc9a75 + c0d7a36 commit 73da7e9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.7.0] - 2025-11-19
10+
- PHP 8.5 support
11+
12+
913
## [5.6.0] - 2025-10-03
1014
- Added support for shorttags in functions [#1005](https://github.com/smarty-php/smarty/issues/1005)
1115

changelog/1137.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.6.0';
57+
const SMARTY_VERSION = '5.7.0';
5858

5959
/**
6060
* define caching modes

0 commit comments

Comments
 (0)