From 1f8c26a61e826af274fc038573b1e184aa04b324 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 16 Apr 2018 17:31:50 +0200 Subject: [PATCH] Preparing release 3.0.14 --- com.woltlab.wcf/package.xml | 21 ++++++++++--------- .../install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 4763eb1ce0..8e7880c472 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.13 - 2018-03-14 + 3.0.14 + 2018-04-16 @@ -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,17 +92,18 @@ acp/update_com.woltlab.wcf_3.0_post_sql.php - - + + acptemplates_update.tar files_update.tar + templates_update.tar - - - - acptemplates_update.tar - files_update.tar + acp/update_com.woltlab.wcf_3.0.14.php + + + + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index bc02426bac..68aba8ff90 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.13'); +define('WCF_VERSION', '3.0.14'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1