From 55e49680119688832155f2b15921be0677eb3e4d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 20 Jul 2022 13:56:41 +0200 Subject: [PATCH] Release 5.5.3 --- com.woltlab.wcf/package.xml | 10 +++++++--- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 82164e253a..363ac6beab 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.5.3 dev 2 - 2022-07-19 + 5.5.3 + 2022-07-20 @@ -118,11 +118,15 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \ files_update.tar templates_update.tar + + acp/update_com.woltlab.wcf_5.5_deleteDsStore.php - + acptemplates_update.tar files_update.tar + + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index acbe7f61bd..eafa3a5775 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -50,7 +50,7 @@ if (!@\ini_get('date.timezone')) { } // define current woltlab suite version -\define('WCF_VERSION', '5.5.3 dev 2'); +\define('WCF_VERSION', '5.5.3'); // define current API version // @deprecated 5.2 -- 2.20.1