Release version 3.1.32

This commit is contained in:
Uwe Tews
2018-04-24 16:14:10 +02:00
parent 216ada91f3
commit bcedfd6b58
2 changed files with 6 additions and 6 deletions

View File

@@ -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.

View File

@@ -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 <monte at ohrt dot com>
* @author Uwe Tews
* @author Uwe Tews <uwe dot tews at gmail dot com>
* @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
*/