From 833325562474f34b299b78bf5fdb271849801018 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 12 Apr 2021 14:59:27 +0200 Subject: [PATCH] Release 5.3.6 --- com.woltlab.wcf/package.xml | 12 ++++++++++-- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 6e8dcbc8c2..42474075b8 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.5 - 2021-03-03 + 5.3.6 + 2021-04-14 @@ -107,6 +107,14 @@ + acptemplates_update.tar + files_update.tar + templates_update.tar + + + + + acp/update_com.woltlab.wcf_5.3.3_db.php diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 170362d310..0ea4c8fb08 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.5'); +define('WCF_VERSION', '5.3.6'); // define current API version // @deprecated 5.2 -- 2.20.1