Release 5.4.6 5.4.6
authorAlexander Ebert <ebert@woltlab.com>
Tue, 31 Aug 2021 14:52:04 +0000 (16:52 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 31 Aug 2021 14:52:04 +0000 (16:52 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php
wcfsetup/install/files/lib/system/WCF.class.php

index 0dcbce8b18782ea187354eb548d44c6babbff784..73d0873ea691c7517da8026dc17eec172b2ada9b 100644 (file)
@@ -5,7 +5,7 @@
                <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.4.5</version>
+               <version>5.4.6</version>
                <date>2021-08-31</date>
        </packageinformation>
        
@@ -151,7 +151,10 @@ tar cvf com.woltlab.wcf/files_pre.tar -C wcfsetup/install/files/ \
                <instruction type="script">acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="5.4.5 RC 1">
-               <void/>
+       <instructions type="update" fromversion="5.4.5">
+               <instruction type="file">files_update.tar</instruction>
+               
+               <!-- Delete the empty phrase once again. It might have been re-injected using the I18n functionality. -->
+               <instruction type="script">acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php</instruction>
        </instructions>
 </package>
index a7160fc788b05e916d4a539fbfb49cf38b020bcd..c2aa85a870022bac61bbf6fa152994cfe04dab53 100644 (file)
@@ -16,3 +16,5 @@ $languageItemList->getConditionBuilder()->add('languageItem IN (?)', [$languageI
 $languageItemList->readObjects();
 
 (new LanguageItemAction($languageItemList->getObjects(), 'delete'))->executeAction();
+
+// Dummy comment to force-include this in the update 5.4.6.
index d581517aa8ad276b989ec42c752fcca4c709191d..43a174662e66db95c9669059c27d9515c2e84566 100644 (file)
@@ -53,7 +53,7 @@ if (!@\ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-\define('WCF_VERSION', '5.4.5');
+\define('WCF_VERSION', '5.4.6');
 
 // define current API version
 // @deprecated 5.2