Release 5.3.0
authorAlexander Ebert <ebert@woltlab.com>
Mon, 9 Nov 2020 15:19:30 +0000 (16:19 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 9 Nov 2020 15:19:30 +0000 (16:19 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/acp/update_com.woltlab.wcf_5.3.0.rc.2.php [deleted file]
wcfsetup/install/files/lib/system/WCF.class.php

index 039b5372da915030c2ac0c13567ec9477dd1d683..e433738cb42c9c2405155b6e825c38490117c0c6 100644 (file)
@@ -5,8 +5,8 @@
                <packagedescription>Free CMS and web-framework, designed for awesome websites and communities.</packagedescription>
                <packagedescription language="de">Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht.</packagedescription>
                <isapplication>1</isapplication>
-               <version>5.3.0 RC 3</version>
-               <date>2020-10-27</date>
+               <version>5.3.0</version>
+               <date>2020-11-11</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="sql">update_5.3.sql</instruction>
        </instructions>
        
-       <!--
-               Update 5.3.0 RC 1 -> 5.3.0 RC 2: Run the script `update_com.woltlab.wcf_5.3.0.rc.2.php`
-       -->
-       
-       <instructions type="update" fromversion="5.3.0 RC 1">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
-               <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3.0.rc.2.php</instruction>
+       <instructions type="update" fromversion="5.3.0 RC 3">
+               <instruction type="acpTemplate"/>
+               <instruction type="file"/>
+               <instruction type="template"/>
                
                <instruction type="language" />
        </instructions>
-       
-       <instructions type="update" fromversion="5.3.0 RC 2">
-               <instruction type="file">files_update.tar</instruction>
-       </instructions>
 </package>
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 (file)
index fa32002..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-
-use wcf\system\database\table\column\NotNullVarchar255DatabaseTableColumn;
-use wcf\system\database\table\DatabaseTableChangeProcessor;
-use wcf\system\database\table\PartialDatabaseTable;
-use wcf\system\package\plugin\ScriptPackageInstallationPlugin;
-use wcf\system\WCF;
-
-/**
- * Adds the missing database columns that should have been added for 5.3.0 Beta 2 -> 5.3.0 RC 1.
- * 
- * @author      Alexander Ebert
- * @copyright   2001-2020 WoltLab GmbH
- * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @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();
index c9da85492604db820b4fef41ffa9206a7421e56d..624f74d152351fc1446c409568c2ba7f548cf299 100644 (file)
@@ -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