- 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:
Uwe Tews
2014-10-30 00:55:01 +01:00
parent 0c9ca2994e
commit 52fb7b1e25
3 changed files with 308 additions and 298 deletions

View File

@@ -1,4 +1,7 @@
===== 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
- 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

View File

@@ -109,7 +109,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = 'Smarty-3.1.22-dev';
const SMARTY_VERSION = 'Smarty-3.1.22-dev/1';
/**
* define variable scopes

File diff suppressed because it is too large Load Diff