From: Alexander Ebert Date: Sat, 28 Dec 2019 19:29:30 +0000 (+0100) Subject: Preparing the release 5.2.0 X-Git-Tag: 5.2.0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=79bce82e9ca70db1124bb6b5dcb21290b6168920;p=GitHub%2FWoltLab%2FWCF.git Preparing the release 5.2.0 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index aebb15fb27..4c72f46917 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 RC 2 - 2019-12-20 + 5.2.0 + 2019-12-29 @@ -104,14 +104,12 @@ defaultStyle.tar - + files_update.tar - - acp/update_com.woltlab.wcf_5.2.0_rc_2.php - acp/update_com.woltlab.wcf_5.2_deleteRecentActivity.php + templates_update.tar - + diff --git a/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.2.0_rc_2.php b/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.2.0_rc_2.php deleted file mode 100644 index cc63b5ce9f..0000000000 --- a/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.2.0_rc_2.php +++ /dev/null @@ -1,30 +0,0 @@ - - */ -$tables = [ - PartialDatabaseTable::create('wcf1_media') - ->columns([ - // Incorrect column name in the upgrade 3.1 -> 5.2.0 RC 1 - NotNullInt10DatabaseTableColumn::create('lastDownload') - ->defaultValue(0) - ->drop(), - NotNullInt10DatabaseTableColumn::create('lastDownloadTime') - ->defaultValue(0) - ]), -]; - -(new DatabaseTableChangeProcessor( - /** @var ScriptPackageInstallationPlugin $this */ - $this->installation->getPackage(), - $tables, - WCF::getDB()->getEditor()) -)->process(); diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 8bb613e1a3..893f7d3a53 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 RC 2'); +define('WCF_VERSION', '5.2.0'); // define current API version // @deprecated 5.2