From f46fb88f696784279b286d75fcc98a84d67f2a3e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 15 Jul 2021 13:58:44 +0200 Subject: [PATCH] Release 5.4.1 --- com.woltlab.wcf/package.xml | 9 +++------ wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index ad5c4b8ef0..0dd4448b14 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,7 +5,7 @@ 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 + 5.4.1 2021-07-15 @@ -153,14 +153,11 @@ 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 - - diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 3edfbd5158..59981870bc 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'); +\define('WCF_VERSION', '5.4.1'); // define current API version // @deprecated 5.2 -- 2.20.1