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

3
NEWS
View File

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

2
README
View File

@@ -2,7 +2,7 @@ NAME:
Smarty - the PHP compiling template engine
VERSION: 2.4.0
VERSION: 2.4.1
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
-----

View File

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

View File

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

View File

@@ -30,7 +30,7 @@
* 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.
* @author Andrei Zmievski <andrei@php.net>
* @access public

View File

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

View File

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