We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6856624 commit fe7817cCopy full SHA for fe7817c
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [4.3.1] - 2023-03-28
10
+
11
### Security
12
- Fixed Cross site scripting vulnerability in Javascript escaping. This addresses CVE-2023-28447.
13
libs/Smarty.class.php
@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
107
/**
108
* smarty version
109
*/
110
- const SMARTY_VERSION = '4.3.0';
+ const SMARTY_VERSION = '4.3.1';
111
112
* define variable scopes
113
0 commit comments