diff --git a/docs/changelog.txt b/docs/changelog.txt index 0fdc95ff..689a14e5 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,7 +1,7 @@ CHANGELOG -------------------------- -ClanSphere 2011.4.3 >> 2013-XX-XX +ClanSphere 2011.4.3 >> 2013-12-06 ___________________________________________________________ -> Fixed banners edit containing multiple ways to remove the picture (hajo) diff --git a/install.sql b/install.sql index d40dd72c..fa71d243 100644 --- a/install.sql +++ b/install.sql @@ -768,9 +768,9 @@ INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('cl INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('clansphere', 'sec_news', '583'); INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('clansphere', 'sec_remote', '1'); INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('clansphere', 'sec_time', '0'); -INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('clansphere', 'version_name', '2011.4.3-beta'); -INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('clansphere', 'version_date', '2013-11-27'); -INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('clansphere', 'version_id', '93'); +INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('clansphere', 'version_name', '2011.4.3'); +INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('clansphere', 'version_date', '2013-12-06'); +INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('clansphere', 'version_id', '94'); INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('comments', 'allow_unreg', '0'); INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('comments', 'show_avatar', '0'); INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('computers', 'max_width', '800'); diff --git a/updates/nr44_2011.4.2_to_2011.4.3.sql b/updates/nr44_2011.4.2_to_2011.4.3.sql index df221482..dbd781cc 100644 --- a/updates/nr44_2011.4.2_to_2011.4.3.sql +++ b/updates/nr44_2011.4.2_to_2011.4.3.sql @@ -1,3 +1,3 @@ -UPDATE {pre}_options SET options_value = '2011.4.3-beta' WHERE options_mod = 'clansphere' AND options_name = 'version_name'; -UPDATE {pre}_options SET options_value = '2013-11-27' WHERE options_mod = 'clansphere' AND options_name = 'version_date'; -UPDATE {pre}_options SET options_value = '93' WHERE options_mod = 'clansphere' AND options_name = 'version_id'; \ No newline at end of file +UPDATE {pre}_options SET options_value = '2011.4.3' WHERE options_mod = 'clansphere' AND options_name = 'version_name'; +UPDATE {pre}_options SET options_value = '2013-12-06' WHERE options_mod = 'clansphere' AND options_name = 'version_date'; +UPDATE {pre}_options SET options_value = '94' WHERE options_mod = 'clansphere' AND options_name = 'version_id'; \ No newline at end of file