From 734701579860bb56054d6448a2b7f556ef398da9 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 10 Aug 2021 15:26:04 +0200 Subject: [PATCH] Release 5.4.4 --- com.woltlab.wcf/package.xml | 6 +++++- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 8def932d5a..8e92d0e6b8 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.3 + 5.4.4 2021-08-11 @@ -150,4 +150,8 @@ tar cvf com.woltlab.wcf/files_pre.tar -C wcfsetup/install/files/ \ acp/update_com.woltlab.wcf_5.4.3_deleteDsStore.php acp/update_com.woltlab.wcf_5.4.3_resetAvatarCache.php + + + files_update.tar + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 4a5987547d..fbf958c278 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.3'); +\define('WCF_VERSION', '5.4.4'); // define current API version // @deprecated 5.2 -- 2.20.1