bumped version-number to 2.6.9-dev

added headline of 2.6.6 release to NEWS file
This commit is contained in:
messju
2005-03-22 08:45:07 +00:00
parent e080a89a44
commit 5b5dcbf7b2
4 changed files with 7 additions and 4 deletions

3
NEWS
View File

@@ -1,3 +1,6 @@
Version 2.6.8 (Mar 21, 2005)
----------------------------
- remove e-modifier from regex_replace modifier (messju) - remove e-modifier from regex_replace modifier (messju)
- remove cast of object to array in foreach's from-attribute (messju) - remove cast of object to array in foreach's from-attribute (messju)
- add "null" as a valid token for {if} when security is enabled (messju) - add "null" as a valid token for {if} when security is enabled (messju)

View File

@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* *
* @link http://smarty.php.net/ * @link http://smarty.php.net/
* @version 2.6.8-dev * @version 2.6.9-dev
* @copyright Copyright: 2001-2005 New Digital Group, Inc. * @copyright Copyright: 2001-2005 New Digital Group, Inc.
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @access public * @access public

View File

@@ -27,7 +27,7 @@
* @author Monte Ohrt <monte at ohrt dot com> * @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @package Smarty * @package Smarty
* @version 2.6.8-dev * @version 2.6.9-dev
*/ */
/* $Id$ */ /* $Id$ */
@@ -464,7 +464,7 @@ class Smarty
* *
* @var string * @var string
*/ */
var $_version = '2.6.8-dev'; var $_version = '2.6.9-dev';
/** /**
* current template inclusion depth * current template inclusion depth

View File

@@ -21,7 +21,7 @@
* @link http://smarty.php.net/ * @link http://smarty.php.net/
* @author Monte Ohrt <monte at ohrt dot com> * @author Monte Ohrt <monte at ohrt dot com>
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @version 2.6.8-dev * @version 2.6.9-dev
* @copyright 2001-2005 New Digital Group, Inc. * @copyright 2001-2005 New Digital Group, Inc.
* @package Smarty * @package Smarty
*/ */