preparing for 6.2.2 bugfix cycle
This commit is contained in:
parent
c1a19e9c6b
commit
b5486f776f
4 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
6.2.2
|
||||
|
||||
|
||||
|
||||
6.2.1
|
||||
- Fixed a GUID quoting bug in WebGUI.pm setCollateral.
|
||||
- Fixed all sorts of GUID related bugs in the Forums.
|
||||
|
|
|
|||
|
|
@ -3093,7 +3093,7 @@ CREATE TABLE webguiVersion (
|
|||
--
|
||||
|
||||
|
||||
INSERT INTO webguiVersion VALUES ('6.2.0','initial install',unix_timestamp());
|
||||
INSERT INTO webguiVersion VALUES ('6.2.1','initial install',unix_timestamp());
|
||||
|
||||
--
|
||||
-- Table structure for table `wobject`
|
||||
|
|
|
|||
2
docs/upgrades/upgrade_6.2.1-6.2.2.sql
Normal file
2
docs/upgrades/upgrade_6.2.1-6.2.2.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
insert into webguiVersion values ('6.2.1','upgrade',unix_timestamp());
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
package WebGUI;
|
||||
our $VERSION = "6.2.1";
|
||||
our $VERSION = "6.2.2";
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001-2004 Plain Black Corporation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue