From: Alexander Ebert Date: Sat, 10 Mar 2018 13:16:09 +0000 (+0100) Subject: Preparing release 3.1.1 X-Git-Tag: 3.1.1~6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3c0076306509d6c939c10fd858eb50d2fb364aca;p=GitHub%2FWoltLab%2FWCF.git Preparing release 3.1.1 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index a0ff87f4d8..c9a53be46e 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.0 - 2018-02-28 + 3.1.1 + 2018-03-12 @@ -95,10 +95,10 @@ defaultStyle.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 bf8e89b36f..5e8d289cfa 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.0'); +define('WCF_VERSION', '3.1.1'); // define current API version define('WSC_API_VERSION', 2018);