From 3035ec6126786115cb384ada20228025c0115bae Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 10 Aug 2021 11:05:07 +0200 Subject: [PATCH] Release 5.4.3 --- com.woltlab.wcf/package.xml | 10 ++++++++-- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 4091495d59..8def932d5a 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.2 - 2021-07-27 + 5.4.3 + 2021-08-11 @@ -141,6 +141,12 @@ tar cvf com.woltlab.wcf/files_pre.tar -C wcfsetup/install/files/ \ + acptemplates_update.tar + files_update.tar + templates_update.tar + + + acp/update_com.woltlab.wcf_5.4.3_deleteDsStore.php acp/update_com.woltlab.wcf_5.4.3_resetAvatarCache.php diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 7023667b5f..4a5987547d 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.2'); +\define('WCF_VERSION', '5.4.3'); // define current API version // @deprecated 5.2 -- 2.20.1