From 7ebb0943e50613afa90617167c649c32ff19c10d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 10 Oct 2024 17:43:54 +0200 Subject: [PATCH] Release 6.1.0 RC 1 --- com.woltlab.wcf/files_pre_check.tar | Bin 20480 -> 20480 bytes com.woltlab.wcf/package.xml | 59 +++++++++++++++--- .../install/files/lib/system/WCF.class.php | 2 +- 3 files changed, 50 insertions(+), 11 deletions(-) diff --git a/com.woltlab.wcf/files_pre_check.tar b/com.woltlab.wcf/files_pre_check.tar index 421d622e8d58eb434536d344c6d26febefb08835..896c0dacf51d3fbb894afd28c490b9e3b8892b52 100644 GIT binary patch delta 120 zcmZozz}T>WaYDC{xw*NCse!2(gMpE;xv@Eeg27}%#+1#Bj9u&~az-Wwa5+v?IU@r@ VGq{{!7c;Ux15*=IxSZ&JD*$#^8qxp& delta 120 zcmZozz}T>WaYDC{skxz{shP0>gMpE;xsefrg27}%#+1#Bj9u&~az;kRa5+v?IU@rD WL%5t^7c;Ux15=>UFf&E}TLA!Ny&8=G diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index f071c0195c..7294825876 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 Beta 2 - 2024-09-27 + 6.1.0 RC 1 + 2024-10-10 @@ -50,21 +50,60 @@ 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 + + + + - files_update.tar - templates_update.tar + acp/update_com.woltlab.wcf_6.1_spider_step1.php + acp/database/update_com.woltlab.wcf_6.1_spider_step2.php - acp/update_com.woltlab.wcf_6.1.0_beta_2_migrateStaticFiles.php - + + - + + + - + + + + + + + acp/update_com.woltlab.wcf_6.1_serviceWorker.php + + + + acptemplates_update.tar + files_update.tar + templates_update.tar + + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 19d3497cfd..0d9489e13c 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -79,7 +79,7 @@ \mb_language('uni'); // define current woltlab suite version -\define('WCF_VERSION', '6.1.0 Beta 2'); +\define('WCF_VERSION', '6.1.0 RC 1'); // define current unix timestamp \define('TIME_NOW', \time());