From 07d79934401c4edebacfa136f85ec1fa15e8b663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ephraim=20H=C3=A4rer?= Date: Mon, 5 Mar 2018 20:14:53 +0100 Subject: [PATCH] added version 1.1.4 closed #2 update to TER version --- Documentation/ChangeLog/Index.rst | 6 ++++++ composer.json | 3 ++- ext_emconf.php | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index 846e1a8..9f5151e 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -11,6 +11,12 @@ ChangeLog ========= +- **13.09.2017** -> 1.1.4 + + - fixed composer.json and added TYPO3 8 compatibility + +----------------------------------- + - **12.09.2017** -> 1.1.3 - fixed composer.json diff --git a/composer.json b/composer.json index 8abeb66..5b4e8aa 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,13 @@ { "name": "renolit/reint-file-timestamp", "type": "typo3-cms-extension", + "version": "1.1.4", "description": "Timestamp parameter in public file uri", "homepage": "https://github.com/Kephson/reint_file_timestamp", "license": "GPL-2.0+", "keywords": ["TYPO3 CMS"], "require": { - "typo3/cms-core": "^7.6.0 || >=8.5.0 <9" + "typo3/cms-core": "^6.2.4 || ^7.6.0 || >=8.5.0 <9" }, "autoload": { "psr-4": { diff --git a/ext_emconf.php b/ext_emconf.php index 8b7803c..0747da2 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -18,12 +18,12 @@ 'uploadfolder' => false, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '1.1.3', + 'version' => '1.1.4', 'constraints' => array( 'depends' => array( - 'typo3' => '6.2.4-7.99.99', + 'typo3' => '6.2.4-8.7.99', 'php' => '5.5.0-7.1.99', ), 'conflicts' =>