From ebe57f1b6d2c34e42d15cdb713b6e04f8761e873 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 1 Feb 2021 12:50:17 +0100 Subject: [PATCH] Release 3.0.26 --- com.woltlab.wcf/package.xml | 8 +++++--- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 1d5b2eb145..d5da858b9d 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.0.25 - 2020-06-27 + 3.0.26 + 2021-02-01 @@ -191,7 +191,9 @@ acp/update_com.woltlab.wcf_preventMailAbuse.php - + + acptemplates_update.tar files_update.tar + language/*.xml diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 548bbc7cef..fa7135dc0b 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '3.0.25'); +define('WCF_VERSION', '3.0.26'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1