Skip to content

Commit 42b869e

Browse files
committed
Merge branch 'release/4.5.1' into support/4
2 parents 204f3bc + 4cb0090 commit 42b869e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.5.1] - 2024-03-18
10+
11+
912
## [4.5.0] - 2024-03-18
1013

1114

libs/Smarty.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
107107
/**
108108
* smarty version
109109
*/
110-
const SMARTY_VERSION = '4.5.0';
110+
const SMARTY_VERSION = '4.5.1';
111111
/**
112112
* define variable scopes
113113
*/

0 commit comments

Comments
 (0)