From: Alexander Ebert Date: Sun, 29 Sep 2019 15:11:57 +0000 (+0200) Subject: Preparing the release 5.2.0 Beta 2 X-Git-Tag: 5.2.0_Beta_2~18 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e4174d7fa86005f2cda06349fba2a26d6ab45d63;p=GitHub%2FWoltLab%2FWCF.git Preparing the release 5.2.0 Beta 2 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index dc05c374a6..7722a87234 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ Free CMS and web-framework, designed for awesome websites and communities. Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht. 1 - 5.2.0 Beta 1 - 2019-08-25 + 5.2.0 Beta 2 + 2019-09-29 @@ -50,11 +50,14 @@ acp/post_install.php - + acptemplates_update.tar files_update.tar templates_update.tar + update_5.2_pre_sql_api.sql + acp/update-com.woltlab.wcf_5.2.0_beta_2.php + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index aa5ea7c5fe..eb6f71eb9e 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -49,7 +49,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '5.2.0 Beta 1'); +define('WCF_VERSION', '5.2.0 Beta 2'); // define current API version define('WSC_API_VERSION', 2019);