diff --git a/Config_File.class.php b/Config_File.class.php index 5606d63e..2514efaa 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.1 + * @version 2.4.2 * @copyright Copyright: 2001,2002 ispi of Lincoln, Inc. * @author Andrei Zmievski * @access public diff --git a/NEWS b/NEWS index 2951ed1b..3729edae 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,13 @@ +Version 2.4.2 (Feb 11, 2003) +---------------------------- - support embedded variables in objects (Monte) - fix bug with objects with no properties (M Mohr, Monte) - support full dollar var syntax in quoted text (Monte) - fixed bug in $smarty.const.FOO introduced in 2.4.1 (M Mohr, Monte) -Version 2.4.1 -------------- +Version 2.4.1 (Feb 6, 2003) +--------------------------- - ignore case in IF statements (Rainer Collet, Monte) - treat undefined constants as null (Ferdinand Beyer, Monte) @@ -16,8 +18,8 @@ Version 2.4.1 - added support for math operators in if statements (Monte) - added support for $foo->bar[$x].blah syntax (Monte) -Version 2.4.0 -------------- +Version 2.4.0 (Feb 2, 2003) +--------------------------- - fix known problems with php tag handling in templates (recursion, echoing $bar), support for full variable syntax within quotes ("$foo[0].bar"), +and other minor fixes. See the NEWS file for full details. + 2.4.1 ----- diff --git a/Smarty.class.php b/Smarty.class.php index ae12c665..d9385095 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -39,7 +39,7 @@ * @author Monte Ohrt * @author Andrei Zmievski * @package Smarty - * @version 2.4.1 + * @version 2.4.2 */ /** @@ -459,7 +459,7 @@ class Smarty * * @var string */ - var $_version = '2.4.1'; + var $_version = '2.4.2'; /** * current template inclusion depth diff --git a/Smarty_Compiler.class.php b/Smarty_Compiler.class.php index aae73a17..4d65a240 100644 --- a/Smarty_Compiler.class.php +++ b/Smarty_Compiler.class.php @@ -6,7 +6,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 2.4.1 + * Version: 2.4.2 * 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 5606d63e..2514efaa 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.1 + * @version 2.4.2 * @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 ae12c665..d9385095 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.1 + * @version 2.4.2 */ /** @@ -459,7 +459,7 @@ class Smarty * * @var string */ - var $_version = '2.4.1'; + var $_version = '2.4.2'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index aae73a17..4d65a240 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.1 + * Version: 2.4.2 * Copyright: 2001,2002 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or