From 27973d88c05479cc059fd8b704b4705037aba01b Mon Sep 17 00:00:00 2001 From: DDEV User Date: Sat, 3 Feb 2024 09:24:16 +0100 Subject: [PATCH] [TASK] updates README and version in ext_emconf --- README.md | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 052791b..103d85f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ tech support actions while impersonating the specified user account. | Impersonate | TYPO3 | PHP | Support / Development | |-------------|-----------|-----------|--------------------------------------| -| 2.0.x | 11.5 | 7.4 - 8.3 | features, bugfixes, security updates | +| 2.x | 11.5 | 7.4 - 8.3 | features, bugfixes, security updates | | 1.1.x | 10.4 | 7.0 - 7.4 | bugfixes, security updates | | 1.0.x | 8.7 - 9.5 | 7.0 - 7.4 | none | diff --git a/ext_emconf.php b/ext_emconf.php index f6bd0da..0bb2ff9 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -16,7 +16,7 @@ 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '2.0.0', + 'version' => '2.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-11.99.99',