From 3dad43fdcaa1dcd537599cd04fafacf69d439802 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 2 Mar 2021 17:35:56 +0100 Subject: [PATCH] Release 5.3.5 --- com.woltlab.wcf/package.xml | 13 ++++++++++--- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 83b3f025cd..14f1210d5f 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.4 - 2021-02-01 + 5.3.5 + 2021-03-03 @@ -106,7 +106,14 @@ acp/update_com.woltlab.wcf_5.3_packageServer.php - + + acptemplates_update.tar files_update.tar + templates_update.tar + + + + + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index e5bfce978b..9f2ac29c9c 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.4'); +define('WCF_VERSION', '5.3.5'); // define current API version // @deprecated 5.2 -- 2.20.1