mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
update version numbers
This commit is contained in:
4
NEWS
4
NEWS
@@ -1,3 +1,7 @@
|
||||
Version 2.6.14 (May 28th, 2006)
|
||||
-------------------------------
|
||||
- fix compiler bug allowing php tags in secure templates
|
||||
(boots,monte)
|
||||
- un-hide hidden xml open tags (boots)
|
||||
- fix handling of block-methods of registered objects (El Hombre Gris,
|
||||
messju)
|
||||
|
@@ -18,7 +18,7 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
* @link http://smarty.php.net/
|
||||
* @version 2.6.13-dev
|
||||
* @version 2.6.15-dev
|
||||
* @copyright Copyright: 2001-2005 New Digital Group, Inc.
|
||||
* @author Andrei Zmievski <andrei@php.net>
|
||||
* @access public
|
||||
|
@@ -27,7 +27,7 @@
|
||||
* @author Monte Ohrt <monte at ohrt dot com>
|
||||
* @author Andrei Zmievski <andrei@php.net>
|
||||
* @package Smarty
|
||||
* @version 2.6.13-dev
|
||||
* @version 2.6.15-dev
|
||||
*/
|
||||
|
||||
/* $Id$ */
|
||||
@@ -464,7 +464,7 @@ class Smarty
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
var $_version = '2.6.13-dev';
|
||||
var $_version = '2.6.15-dev';
|
||||
|
||||
/**
|
||||
* current template inclusion depth
|
||||
|
@@ -21,7 +21,7 @@
|
||||
* @link http://smarty.php.net/
|
||||
* @author Monte Ohrt <monte at ohrt dot com>
|
||||
* @author Andrei Zmievski <andrei@php.net>
|
||||
* @version 2.6.13-dev
|
||||
* @version 2.6.15-dev
|
||||
* @copyright 2001-2005 New Digital Group, Inc.
|
||||
* @package Smarty
|
||||
*/
|
||||
|
Reference in New Issue
Block a user