From: Alexander Ebert Date: Thu, 22 Feb 2024 11:06:06 +0000 (+0100) Subject: Release 6.0.9 dev 5 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ec62dd57ea40f2df8deb1cc65863bd302652f289;p=GitHub%2FWoltLab%2FWCF.git Release 6.0.9 dev 5 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index de35747681..914607f595 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ Free CMS and web-framework, designed for awesome websites and communities. Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht. 1 - 6.0.9 dev 4 - 2024-02-11 + 6.0.9 dev 5 + 2024-02-22 @@ -58,4 +58,9 @@ files_update.tar + + files_update.tar + acp/update_com.woltlab.wcf_6.0_styleVariables.php + + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 55b1fb47ee..f7fa53ed99 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -79,7 +79,7 @@ if (\function_exists('mb_regex_encoding')) { \mb_language('uni'); // define current woltlab suite version -\define('WCF_VERSION', '6.0.9 dev 4'); +\define('WCF_VERSION', '6.0.9 dev 5'); // define current unix timestamp \define('TIME_NOW', \time());