mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
Prepare 3.1.32-dev
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
===== 3.1.31 ===== (14.12.2016)
|
===== 3.1.32 - dev ===
|
||||||
|
|
||||||
|
===== 3.1.31 ===== (14.12.2016)
|
||||||
23.11.2016
|
23.11.2016
|
||||||
- move template object cache into static variables
|
- move template object cache into static variables
|
||||||
|
|
||||||
|
@@ -21,13 +21,13 @@
|
|||||||
* smarty-discussion-subscribe@googlegroups.com
|
* smarty-discussion-subscribe@googlegroups.com
|
||||||
*
|
*
|
||||||
* @link http://www.smarty.net/
|
* @link http://www.smarty.net/
|
||||||
* @copyright 2016 New Digital Group, Inc.
|
* @copyright 2017 New Digital Group, Inc.
|
||||||
* @copyright 2016 Uwe Tews
|
* @copyright 2017 Uwe Tews
|
||||||
* @author Monte Ohrt <monte at ohrt dot com>
|
* @author Monte Ohrt <monte at ohrt dot com>
|
||||||
* @author Uwe Tews
|
* @author Uwe Tews
|
||||||
* @author Rodney Rehm
|
* @author Rodney Rehm
|
||||||
* @package Smarty
|
* @package Smarty
|
||||||
* @version 3.1.31
|
* @version 3.1.32-dev
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -108,7 +108,7 @@ class Smarty extends Smarty_Internal_TemplateBase
|
|||||||
/**
|
/**
|
||||||
* smarty version
|
* smarty version
|
||||||
*/
|
*/
|
||||||
const SMARTY_VERSION = '3.1.31';
|
const SMARTY_VERSION = '3.1.32-dev';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* define variable scopes
|
* define variable scopes
|
||||||
|
Reference in New Issue
Block a user