Preparing the release 3.0.23 3.0.23
authorAlexander Ebert <ebert@woltlab.com>
Sat, 22 Feb 2020 17:59:47 +0000 (18:59 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 22 Feb 2020 17:59:47 +0000 (18:59 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 7c825763f16d8f2789d9df92c58cb8e627998631..f934d0f32c24d1e91c9161f6aa54618f1d4247e3 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.22 pl 2</version> <!-- codename: vortex -->
-               <date>2019-09-01</date>
+               <version>3.0.23</version> <!-- codename: vortex -->
+               <date>2020-02-23</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_3.0_post_sql.php</instruction>
        </instructions>
        
+       <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>
+               <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+               
+               <instruction type="language" />
+               
+               <instruction type="page" />
        </instructions>
 </package>
index 568a1c538452b8f84912477054ca3bbdffe57a0d..dd25e80e39546b92dd206c3c9fcb0aae076c0f57 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.22 pl 2');
+define('WCF_VERSION', '3.0.23');
 
 // define current unix timestamp
 define('TIME_NOW', time());