Skip to content

Commit

Permalink
Merge branch 'release/4.5.4' into support/4
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskid committed Aug 14, 2024
2 parents 2adb880 + 44a08be commit c11676e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.5.4] - 2024-08-14
- Fixed that using `count()` would trigger a deprecation notice. [#813](https://github.com/smarty-php/smarty/issues/813)


## [4.5.3] - 2024-05-28
- Fixed a code injection vulnerability in extends-tag. This addresses CVE-2024-35226.

Expand Down
1 change: 0 additions & 1 deletion changelog/count.md

This file was deleted.

2 changes: 1 addition & 1 deletion libs/Smarty.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = '4.5.3';
const SMARTY_VERSION = '4.5.4';
/**
* define variable scopes
*/
Expand Down

0 comments on commit c11676e

Please sign in to comment.