Skip to content

Commit 353ca06

Browse files
committed
Merge branch 'release/5.3.0'
2 parents 4aa1273 + 20c08ac commit 353ca06

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.3.0] - 2024-05-30
10+
- Fix warning when calling hasVariable for an undefined variable [#977](https://github.com/smarty-php/smarty/issues/977)
11+
- Added `$smarty->prependTemplateDir()` method [#1022](https://github.com/smarty-php/smarty/issues/1022)
12+
13+
914
## [5.2.0] - 2024-05-28
1015
- Fixed a code injection vulnerability in extends-tag. This addresses CVE-2024-35226.
1116
- Added `$smarty->setCacheModifiedCheck()` setter for cache_modified_check

changelog/1022.md

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

changelog/977.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.2.0';
57+
const SMARTY_VERSION = '5.3.0';
5858

5959
/**
6060
* define caching modes

0 commit comments

Comments
 (0)