From df2b0a6457cf5026e567080d43f75cbf48ec866e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 29 Jan 2024 12:57:25 +0100 Subject: [PATCH] Release 6.0.7 --- com.woltlab.wcf/package.xml | 14 +++++++++++--- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index ef245b0d4c..06ede3c9b2 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.7 dev 2 - 2024-01-26 + 6.0.7 + 2024-01-29 @@ -50,7 +50,15 @@ acp/install_com.woltlab.wcf_step2.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 74c21befe4..b425316e3b 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.7 dev 2'); +\define('WCF_VERSION', '6.0.7'); // define current unix timestamp \define('TIME_NOW', \time()); -- 2.20.1