mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
- bugfix access to class constant by object like {$object::CONST} or variable class name {$class::CONST} did not work (forum 25301) me
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
===== 3.1.22-dev ===== (xx.xx.2014)
|
===== 3.1.22-dev ===== (xx.xx.2014)
|
||||||
|
30.10.2014
|
||||||
|
- bugfix access to class constant by object like {$object::CONST} or variable class name {$class::CONST} did not work (forum 25301)
|
||||||
|
|
||||||
26.10.2014
|
26.10.2014
|
||||||
- bugfix E_NOTICE message was created during compilation when ASP tags '<%' or '%>' are in template source text
|
- bugfix E_NOTICE message was created during compilation when ASP tags '<%' or '%>' are in template source text
|
||||||
- bugfix merge_compiled_includes option failed when caching enables and same subtemplate was included cached and not cached
|
- bugfix merge_compiled_includes option failed when caching enables and same subtemplate was included cached and not cached
|
||||||
|
@@ -109,7 +109,7 @@ class Smarty extends Smarty_Internal_TemplateBase
|
|||||||
/**
|
/**
|
||||||
* smarty version
|
* smarty version
|
||||||
*/
|
*/
|
||||||
const SMARTY_VERSION = 'Smarty-3.1.22-dev';
|
const SMARTY_VERSION = 'Smarty-3.1.22-dev/1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* define variable scopes
|
* define variable scopes
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user