From 26bafc188c1c4ba3b758f68a4f2007b544847134 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 21 Apr 2018 13:42:06 +0200 Subject: [PATCH] Preparing the release 3.0.14 pl 2 --- com.woltlab.wcf/package.xml | 22 +++---------------- .../install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 5dbbe0b36b..aa37bd9811 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.14 pl 1 - 2018-04-20 + 3.0.14 pl 2 + 2018-04-21 @@ -92,23 +92,7 @@ acp/update_com.woltlab.wcf_3.0_post_sql.php - - - acptemplates_update.tar + files_update.tar - templates_update.tar - - acp/update_com.woltlab.wcf_3.0.14.php - - - - - - - - - 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 f0f49c3596..2cd86993e2 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.14 pl 1'); +define('WCF_VERSION', '3.0.14 pl 2'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1