Skip to content

Commit fe7817c

Browse files
committed
version bump
1 parent 6856624 commit fe7817c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.3.1] - 2023-03-28
10+
911
### Security
1012
- Fixed Cross site scripting vulnerability in Javascript escaping. This addresses CVE-2023-28447.
1113

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.3.0';
110+
const SMARTY_VERSION = '4.3.1';
111111
/**
112112
* define variable scopes
113113
*/

0 commit comments

Comments
 (0)