mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
commit version numbers for new release
This commit is contained in:
4
NEWS
4
NEWS
@@ -1,4 +1,8 @@
|
|||||||
|
Version 2.6.7 (Feb 3, 2005)
|
||||||
|
---------------------------
|
||||||
|
|
||||||
- fix handling of hashed opening php-tags inside strip-blocks (messju)
|
- fix handling of hashed opening php-tags inside strip-blocks (messju)
|
||||||
|
- removed border tag from html_image function (monte)
|
||||||
- change escape:url use rawurlencode() instead of urlencode() (messju)
|
- change escape:url use rawurlencode() instead of urlencode() (messju)
|
||||||
- make $smarty.const.FOO compile to "FOO", and not to "constant('foo')".
|
- make $smarty.const.FOO compile to "FOO", and not to "constant('foo')".
|
||||||
this is less code and a little faster execution. note that undefined
|
this is less code and a little faster execution. note that undefined
|
||||||
|
@@ -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.6-dev
|
* @version 2.6.7-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
|
||||||
|
@@ -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.6-dev
|
* @version 2.6.7-dev
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
@@ -464,7 +464,7 @@ class Smarty
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
var $_version = '2.6.6-dev-3';
|
var $_version = '2.6.7-dev';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* current template inclusion depth
|
* current template inclusion depth
|
||||||
|
@@ -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.6-dev
|
* @version 2.6.7-dev
|
||||||
* @copyright 2001-2005 New Digital Group, Inc.
|
* @copyright 2001-2005 New Digital Group, Inc.
|
||||||
* @package Smarty
|
* @package Smarty
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user