mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
- commit several internal improvements
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
06.08.2015
|
06.08.2015
|
||||||
- avoid possible circular object referances caused by parser/lexer objects
|
- avoid possible circular object referances caused by parser/lexer objects
|
||||||
- rewrite compileAll... utility methods
|
- rewrite compileAll... utility methods
|
||||||
|
- commit several internal improvements
|
||||||
|
|
||||||
03.08.2015
|
03.08.2015
|
||||||
- rework clear cache methods
|
- rework clear cache methods
|
||||||
|
@@ -111,7 +111,7 @@ class Smarty extends Smarty_Internal_TemplateBase
|
|||||||
/**
|
/**
|
||||||
* smarty version
|
* smarty version
|
||||||
*/
|
*/
|
||||||
const SMARTY_VERSION = '3.1.28-dev/41';
|
const SMARTY_VERSION = '3.1.28-dev/43';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* define variable scopes
|
* define variable scopes
|
||||||
|
Reference in New Issue
Block a user