Preparing the release 5.2.0 Alpha 4 5.2.0_Alpha_4
authorAlexander Ebert <ebert@woltlab.com>
Sat, 17 Aug 2019 10:49:08 +0000 (12:49 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 17 Aug 2019 10:49:08 +0000 (12:49 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index ebf6b649f276f7f001558b7ff1bd6b30634280a4..11dadb88ad8a592618859f7621e7cd64e8f19b77 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>5.2.0 Alpha 3</version> <!-- codename: hurricane -->
-               <date>2019-07-27</date>
+               <version>5.2.0 Alpha 4</version> <!-- codename: hurricane -->
+               <date>2019-08-17</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="5.2.0 Alpha 2">
+       <instructions type="update" fromversion="5.2.0 Alpha 3">
                <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="userGroupOption" />
        </instructions>
 </package>
index b3732a3a0458b0e89139c9c11b1579179c5acbf0..4faf6054dc2f4e8eaf01c4c69db4a5c186f6adf5 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '5.2.0 Alpha 3');
+define('WCF_VERSION', '5.2.0 Alpha 4');
 
 // define current API version
 define('WSC_API_VERSION', 2019);