version bump

This commit is contained in:
Simon Wisselink
2022-05-17 14:57:50 +02:00
parent b96c3060d5
commit 28ea4f078c
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [3.1.45] - 2022-05-17
### Security ### Security
- Prevent PHP injection through malicious block name or include file name. This addresses CVE-2022-29221 - Prevent PHP injection through malicious block name or include file name. This addresses CVE-2022-29221

View File

@@ -111,7 +111,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/** /**
* smarty version * smarty version
*/ */
const SMARTY_VERSION = '3.1.44'; const SMARTY_VERSION = '3.1.45';
/** /**
* define variable scopes * define variable scopes
*/ */