From 85e5522283166e7a6355f8f901052bba8f52ff54 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 21 Nov 2020 19:59:08 +0100 Subject: [PATCH] Release 5.3.1 --- com.woltlab.wcf/package.xml | 18 +++++++++++++++--- .../install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 94949bc0b7..bbcadb6939 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.3.0 - 2020-11-11 + 5.3.1 + 2020-11-23 @@ -104,11 +104,23 @@ update_5.3.sql - + + + acptemplates_update.tar + files_update.tar + templates_update.tar + + + + + + acp/update_com.woltlab.wcf_5.3.1_style.php + acp/update_com.woltlab.wcf_5.3_orphanedComments.php + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 624f74d152..b1b5cc2185 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -51,7 +51,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '5.3.0'); +define('WCF_VERSION', '5.3.1'); // define current API version // @deprecated 5.2 -- 2.20.1