mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
major push of internal changes for size and speed optimizations
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
===== 3.1.28-dev===== (xx.xx.2015)
|
===== 3.1.28-dev===== (xx.xx.2015)
|
||||||
xx.xx.2015
|
23.08.2015
|
||||||
- introduce Smarty::$resource_cache_mode and cache template object of {include} inside loop
|
- introduce Smarty::$resource_cache_mode and cache template object of {include} inside loop
|
||||||
- load seldom used Smarty API methods dynamically to reduce memory footprint
|
- load seldom used Smarty API methods dynamically to reduce memory footprint
|
||||||
- cache template object of {include} if same template is included several times
|
- cache template object of {include} if same template is included several times
|
||||||
|
@@ -118,7 +118,7 @@ class Smarty extends Smarty_Internal_TemplateBase
|
|||||||
/**
|
/**
|
||||||
* smarty version
|
* smarty version
|
||||||
*/
|
*/
|
||||||
const SMARTY_VERSION = '3.1.28-dev/47';
|
const SMARTY_VERSION = '3.1.28-dev/48';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* define variable scopes
|
* define variable scopes
|
||||||
|
Reference in New Issue
Block a user