From df52f417c89550b1c7fbad03789b0c47539ffa52 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 23 Jan 2019 18:28:06 +0100 Subject: [PATCH] [TASK] Release 1.0.1 --- README.md | 7 +------ ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e9ab5c3..a4610cf 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,4 @@ This is because clicks in the module menu are only handled via javascript and us This extension fixes this behaviour and makes working with the TYPO3 backend for middle mouse button users a lot more comfortable. -Currently support TYPO3 8.7 and 9.5 LTS - -@TODO: -- test in different environments -- packagist -- ter \ No newline at end of file +Currently support TYPO3 8.7 and 9.5 LTS \ No newline at end of file diff --git a/ext_emconf.php b/ext_emconf.php index 6e88f24..1459c2d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,7 +14,7 @@ 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '1.0.0', + 'version' => '1.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.0-9.5.99',