From 439d7563f41c11abe07bdbed0eef580ca79b7136 Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 25 Jun 2001 13:05:43 +0000 Subject: [PATCH] Update version numbers. --- Config_File.class.php | 2 +- RELEASE_NOTES | 5 +++++ Smarty.addons.php | 2 +- 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 +- 8 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Config_File.class.php b/Config_File.class.php index b6784f1b..10444e3d 100644 --- a/Config_File.class.php +++ b/Config_File.class.php @@ -5,7 +5,7 @@ require_once "PEAR.php"; /** * Config_File class. * - * @version 1.2.3 + * @version 1.4.3 * @author Andrei Zmievski * @access public * diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 35916af4..750c6c09 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,8 @@ +1.4.3 +----- +The major additions were the security system and the debugging console. Several +bugs were fixed. See Changelog for more details. + 1.4.2 ----- diff --git a/Smarty.addons.php b/Smarty.addons.php index 99e0e706..cced0a79 100644 --- a/Smarty.addons.php +++ b/Smarty.addons.php @@ -4,7 +4,7 @@ * File: Smarty.addons.php * Author: Monte Ohrt * Andrei Zmievski - * Version: 1.4.2 + * Version: 1.4.3 * Copyright: 2001 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or diff --git a/Smarty.class.php b/Smarty.class.php index 7bac2a73..ab912926 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -5,7 +5,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 1.4.2 + * Version: 1.4.3 * Copyright: 2001 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or @@ -171,7 +171,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 = '1.4.2'; // Smarty version number + var $_version = '1.4.3'; // Smarty version number var $_extract = false; // flag for custom functions var $_included_tpls = array(); // list of run-time included templates var $_inclusion_depth = 0; // current template inclusion depth diff --git a/Smarty_Compiler.class.php b/Smarty_Compiler.class.php index e3060f63..7120f714 100644 --- a/Smarty_Compiler.class.php +++ b/Smarty_Compiler.class.php @@ -6,7 +6,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 1.4.2 + * Version: 1.4.3 * Copyright: 2001 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 b6784f1b..10444e3d 100644 --- a/libs/Config_File.class.php +++ b/libs/Config_File.class.php @@ -5,7 +5,7 @@ require_once "PEAR.php"; /** * Config_File class. * - * @version 1.2.3 + * @version 1.4.3 * @author Andrei Zmievski * @access public * diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 7bac2a73..ab912926 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -5,7 +5,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 1.4.2 + * Version: 1.4.3 * Copyright: 2001 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or @@ -171,7 +171,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 = '1.4.2'; // Smarty version number + var $_version = '1.4.3'; // Smarty version number var $_extract = false; // flag for custom functions var $_included_tpls = array(); // list of run-time included templates var $_inclusion_depth = 0; // current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index e3060f63..7120f714 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -6,7 +6,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 1.4.2 + * Version: 1.4.3 * Copyright: 2001 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or