From dd55b23121e55a3b4f1af90a707a6c4e5969530f Mon Sep 17 00:00:00 2001 From: uwetews Date: Wed, 12 Sep 2018 22:54:16 +0200 Subject: [PATCH] Prepare 3.1.33 release --- change_log.txt | 4 +++- libs/Smarty.class.php | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/change_log.txt b/change_log.txt index 539c09bd..70762eda 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,5 @@ -===== 3.1.33-dev-12 ===== +===== 3.1.33 release ===== 12.09.2018 +===== 3.1.33-dev-12 ===== 03.09.2018 - bugfix {foreach} using new style property access like {$item@property} on Smarty 2 style named foreach loop could produce errors https://github.com/smarty-php/smarty/issues/484 @@ -37,6 +38,7 @@ 26.04.2018 - bugfix regarding Security Vulnerability did not solve the problem under Linux. + Security issue CVE-2018-16831 ===== 3.1.32 ===== (24.04.2018) 24.04.2018 diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 348d6b53..a8969926 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -27,7 +27,7 @@ * @author Uwe Tews * @author Rodney Rehm * @package Smarty - * @version 3.1.33-dev + * @version 3.1.33 */ /** * set SMARTY_DIR to absolute path to Smarty library files. @@ -112,7 +112,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.33-dev-12'; + const SMARTY_VERSION = '3.1.33'; /** * define variable scopes */