mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
update changelog, fix dev version number
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
===== trunk =====
|
===== trunk =====
|
||||||
|
===== Smarty-3.1.6 =====
|
||||||
30.11.2011
|
30.11.2011
|
||||||
- bugfix is_cache() for individual cached subtemplates with $smarty->caching = CACHING_OFF did produce
|
- bugfix is_cache() for individual cached subtemplates with $smarty->caching = CACHING_OFF did produce
|
||||||
an exception (Forum Topic 20531)
|
an exception (Forum Topic 20531)
|
||||||
|
@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase {
|
|||||||
/**
|
/**
|
||||||
* smarty version
|
* smarty version
|
||||||
*/
|
*/
|
||||||
const SMARTY_VERSION = 'Smarty 3.1-DEV';
|
const SMARTY_VERSION = 'Smarty-3.1-DEV';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* define variable scopes
|
* define variable scopes
|
||||||
|
Reference in New Issue
Block a user