committed 2.4.1 changes

This commit is contained in:
mohrt
2003-02-06 17:34:28 +00:00
parent 8f40f35c56
commit f66b37f792
9 changed files with 18 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
* http://www.phpinsider.com * http://www.phpinsider.com
* *
* @link http://www.phpinsider.com * @link http://www.phpinsider.com
* @version 2.4.0 * @version 2.4.1
* @copyright Copyright: 2001,2002 ispi of Lincoln, Inc. * @copyright Copyright: 2001,2002 ispi of Lincoln, Inc.
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @access public * @access public

3
NEWS
View File

@@ -1,3 +1,6 @@
Version 2.4.1
-------------
- ignore case in IF statements (Rainer Collet, Monte) - ignore case in IF statements (Rainer Collet, Monte)
- treat undefined constants as null (Ferdinand Beyer, Monte) - treat undefined constants as null (Ferdinand Beyer, Monte)
- fix problem with inserts and nested fetches - fix problem with inserts and nested fetches

2
README
View File

@@ -2,7 +2,7 @@ NAME:
Smarty - the PHP compiling template engine Smarty - the PHP compiling template engine
VERSION: 2.4.0 VERSION: 2.4.1
AUTHORS: AUTHORS:

View File

@@ -1,3 +1,9 @@
2.4.1
-----
This is basically a point release, cleaning up a few things caught
in the 2.4.0 release. See the NEWS file for full details.
2.4.0 2.4.0
----- -----

View File

@@ -39,7 +39,7 @@
* @author Monte Ohrt <monte@ispi.net> * @author Monte Ohrt <monte@ispi.net>
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @package Smarty * @package Smarty
* @version 2.4.0 * @version 2.4.1
*/ */
/** /**
@@ -459,7 +459,7 @@ class Smarty
* *
* @var string * @var string
*/ */
var $_version = '2.4.0'; var $_version = '2.4.1';
/** /**
* current template inclusion depth * current template inclusion depth

View File

@@ -6,7 +6,7 @@
* Author: Monte Ohrt <monte@ispi.net> * Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net> * Andrei Zmievski <andrei@php.net>
* *
* Version: 2.4.0 * Version: 2.4.1
* Copyright: 2001,2002 ispi of Lincoln, Inc. * Copyright: 2001,2002 ispi of Lincoln, Inc.
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or

View File

@@ -30,7 +30,7 @@
* http://www.phpinsider.com * http://www.phpinsider.com
* *
* @link http://www.phpinsider.com * @link http://www.phpinsider.com
* @version 2.4.0 * @version 2.4.1
* @copyright Copyright: 2001,2002 ispi of Lincoln, Inc. * @copyright Copyright: 2001,2002 ispi of Lincoln, Inc.
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @access public * @access public

View File

@@ -39,7 +39,7 @@
* @author Monte Ohrt <monte@ispi.net> * @author Monte Ohrt <monte@ispi.net>
* @author Andrei Zmievski <andrei@php.net> * @author Andrei Zmievski <andrei@php.net>
* @package Smarty * @package Smarty
* @version 2.4.0 * @version 2.4.1
*/ */
/** /**
@@ -459,7 +459,7 @@ class Smarty
* *
* @var string * @var string
*/ */
var $_version = '2.4.0'; var $_version = '2.4.1';
/** /**
* current template inclusion depth * current template inclusion depth

View File

@@ -6,7 +6,7 @@
* Author: Monte Ohrt <monte@ispi.net> * Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net> * Andrei Zmievski <andrei@php.net>
* *
* Version: 2.4.0 * Version: 2.4.1
* Copyright: 2001,2002 ispi of Lincoln, Inc. * Copyright: 2001,2002 ispi of Lincoln, Inc.
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or