Release 5.3.1
authorAlexander Ebert <ebert@woltlab.com>
Sat, 21 Nov 2020 18:59:08 +0000 (19:59 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 21 Nov 2020 18:59:08 +0000 (19:59 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 94949bc0b7d05265759eef743b6500a322653241..bbcadb69398e08215a0c4a670620ceed7f37e5db 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</version>
-               <date>2020-11-11</date>
+               <version>5.3.1</version>
+               <date>2020-11-23</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="sql">update_5.3.sql</instruction>
        </instructions>
        
-       <!-- Run the option.xml update for 5.3.0 -> 5.3.1, due to the missing removal of external_link_rel_nofollow. -->
        <!-- Run update_com.woltlab.wcf_5.3.1_style.php for 5.3.0 -> 5.3.1 -->
        <!-- Include `update_com.woltlab.wcf_5.3_orphanedComments.php` in the next update! -->
        <!-- Add a note about the updated CSS in email_html.tpl to the release notes:
                https://github.com/WoltLab/WCF/commit/1ac55ad408d5bfab4f69714c6259cc5d09ceb344
                Administrators are highly encouraged to apply the CSS adjustments to their custom template version.
        -->
+       
+       <instructions type="update" fromversion="5.3.0">
+               <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="option" />
+               
+               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3.1_style.php</instruction>
+               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3_orphanedComments.php</instruction>
+       </instructions>
 </package>
index 624f74d152351fc1446c409568c2ba7f548cf299..b1b5cc2185d0ddf94dc0b2ccdb1f917d2e4268d6 100644 (file)
@@ -51,7 +51,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '5.3.0');
+define('WCF_VERSION', '5.3.1');
 
 // define current API version
 // @deprecated 5.2