Preparing for the 3.8.0 distribution.
This commit is contained in:
parent
8ee18e2937
commit
5b6bc56e96
3 changed files with 20 additions and 12 deletions
|
|
@ -5,15 +5,21 @@
|
|||
The following people/companies are responsible for WebGUI:
|
||||
|
||||
WebGUI Core..........................JT Smith / Plain Black Software
|
||||
German Translation...................Mattias Kunkel / WERU AG
|
||||
Perl.................................Larry Wall / O'Reilly
|
||||
Data::Config.........................Sébastien Aperghis-Tramoni
|
||||
IE Rich Edit.........................Brattli
|
||||
Spanish Translation..................Ricardo Markiewicz
|
||||
Portuguese Translation...............Jose Caneira
|
||||
Dutch Translation....................Joeri de Bruin
|
||||
mod_rewrite Support..................Peter Beardsley / Appropriate Solutions, Inc.
|
||||
Oracle testing.......................Richard Caelius
|
||||
Image Manager concept................Frank Dillon
|
||||
RSSLite..............................Scott Thomason
|
||||
|
||||
Contributing Developers..............Peter Beardsley / Appropriate Solutions, Inc.
|
||||
Richard Caelius
|
||||
Flavio Curti
|
||||
Frank Dillon
|
||||
Koen de Jonge
|
||||
Christophe Marcant
|
||||
|
||||
Translation..........................Joeri de Bruin
|
||||
Jose Caneira
|
||||
Mattias Kunkel / WERU AG
|
||||
Ricardo Markiewicz
|
||||
|
||||
Perl.................................Larry Wall / O'Reilly
|
||||
RSSLite..............................Scott Thomason
|
||||
IE Rich Edit.........................Brattli
|
||||
Data::Config.........................Sébastien Aperghis-Tramoni
|
||||
|
||||
|
|
|
|||
2
docs/upgrades/upgrade_3.7.0-3.8.0.sql
Normal file
2
docs/upgrades/upgrade_3.7.0-3.8.0.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
insert into webguiVersion values ('3.8.0','upgrade',unix_timestamp());
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
package WebGUI;
|
||||
our $VERSION = "3.7.0";
|
||||
our $VERSION = "3.8.0";
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001-2002 Plain Black Software.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue