<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.2.0 RC 2</version> <!-- codename: hurricane -->
- <date>2019-12-20</date>
+ <version>5.2.0</version> <!-- codename: hurricane -->
+ <date>2019-12-29</date>
</packageinformation>
<authorinformation>
<instruction type="style" run="standalone">defaultStyle.tar</instruction>
</instructions>
- <instructions type="update" fromversion="5.2.0 RC 1">
+ <instructions type="update" fromversion="5.2.0 RC 2">
<instruction type="file">files_update.tar</instruction>
-
- <instruction type="script">acp/update_com.woltlab.wcf_5.2.0_rc_2.php</instruction>
- <instruction type="script">acp/update_com.woltlab.wcf_5.2_deleteRecentActivity.php</instruction>
+ <instruction type="template">templates_update.tar</instruction>
<instruction type="language" />
- <instruction type="bbcode" />
+ <instruction type="objectType" />
</instructions>
</package>
+++ /dev/null
-<?php
-use wcf\system\database\table\column\NotNullInt10DatabaseTableColumn;
-use wcf\system\database\table\DatabaseTableChangeProcessor;
-use wcf\system\database\table\PartialDatabaseTable;
-use wcf\system\package\plugin\ScriptPackageInstallationPlugin;
-use wcf\system\WCF;
-
-/**
- * @author Alexander Ebert
- * @copyright 2001-2019 WoltLab GmbH
- * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- */
-$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();
}
// 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