From a5103237bbe0cabf898338da7917a02882f318ed Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 22 Feb 2024 19:23:36 +0100 Subject: [PATCH] Release 6.0.10 --- com.woltlab.wcf/package.xml | 10 ++-------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index c6f56877e6..a7da6fd21c 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,7 +5,7 @@ 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 + 6.0.10 2024-02-22 @@ -50,13 +50,7 @@ acp/install_com.woltlab.wcf_step2.php - - - files_update.tar - acp/update_com.woltlab.wcf_6.0_styleVariables.php - - - + files_update.tar diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 46bd02ad89..e958ff0b0e 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'); +\define('WCF_VERSION', '6.0.10'); // define current unix timestamp \define('TIME_NOW', \time()); -- 2.20.1