Preparing the release 5.2.2
authorAlexander Ebert <ebert@woltlab.com>
Thu, 30 Jan 2020 19:54:26 +0000 (20:54 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 30 Jan 2020 19:54:26 +0000 (20:54 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/acp/update_com.woltlab.wcf_5.2.2.php
wcfsetup/install/files/lib/system/WCF.class.php

index 79ae52a492eb1812ba56cfad2b9f56fab0e8127c..ed01ca1638f206f7082a811d9d7e8dba56924af1 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.2.1</version> <!-- codename: hurricane -->
-               <date>2020-01-09</date>
+               <version>5.2.2</version> <!-- codename: hurricane -->
+               <date>2020-01-30</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="style" run="standalone">defaultStyle.tar</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="5.2.0">
+       <instructions type="update" fromversion="5.2.1">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
                
                <instruction type="language" />
                
-               <instruction type="mediaProvider" />
-               <instruction type="objectType" />
+               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.2.2.php</instruction>
        </instructions>
-       
-       <!--<instruction type="script">acp/update_com.woltlab.wcf_5.2.2.php</instruction>-->
 </package>
index 446bf8af4d73c916867f12b38e7424d93a666ab9..5cc4d11579b4c97a339100ab2e8102c0ced0ae1c 100644 (file)
@@ -21,7 +21,7 @@ use wcf\system\database\table\index\DatabaseTablePrimaryIndex;
 use wcf\system\package\plugin\ScriptPackageInstallationPlugin;
 
 /**
- * Adds missing foreign keys from the 3.1 to 5.2.0 update.
+ * Adds missing foreign keys from the 3.1 to 5.2 update.
  *
  * @author     Matthias Schmidt
  * @copyright  2001-2020 WoltLab GmbH
index 4a8a3d9f4d2ac217912d3ebf29061b23022fdb48..0e28b1aeb83da15315232304f232a5850eca57c2 100644 (file)
@@ -49,7 +49,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '5.2.1');
+define('WCF_VERSION', '5.2.2');
 
 // define current API version
 // @deprecated 5.2