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',