Preparing the release 3.0.24
authorAlexander Ebert <ebert@woltlab.com>
Wed, 8 Apr 2020 14:56:44 +0000 (16:56 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 8 Apr 2020 14:56:44 +0000 (16:56 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 7c2a3ceaaf81dde206c6a3bc8968d680ef0d1939..eee4ef1c0377179cf6c3d613bfb63c1dd3d41b43 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>3.0.23</version> <!-- codename: vortex -->
-               <date>2020-02-23</date>
+               <version>3.0.24</version> <!-- codename: vortex -->
+               <date>2020-04-08</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction>
        </instructions>
        
-       <!-- Include: <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction> -->
-       
-       <instructions type="update" fromversion="3.0.22">
-               <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="page" />
-       </instructions>
-       <instructions type="update" fromversion="3.0.22 pl 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="page" />
-       </instructions>
-       <instructions type="update" fromversion="3.0.22 pl 2">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="3.0.23">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
                
-               <instruction type="language" />
-               
-               <instruction type="page" />
+               <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction>
        </instructions>
 </package>
index dd25e80e39546b92dd206c3c9fcb0aae076c0f57..1eaa4d48fc1df8c7ca4fef91e8a892b67cf73242 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.23');
+define('WCF_VERSION', '3.0.24');
 
 // define current unix timestamp
 define('TIME_NOW', time());