From: Alexander Ebert Date: Thu, 7 Feb 2019 10:54:03 +0000 (+0100) Subject: Preparing the release 3.1.8 X-Git-Tag: 3.1.8~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=41727afcf16cef249f8210a52a3954c7c5c98697;p=GitHub%2FWoltLab%2FWCF.git Preparing the release 3.1.8 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 7da5c6d60b..32b7c61c3d 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.7 pl 1 - 2019-01-01 + 3.1.8 + 2019-02-08 @@ -98,6 +98,23 @@ + acptemplates_update.tar files_update.tar + templates_update.tar + + + + + + + + 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 754ab1e387..540865d1bb 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.7 pl 1'); +define('WCF_VERSION', '3.1.8'); // define current API version define('WSC_API_VERSION', 2018); @@ -67,7 +67,7 @@ if (!defined('NO_IMPORTS')) { * It holds the database connection, access to template and language engine. * * @author Marcel Werk - * @copyright 2001-2018 WoltLab GmbH + * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System */