From f66b37f792342b3af1415140e18a5fef1f0343fb Mon Sep 17 00:00:00 2001 From: mohrt Date: Thu, 6 Feb 2003 17:34:28 +0000 Subject: [PATCH] committed 2.4.1 changes --- Config_File.class.php | 2 +- NEWS | 3 +++ README | 2 +- RELEASE_NOTES | 6 ++++++ Smarty.class.php | 4 ++-- Smarty_Compiler.class.php | 2 +- libs/Config_File.class.php | 2 +- libs/Smarty.class.php | 4 ++-- libs/Smarty_Compiler.class.php | 2 +- 9 files changed, 18 insertions(+), 9 deletions(-) diff --git a/Config_File.class.php b/Config_File.class.php index 54c73b72..5606d63e 100644 --- a/Config_File.class.php +++ b/Config_File.class.php @@ -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 * @access public diff --git a/NEWS b/NEWS index c348ea90..e74f27ca 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/README b/README index 0142ce6e..3ad0e417 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME: Smarty - the PHP compiling template engine -VERSION: 2.4.0 +VERSION: 2.4.1 AUTHORS: diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 935125c5..45334915 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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 ----- diff --git a/Smarty.class.php b/Smarty.class.php index a3102f62..ae12c665 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -39,7 +39,7 @@ * @author Monte Ohrt * @author Andrei Zmievski * @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 diff --git a/Smarty_Compiler.class.php b/Smarty_Compiler.class.php index 192401c2..b3c2d699 100644 --- a/Smarty_Compiler.class.php +++ b/Smarty_Compiler.class.php @@ -6,7 +6,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * 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 diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index 54c73b72..5606d63e 100644 --- a/libs/Config_File.class.php +++ b/libs/Config_File.class.php @@ -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 * @access public diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index a3102f62..ae12c665 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -39,7 +39,7 @@ * @author Monte Ohrt * @author Andrei Zmievski * @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 diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 192401c2..b3c2d699 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -6,7 +6,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * 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