From a0f60bb4c95b5fc09f3ea213158c4b4263108ac3 Mon Sep 17 00:00:00 2001 From: mohrt Date: Tue, 29 May 2001 18:59:10 +0000 Subject: [PATCH] update version numbers --- NEWS | 2 ++ README | 2 +- RELEASE_NOTES | 7 +++++++ Smarty.addons.php | 2 +- Smarty.class.php | 4 ++-- Smarty_Compiler.class.php | 2 +- docs.sgml | 2 +- libs/Smarty.class.php | 4 ++-- libs/Smarty_Compiler.class.php | 2 +- 9 files changed, 18 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 3751c4b8..507cfd91 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 1.4.2 +------------- - move $version to internal variable, remove from docs (Monte) - cleaned up compiled templates global scope by moving some variables into the class itself. (Andrei) diff --git a/README b/README index b68d0f5a..f64ea7df 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME: Smarty - the PHP compiling template engine -VERSION: 1.4.1 +VERSION: 1.4.2 AUTHORS: diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 578f9be6..35916af4 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,10 @@ +1.4.2 +----- + +This was mostly one bug fix with variable scoping within included templates +and a few documentation changes and updates. See the ChangeLog file for full +details. + 1.4.1 ----- diff --git a/Smarty.addons.php b/Smarty.addons.php index 056c1489..3d91233c 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.1 + * Version: 1.4.2 * 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 b46c537f..e9fd6626 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -5,7 +5,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 1.4.1 + * Version: 1.4.2 * Copyright: 2001 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or @@ -149,7 +149,7 @@ class Smarty var $_sections = array(); // keeps track of sections var $_conf_obj = null; // configuration object var $_smarty_md5 = 'f8d698aea36fcbead2b9d5359ffca76f'; // md5 checksum of the string 'Smarty' - var $_version = '1.4.1'; // Smarty version number + var $_version = '1.4.2'; // Smarty version number /*======================================================================*\ diff --git a/Smarty_Compiler.class.php b/Smarty_Compiler.class.php index 1b8a8808..9a995042 100644 --- a/Smarty_Compiler.class.php +++ b/Smarty_Compiler.class.php @@ -6,7 +6,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 1.4.1 + * Version: 1.4.2 * Copyright: 2001 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or diff --git a/docs.sgml b/docs.sgml index 3f01662f..5c562f93 100644 --- a/docs.sgml +++ b/docs.sgml @@ -14,7 +14,7 @@
andrei@php.net
- Version 1.4.1 + Version 1.4.2 2001ispi of Lincoln, Inc. diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index b46c537f..e9fd6626 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -5,7 +5,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * Version: 1.4.1 + * Version: 1.4.2 * Copyright: 2001 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or @@ -149,7 +149,7 @@ class Smarty var $_sections = array(); // keeps track of sections var $_conf_obj = null; // configuration object var $_smarty_md5 = 'f8d698aea36fcbead2b9d5359ffca76f'; // md5 checksum of the string 'Smarty' - var $_version = '1.4.1'; // Smarty version number + var $_version = '1.4.2'; // Smarty version number /*======================================================================*\ diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 1b8a8808..9a995042 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.1 + * Version: 1.4.2 * Copyright: 2001 ispi of Lincoln, Inc. * * This library is free software; you can redistribute it and/or