Release 3.1.23 3.1.23
authorAlexander Ebert <ebert@woltlab.com>
Tue, 31 Aug 2021 10:32:33 +0000 (12:32 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 31 Aug 2021 10:32:33 +0000 (12:32 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

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