No actual changes, just version editing
This commit is contained in:
@@ -69,7 +69,7 @@ INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_birt
|
|||||||
# Version 0.2.2 #
|
# Version 0.2.2 #
|
||||||
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_attachments_forum_ids', '');
|
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_attachments_forum_ids', '');
|
||||||
|
|
||||||
# Version 1.0.0RC1 #
|
# Version 0.3.0 A.K.A 1.0.0RC1 #
|
||||||
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_announcements_permissions', '1');
|
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_announcements_permissions', '1');
|
||||||
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_news_permissions', '1');
|
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_news_permissions', '1');
|
||||||
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_custom_center', '0');
|
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_custom_center', '0');
|
||||||
|
|||||||
@@ -11,7 +11,9 @@ $sql_update['0.2.2'] = array(
|
|||||||
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_attachments_forum_ids', '')",
|
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_attachments_forum_ids', '')",
|
||||||
);
|
);
|
||||||
|
|
||||||
$sql_update['1.0.0RC1'] = array(
|
// 0.3.0 was the internal release of 1.0.0RC1
|
||||||
|
|
||||||
|
$sql_update['0.3.0'] = array(
|
||||||
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_announcements_permissions', '1')",
|
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_announcements_permissions', '1')",
|
||||||
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_news_permissions', '1')",
|
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_news_permissions', '1')",
|
||||||
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_custom_center', '0')",
|
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_custom_center', '0')",
|
||||||
@@ -29,7 +31,7 @@ $sql_update['1.0.0RC1'] = array(
|
|||||||
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_links_array', 'a:2:{i:1;a:2:{s:4:\"text\";s:9:\"Board3.de\";s:3:\"url\";s:21:\"http://www.board3.de/\";}i:2;a:2:{s:4:\"text\";s:9:\"phpBB.com\";s:3:\"url\";s:21:\"http://www.phpbb.com/\";}}')",
|
"INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_links_array', 'a:2:{i:1;a:2:{s:4:\"text\";s:9:\"Board3.de\";s:3:\"url\";s:21:\"http://www.board3.de/\";}i:2;a:2:{s:4:\"text\";s:9:\"phpBB.com\";s:3:\"url\";s:21:\"http://www.phpbb.com/\";}}')",
|
||||||
);
|
);
|
||||||
|
|
||||||
$mod_update['1.0.0RC1'] = array(
|
$mod_update['0.3.0'] = array(
|
||||||
'customblock' => array(
|
'customblock' => array(
|
||||||
'module_basename' => 'portal',
|
'module_basename' => 'portal',
|
||||||
'module_enabled' => 1,
|
'module_enabled' => 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user