From 18d5c2428a3a2f34feef7ca1d2ac6b76a089ca7b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 9 Nov 2020 16:19:30 +0100 Subject: [PATCH] Release 5.3.0 --- com.woltlab.wcf/package.xml | 22 ++++--------- .../acp/update_com.woltlab.wcf_5.3.0.rc.2.php | 32 ------------------- .../install/files/lib/system/WCF.class.php | 2 +- 3 files changed, 7 insertions(+), 49 deletions(-) delete mode 100644 wcfsetup/install/files/acp/update_com.woltlab.wcf_5.3.0.rc.2.php diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 039b5372da..e433738cb4 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.3.0 RC 3 - 2020-10-27 + 5.3.0 + 2020-11-11 @@ -100,21 +100,11 @@ update_5.3.sql - - - - acptemplates_update.tar - files_update.tar - templates_update.tar - - acp/update_com.woltlab.wcf_5.3.0.rc.2.php + + + + - - - files_update.tar - diff --git a/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.3.0.rc.2.php b/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.3.0.rc.2.php deleted file mode 100644 index fa320029f1..0000000000 --- a/wcfsetup/install/files/acp/update_com.woltlab.wcf_5.3.0.rc.2.php +++ /dev/null @@ -1,32 +0,0 @@ - 5.3.0 RC 1. - * - * @author Alexander Ebert - * @copyright 2001-2020 WoltLab GmbH - * @license GNU Lesser General Public License - * @package WoltLabSuite\Core - */ -$tables = [ - PartialDatabaseTable::create('wcf1_article_content') - ->columns([ - NotNullVarchar255DatabaseTableColumn::create('metaTitle') - ->defaultValue(''), - NotNullVarchar255DatabaseTableColumn::create('metaDescription') - ->defaultValue(''), - ]), -]; - -(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 c9da854926..624f74d152 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -51,7 +51,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '5.3.0 RC 3'); +define('WCF_VERSION', '5.3.0'); // define current API version // @deprecated 5.2 -- 2.20.1