update version numbers

This commit is contained in:
mohrt
2002-03-20 17:15:21 +00:00
parent c86b06078e
commit f27ea33d66
9 changed files with 22 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
/**
* Config_File class.
*
* @version 2.0
* @version 2.0.1
* @author Andrei Zmievski <andrei@php.net>
* @access public
*

3
NEWS
View File

@@ -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)

2
README
View File

@@ -2,7 +2,7 @@ NAME:
Smarty - the PHP compiling template engine
VERSION: 2.0
VERSION: 2.0.1
AUTHORS:

View File

@@ -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

View File

@@ -5,7 +5,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* 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

View File

@@ -6,7 +6,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* 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

View File

@@ -3,7 +3,7 @@
/**
* Config_File class.
*
* @version 2.0
* @version 2.0.1
* @author Andrei Zmievski <andrei@php.net>
* @access public
*

View File

@@ -5,7 +5,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* 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

View File

@@ -6,7 +6,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* 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