diff --git a/config/app.php b/config/app.php index 534fafe3..9d82ff72 100644 --- a/config/app.php +++ b/config/app.php @@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Facade; return [ - 'version' => '0.9.4', + 'version' => '0.10', /* |-------------------------------------------------------------------------- diff --git a/database/settings/2023_02_01_182158_create_website_settings.php b/database/settings/2023_02_01_182158_create_website_settings.php index c7e8fa51..fd542ff3 100644 --- a/database/settings/2023_02_01_182158_create_website_settings.php +++ b/database/settings/2023_02_01_182158_create_website_settings.php @@ -14,8 +14,10 @@ class CreateWebsiteSettings extends SettingsMigration $this->migrator->add( 'website.motd_message', $table_exists ? $this->getOldValue("SETTINGS::SYSTEM:MOTD_MESSAGE") : - '

\"\"Controlpanel.gg<\/span><\/h1>\r\n

Thank you for using our Software<\/span><\/p>\r\n

If you have any questions, make sure to join our Discord<\/a><\/span><\/p>\r\n

(you can change this message in the Settings<\/a> )<\/span><\/p>' - ); + "

 width=CtrlPanel.gg

+

Thank you for using our Software

+

If you have any questions, make sure to join our Discord

+

(you can change this message in the Settings )

"); $this->migrator->add('website.show_imprint', $table_exists ? $this->getOldValue("SETTINGS::SYSTEM:SHOW_IMPRINT") : false); $this->migrator->add('website.show_privacy', $table_exists ? $this->getOldValue("SETTINGS::SYSTEM:SHOW_PRIVACY") : false); $this->migrator->add('website.show_tos', $table_exists ? $this->getOldValue("SETTINGS::SYSTEM:SHOW_TOS") : false);