mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
update version numbers to RC2
This commit is contained in:
3
NEWS
3
NEWS
@@ -1,3 +1,6 @@
|
||||
Version 2.6.0-RC2 (Oct 8, 2003)
|
||||
-------------------------------
|
||||
|
||||
- apply modifiers only once to section-loop and foreach-from attrs (messju)
|
||||
- remove use of _smarty_cached_paths-files (messju)
|
||||
- remove Smarty::_plugin_implementation_exists() - use is_callable() (messju)
|
||||
|
@@ -24,7 +24,7 @@
|
||||
* http://smarty.php.net/
|
||||
*
|
||||
* @link http://smarty.php.net/
|
||||
* @version 2.6.0-RC1-cvs
|
||||
* @version 2.6.0-RC2-cvs
|
||||
* @copyright Copyright: 2001-2003 ispi of Lincoln, Inc.
|
||||
* @author Andrei Zmievski <andrei@php.net>
|
||||
* @access public
|
||||
|
@@ -40,7 +40,7 @@
|
||||
* @author Monte Ohrt <monte@ispi.net>
|
||||
* @author Andrei Zmievski <andrei@php.net>
|
||||
* @package Smarty
|
||||
* @version 2.6.0-RC1-cvs
|
||||
* @version 2.6.0-RC2-cvs
|
||||
*/
|
||||
|
||||
/* $Id$ */
|
||||
@@ -490,7 +490,7 @@ class Smarty
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
var $_version = '2.6.0-RC1-cvs';
|
||||
var $_version = '2.6.0-RC2-cvs';
|
||||
|
||||
/**
|
||||
* current template inclusion depth
|
||||
|
@@ -34,7 +34,7 @@
|
||||
* @link http://smarty.php.net/
|
||||
* @author Monte Ohrt <monte@ispi.net>
|
||||
* @author Andrei Zmievski <andrei@php.net>
|
||||
* @version 2.6.0-RC1-cvs
|
||||
* @version 2.6.0-RC2-cvs
|
||||
* @copyright 2001-2003 ispi of Lincoln, Inc.
|
||||
* @package Smarty
|
||||
*/
|
||||
|
Reference in New Issue
Block a user