set version everywhere so updater takes effect :P

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p) 2013-12-06 14:40:59 +01:00
parent 2035739131
commit 9f8a6a6f5e
3 changed files with 3 additions and 3 deletions

View File

@ -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(

View File

@ -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`;

View File

@ -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 = '';