From f1ab7a2bc26afdfa429550502f70d5968b230f23 Mon Sep 17 00:00:00 2001 From: mohrt Date: Fri, 6 Jul 2001 16:14:45 +0000 Subject: [PATCH] update version number to 1.4.4 --- Config_File.class.php | 2 +- NEWS | 3 +++ README | 2 +- RELEASE_NOTES | 3 ++- 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 +- 10 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Config_File.class.php b/Config_File.class.php index 10444e3d..02a3f1e4 100644 --- a/Config_File.class.php +++ b/Config_File.class.php @@ -5,7 +5,7 @@ require_once "PEAR.php"; /** * Config_File class. * - * @version 1.4.3 + * @version 1.4.4 * @author Andrei Zmievski * @access public * diff --git a/NEWS b/NEWS index 3bae0aa5..c2d466bc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 1.4.4 +------------- + - numerous documentation updates. (Monte) - added ENT_QUOTES to escapement of html (Monte, Sam Beckwith) - implemented access to request variables via auto-assigned $smarty diff --git a/README b/README index 7893d4c0..b508d6ba 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME: Smarty - the PHP compiling template engine -VERSION: 1.4.3 +VERSION: 1.4.4 AUTHORS: diff --git a/RELEASE_NOTES b/RELEASE_NOTES index e7f8c10b..cab8a7ff 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -2,7 +2,8 @@ ----- A few bug fixes, new section looping attributes and properties, debugging -console function for control via URL, and overLib integration. +console function for control via URL, and overLib integration and access +to request variables from within the template. 1.4.3 ----- diff --git a/Smarty.addons.php b/Smarty.addons.php index 6a949427..fa348b58 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.3 + * Version: 1.4.4 * 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 c32a58d3..43aed232 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -5,7 +5,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 1.4.3 + * Version: 1.4.4 * Copyright: 2001 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or @@ -188,7 +188,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.3'; // Smarty version number + var $_version = '1.4.4'; // 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 798c79db..0fd019cf 100644 --- a/Smarty_Compiler.class.php +++ b/Smarty_Compiler.class.php @@ -6,7 +6,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 1.4.3 + * Version: 1.4.4 * 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 10444e3d..02a3f1e4 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.4.3 + * @version 1.4.4 * @author Andrei Zmievski * @access public * diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index c32a58d3..43aed232 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -5,7 +5,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 1.4.3 + * Version: 1.4.4 * Copyright: 2001 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or @@ -188,7 +188,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.3'; // Smarty version number + var $_version = '1.4.4'; // 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 798c79db..0fd019cf 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.3 + * Version: 1.4.4 * Copyright: 2001 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or