From 79fca5163ca448303e705f78b2510252b740c6df Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 6 Dec 2024 12:59:07 +0100 Subject: [PATCH] Release 6.0.20 --- com.woltlab.wcf/package.xml | 7 +++---- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index ab59ea7bb6..aa33c018ea 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.19 - 2024-11-23 + 6.0.20 + 2024-12-06 @@ -50,8 +50,7 @@ acp/install_com.woltlab.wcf_step2.php - - acptemplates_update.tar + files_update.tar diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index feab6853d1..11cd2100a8 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -81,7 +81,7 @@ if (\function_exists('mb_regex_encoding')) { \mb_language('uni'); // define current woltlab suite version -\define('WCF_VERSION', '6.0.19'); +\define('WCF_VERSION', '6.0.20'); // define current unix timestamp \define('TIME_NOW', \time()); -- 2.20.1