Skip to content

Commit

Permalink
all things come to an end :]
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Joachim Piepereit committed Dec 5, 2013
1 parent 61d37fa commit 4163c8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
6 changes: 3 additions & 3 deletions updates/nr44_2011.4.2_to_2011.4.3.sql
Original file line number Diff line number Diff line change
@@ -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';
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';

0 comments on commit 4163c8f

Please sign in to comment.