Skip to content

Commit 06d6a5e

Browse files
committed
version bump
1 parent 0be92bc commit 06d6a5e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+6
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.2.0] - 2024-05-28
10+
- Fixed a code injection vulnerability in extends-tag. This addresses CVE-2024-35226.
11+
- Added `$smarty->setCacheModifiedCheck()` setter for cache_modified_check
12+
- Added a PSR-4 loading script to allow Smarty to be used without Composer [#1017](https://github.com/smarty-php/smarty/pull/1017)
13+
14+
915
## [5.1.0] - 2024-04-22
1016
- Prevent deprecation notices during compilation in PHP8.3 [#996](https://github.com/smarty-php/smarty/issues/996)
1117
- Fix that getTemplateVars would return an array of objects instead of the assigned variables values [#994](https://github.com/smarty-php/smarty/issues/994)

changelog/1017.md

-1
This file was deleted.

changelog/GHSA-4rmg-292m-wg3w.md

-2
This file was deleted.

src/Smarty.php

+1-1
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.1.0';
57+
const SMARTY_VERSION = '5.2.0';
5858

5959
/**
6060
* define caching modes

0 commit comments

Comments
 (0)