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