mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 02:14:26 +02:00
Release version 3.1.32
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user