From 2696d3d9d002600356e08933af6648a79a8b06f7 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 6 Jan 2021 15:57:01 +0100 Subject: [PATCH] Release 5.3.2 --- com.woltlab.wcf/package.xml | 16 ++++++++++++++-- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index a6732adcc4..5525cf9b4e 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.1 - 2020-11-23 + 5.3.2 + 2020-01-08 @@ -111,4 +111,16 @@ https://github.com/WoltLab/WCF/commit/1ac55ad408d5bfab4f69714c6259cc5d09ceb344 Administrators are highly encouraged to apply the CSS adjustments to their custom template version. --> + + + acptemplates_update.tar + files_update.tar + templates_update.tar + + + + + + acp/update_com.woltlab.wcf_5.3.2_style.php + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index b1b5cc2185..468ee16caa 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.1'); +define('WCF_VERSION', '5.3.2'); // define current API version // @deprecated 5.2 -- 2.20.1