diff --git a/README.md b/README.md index 9553039..8f43ded 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ But "showAtAnyLogin" or "hideAtAnyLogin" is not supported at the moment. | Version | Date | State | Description | | ---------- | ---------- | ---------- | ----------------------------------------------------------------------------- | +| 1.3.0 | 2021-04-12 | Task | Support for TYPO3 v10, removed EXT:fal_securedownload support | | 1.2.0 | 2018-08-26 | Feature | Support for TYPO3 v9, switched to Doctrine DBAL, dropped support for TYPO3 v7 | | 1.1.1 | 2017-07-18 | Bugfix | Signal update from fal_securedownload | | 1.1.0 | 2017-07-10 | Feature | Support EXT:fal_securedownload >= version 2.0.0 | diff --git a/ext_emconf.php b/ext_emconf.php index b7b2d71..0c89936 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,8 +3,8 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'feiplogin', 'description' => 'Authenticate every visitor as a defined frontend user if IP matches', - 'version' => '1.3.0-dev', 'category' => 'fe', + 'version' => '1.3.0', 'state' => 'stable', 'clearCacheOnLoad' => 1, 'author' => 'Marcel Kapfer',