Release 3.1.24
authorAlexander Ebert <ebert@woltlab.com>
Tue, 30 Nov 2021 10:01:51 +0000 (11:01 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 30 Nov 2021 10:01:51 +0000 (11:01 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index ee9fd20fd926af593e60cbdaeaa00239dc5b1536..01d108993584564f4b3120088a40ab60b63e65b4 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.1.23</version> <!-- codename: tornado -->
-               <date>2021-08-31</date>
+               <version>3.1.24</version> <!-- codename: tornado -->
+               <date>2021-11-30</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="3.1.22">
+       <instructions type="update" fromversion="3.1.23">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                
-               <instruction type="language" />
+               <instruction type="language"/>
        </instructions>
 </package>
index 6aad870ac3ff11895bb70782ede3af111fe17bc4..d9fd741146c9e172667fae8747eb93eef2a639ca 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.23');
+define('WCF_VERSION', '3.1.24');
 
 // define current API version
 define('WSC_API_VERSION', 2018);