From bc0a263d3e1f0b9726c26dae4b3ae7e82739a78f Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 4 Aug 2023 16:21:37 +0200 Subject: [PATCH] Release 6.0.0 Alpha 8 --- com.woltlab.wcf/package.xml | 13 ++++++++++--- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 17fb3f2da7..4c5b9c6b73 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.0 Alpha 7 - 2023-07-19 + 6.0.0 Alpha 8 + 2023-08-04 @@ -129,8 +129,15 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \ - + + acptemplates_update.tar files_update.tar + templates_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 6a91d5df2f..662ecf6dc1 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -81,7 +81,7 @@ if (\function_exists('mb_regex_encoding')) { \mb_language('uni'); // define current woltlab suite version -\define('WCF_VERSION', '6.0.0 Alpha 7'); +\define('WCF_VERSION', '6.0.0 Alpha 8'); // define current unix timestamp \define('TIME_NOW', \time()); -- 2.20.1