From f27ea33d6651af18924f1a5f1a080aed0527c93b Mon Sep 17 00:00:00 2001 From: mohrt Date: Wed, 20 Mar 2002 17:15:21 +0000 Subject: [PATCH] update version numbers --- Config_File.class.php | 2 +- NEWS | 3 +++ README | 2 +- RELEASE_NOTES | 12 ++++++++++-- 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, 22 insertions(+), 11 deletions(-) diff --git a/Config_File.class.php b/Config_File.class.php index d7ab6638..4ac67770 100644 --- a/Config_File.class.php +++ b/Config_File.class.php @@ -3,7 +3,7 @@ /** * Config_File class. * - * @version 2.0 + * @version 2.0.1 * @author Andrei Zmievski * @access public * diff --git a/NEWS b/NEWS index 8a727b8d..101b6375 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 2.0.1 +------------- + - rename plugin .make_timestamp.php to shared.make_timestamp.php (Monte) - changed crc32() generated values, replace '-' with 'N' (Monte) - added support for +/- N syntax in html_select_date year values (Monte) - fixed behavior of inserts with script attribute. (Andrei) diff --git a/README b/README index a2f96fbf..60b2e649 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME: Smarty - the PHP compiling template engine -VERSION: 2.0 +VERSION: 2.0.1 AUTHORS: diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6b450c2c..2148036d 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,5 +1,13 @@ -2.0 ---- +2.0.1 +----- + +This is a point release, fixing a few bugs and cleaning things up. A plugin +was renamed, the dash "-" was removed from compiled template and cached file +names. If you're upgrading, you might want to clear them out first. See the +ChangeLog for details. + +2.0.0 +----- This release is a huge milestone for Smarty. Most notable new things are a plugin architecture, removal of PEAR dependency, and optimizations that diff --git a/Smarty.class.php b/Smarty.class.php index 3b576363..ff0c4d2e 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -5,7 +5,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 2.0 + * Version: 2.0.1 * Copyright: 2001,2002 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or @@ -153,7 +153,7 @@ class Smarty var $_conf_obj = null; // configuration object var $_config = array(); // loaded configuration settings var $_smarty_md5 = 'f8d698aea36fcbead2b9d5359ffca76f'; // md5 checksum of the string 'Smarty' - var $_version = '2.0'; // Smarty version number + var $_version = '2.0.1'; // Smarty version number var $_extract = false; // flag for custom functions var $_inclusion_depth = 0; // current template inclusion depth var $_compile_id = null; // for different compiled templates diff --git a/Smarty_Compiler.class.php b/Smarty_Compiler.class.php index 54fa23df..5859ae4f 100644 --- a/Smarty_Compiler.class.php +++ b/Smarty_Compiler.class.php @@ -6,7 +6,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 2.0 + * Version: 2.0.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 d7ab6638..4ac67770 100644 --- a/libs/Config_File.class.php +++ b/libs/Config_File.class.php @@ -3,7 +3,7 @@ /** * Config_File class. * - * @version 2.0 + * @version 2.0.1 * @author Andrei Zmievski * @access public * diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 3b576363..ff0c4d2e 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -5,7 +5,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 2.0 + * Version: 2.0.1 * Copyright: 2001,2002 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or @@ -153,7 +153,7 @@ class Smarty var $_conf_obj = null; // configuration object var $_config = array(); // loaded configuration settings var $_smarty_md5 = 'f8d698aea36fcbead2b9d5359ffca76f'; // md5 checksum of the string 'Smarty' - var $_version = '2.0'; // Smarty version number + var $_version = '2.0.1'; // Smarty version number var $_extract = false; // flag for custom functions var $_inclusion_depth = 0; // current template inclusion depth var $_compile_id = null; // for different compiled templates diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 54fa23df..5859ae4f 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -6,7 +6,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 2.0 + * Version: 2.0.1 * Copyright: 2001,2002 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or