From bcedfd6b58bed4a7366336979ebaa5a240581531 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Tue, 24 Apr 2018 16:14:10 +0200 Subject: [PATCH] Release version 3.1.32 --- change_log.txt | 2 +- libs/Smarty.class.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/change_log.txt b/change_log.txt index a3ebcc36..5765a171 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,4 @@ -===== 3.1.32 - dev === +===== 3.1.32 ===== (24.04.2018) 24.04.2018 - bugfix possible Security Vulnerability in Smarty_Security class. diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 0ce8fdea..597fbbf0 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -21,13 +21,13 @@ * smarty-discussion-subscribe@googlegroups.com * * @link http://www.smarty.net/ - * @copyright 2017 New Digital Group, Inc. - * @copyright 2017 Uwe Tews + * @copyright 2018 New Digital Group, Inc. + * @copyright 2018 Uwe Tews * @author Monte Ohrt - * @author Uwe Tews + * @author Uwe Tews * @author Rodney Rehm * @package Smarty - * @version 3.1.32-dev + * @version 3.1.32 */ /** * 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.32-dev-46'; + const SMARTY_VERSION = '3.1.32'; /** * define variable scopes */