From 284adc7603f0e4cc0733ad4011c123c12ffa6e3a Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 19 Jun 2024 12:38:49 +0200 Subject: [PATCH] Release 6.0.16 --- com.woltlab.wcf/package.xml | 11 ++++------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 733719cf3a..5534b8b7e2 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.15 - 2024-06-18 + 6.0.16 + 2024-06-19 @@ -50,12 +50,9 @@ acp/install_com.woltlab.wcf_step2.php - + acptemplates_update.tar files_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 ecdb4468d6..b84b117257 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.15'); +\define('WCF_VERSION', '6.0.16'); // define current unix timestamp \define('TIME_NOW', \time()); -- 2.20.1