From f33fcb86d4a23a38a9d869e8208bd47f121b0761 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 8 Apr 2020 18:14:22 +0200 Subject: [PATCH] Preparing the release 3.1.13 --- com.woltlab.wcf/package.xml | 13 +++++-------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 7968221838..2ffc13fd98 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 - 3.1.12 - 2020-02-23 + 3.1.13 + 2020-04-08 @@ -99,17 +99,14 @@ acp/update_com.woltlab.wcf_preventMailAbuse.php - - - + acptemplates_update.tar files_update.tar - templates_update.tar - - + acp/update_com.woltlab.wcf_preventMailAbuse.php + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 2ac0c5f7aa..22af9a3e33 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '3.1.12'); +define('WCF_VERSION', '3.1.13'); // define current API version define('WSC_API_VERSION', 2018); -- 2.20.1