From 047222e9c2545c59ce4ab73d143f76871038bbbe Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 28 Oct 2024 16:07:23 +0100 Subject: [PATCH] Release 6.1.0 --- com.woltlab.wcf/files_pre_check.tar | Bin 20480 -> 20480 bytes com.woltlab.wcf/package.xml | 8 +++----- .../install/files/lib/system/WCF.class.php | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/com.woltlab.wcf/files_pre_check.tar b/com.woltlab.wcf/files_pre_check.tar index 4d3629d5e7fada32d182e52b749382e610cbb2a0..1b1ee037c85d587981ad08c51ee5f63a75d36119 100644 GIT binary patch delta 116 zcmZozz}T>WaYB!vxtW=ffsqM=fswJfu>pgE!DK_ml+BEc-JHl$Mn=YPDei7|Bq<{U U14Fo!a5poOlz}Odf#Uxy00V>>&Hw-a delta 116 zcmZozz}T>WaYB!viII_^p`j^*fswH}kWw(1Y{;0hnUS%ZQ_$GN+}O<62qa}>WCEAs d?q)}lGBPkQf=dZ^Gb2eEm>L_xrNsYR0002!8O#6x diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 7294825876..c50246a93b 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 RC 1 - 2024-10-10 + 6.1.0 + 2024-10-28 @@ -99,11 +99,9 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \ 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 0d9489e13c..7c7f131889 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 RC 1'); +\define('WCF_VERSION', '6.1.0'); // define current unix timestamp \define('TIME_NOW', \time()); -- 2.20.1