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