From ba82e29d9efd00474cc8b97ee8d96877a4239e1c Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 6 Aug 2017 11:52:18 +0200 Subject: [PATCH] Preparing release 3.0.8 --- com.woltlab.wcf/package.xml | 12 ++++++++---- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index be864c77e6..58d841423b 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.7 - 2017-07-11 + 3.0.8 + 2017-08-07 @@ -43,7 +43,7 @@ acp/post_install.php - + files_pre_update.tar acp/update_com.woltlab.wcf_3.0_pre_sql.php update_part1.sql @@ -92,9 +92,13 @@ acp/update_com.woltlab.wcf_3.0_post_sql.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 2ccc546afd..7d61c51661 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.7'); +define('WCF_VERSION', '3.0.8'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1