Preparing the release 3.0.25 3.0.25
authorAlexander Ebert <ebert@woltlab.com>
Sat, 27 Jun 2020 09:52:48 +0000 (11:52 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 27 Jun 2020 09:52:48 +0000 (11:52 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index eee4ef1c0377179cf6c3d613bfb63c1dd3d41b43..1d5b2eb14588891c45e583d9bfed47b0c05a4b67 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.24</version> <!-- codename: vortex -->
-               <date>2020-04-08</date>
+               <version>3.0.25</version> <!-- codename: vortex -->
+               <date>2020-06-27</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="3.0.23">
+       <instructions type="update" fromversion="3.0.24">
                <instruction type="file">files_update.tar</instruction>
-               
-               <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction>
        </instructions>
 </package>
index 1eaa4d48fc1df8c7ca4fef91e8a892b67cf73242..548bbc7cef7a080f81e4d44fc0118ec7bb439a32 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.24');
+define('WCF_VERSION', '3.0.25');
 
 // define current unix timestamp
 define('TIME_NOW', time());