From: Alexander Ebert Date: Mon, 9 Nov 2020 15:19:30 +0000 (+0100) Subject: Release 5.3.0 X-Git-Tag: 5.3.0~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=18d5c2428a3a2f34feef7ca1d2ac6b76a089ca7b;p=GitHub%2FWoltLab%2FWCF.git Release 5.3.0 --- 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