From fc37bf190c82bb846a50fd4c5b2bf53556c8341b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 7 Sep 2021 13:33:58 +0200 Subject: [PATCH] Release 5.4.7 RC 1 --- com.woltlab.wcf/package.xml | 17 ++++------------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 841144a887..a99f6640d7 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.6 - 2021-08-31 + 5.4.7 RC 1 + 2021-09-07 @@ -50,21 +50,12 @@ acp/post_install.php - + acptemplates_update.tar files_update.tar - templates_update.tar - - - acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php - - - - files_update.tar - - acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 43a174662e..8850591195 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.6'); +\define('WCF_VERSION', '5.4.7 RC 1'); // define current API version // @deprecated 5.2 -- 2.20.1