From 9f8a6a6f5e6d2e88efc0f56ec9afd128152529a3 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 6 Dec 2013 14:40:59 +0100 Subject: [PATCH] set version everywhere so updater takes effect :P Signed-off-by: Michael Kaufmann (d00p) --- actions/admin/settings/100.panel.php | 2 +- install/froxlor.sql | 2 +- lib/tables.inc.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actions/admin/settings/100.panel.php b/actions/admin/settings/100.panel.php index 7e9dbb40..7c390e3f 100644 --- a/actions/admin/settings/100.panel.php +++ b/actions/admin/settings/100.panel.php @@ -199,7 +199,7 @@ return array( 'settinggroup' => 'admin', 'varname' => 'show_news_feed', 'type' => 'bool', - 'default' => false, + 'default' => true, 'save_method' => 'storeSettingField', ), 'panel_allow_domain_change_admin' => array( diff --git a/install/froxlor.sql b/install/froxlor.sql index b80c508f..a08b3cd2 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -553,7 +553,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('panel', 'phpconfigs_hidestdsubdomain', '0'), ('panel', 'allow_theme_change_admin', '1'), ('panel', 'allow_theme_change_customer', '1'), - ('panel', 'version', '0.9.31-rc1'); + ('panel', 'version', '0.9.31-rc2'); DROP TABLE IF EXISTS `panel_tasks`; diff --git a/lib/tables.inc.php b/lib/tables.inc.php index f8d5054b..7e6da0ce 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -72,6 +72,6 @@ define('PACKAGE_LOCKED', 1); define('PACKAGE_ENABLED', 2); // VERSION INFO -$version = '0.9.31-rc1'; +$version = '0.9.31-rc2'; $dbversion = '2'; $branding = '';