From 0dc9cf4ba8068fd0f83f74bbfb82f98db95a2023 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 20 Aug 2024 17:26:25 +0200 Subject: [PATCH] Release 6.1.0 Alpha 2 --- com.woltlab.wcf/package.xml | 54 +++---------------- .../install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 7 insertions(+), 49 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index aeff9df89b..706a5ce766 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.1.0 Alpha 1 - 2024-08-14 + 6.1.0 Alpha 2 + 2024-08-20 @@ -50,52 +50,10 @@ acp/install_com.woltlab.wcf_step2.php - - - files_pre_check.tar - - - acp/update_com.woltlab.wcf_6.1_checkSystemRequirements.php - - - acp/update_com.woltlab.wcf_6.1_sharedTemplate.php - - - acp/update_com.woltlab.wcf_6.1_messageEmbeddedObject.php - - - acp/database/update_com.woltlab.wcf_6.1.php - - - - - - - acp/update_com.woltlab.wcf_6.1_spider_step1.php - acp/database/update_com.woltlab.wcf_6.1_spider_step2.php - + + acptemplates_update.tar + files_update.tar + templates_update.tar - - - - - - - - - - - - - - - - acp/update_com.woltlab.wcf_6.1_serviceWorker.php diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index c50861e366..1514d6a910 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.1.0 Alpha 1'); +\define('WCF_VERSION', '6.1.0 Alpha 2'); // define current unix timestamp \define('TIME_NOW', \time()); -- 2.20.1