From eed3b4e90505f7aef7ca8ee436c187e973855729 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 14 Jul 2021 17:38:49 +0200 Subject: [PATCH] Release 5.4.0 --- com.woltlab.wcf/package.xml | 15 +++++---------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index ad05786268..c89ce9d0a1 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 - 5.4.0 RC 2 - 2021-07-08 + 5.4.0 + 2021-07-15 @@ -152,18 +152,13 @@ tar cvf com.woltlab.wcf/files_pre.tar -C wcfsetup/install/files/ \ acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php - + acptemplates_update.tar files_update.tar templates_update.tar - - - acp/update_com.woltlab.wcf_5.4_checkSystemRequirements.php - - - acp/update_com.woltlab.wcf_5.4_styleCoverPhoto.php + + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index d7cc566633..3edfbd5158 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -53,7 +53,7 @@ if (!@\ini_get('date.timezone')) { } // define current woltlab suite version -\define('WCF_VERSION', '5.4.0 RC 2'); +\define('WCF_VERSION', '5.4.0'); // define current API version // @deprecated 5.2 -- 2.20.1