diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 371e00c4f..ee50326e9 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -4,6 +4,25 @@ Changelog ========= +- + :Version: 7.4.0 + :Date: 2024-10-04 + :Changes: + * [FEATURE] Add type and autocomplete information to input fields - thx to Oliver Klee + * [TASK] Use semantic HTML for tables in the emails - thx to Oliver Klee + * [TASK] Improve the code formatting of additional input attributes - thx to Oliver Klee + * [TASK] Apply the latest Rector fixes for TYPO3 11LTS - thx to Oliver Klee + * [TASK] Mitigate browser "spell jacking" in form elements- thx to Patrick Lenk + * [TASK] Add autocomplete attribute to password fields - thx to Patrick Lenk + * [TASK] Switch to PHP-based Documentation Rendering - thx to Sandra Erbel + * [BUGFIX] Avoid deprecated PHP function `utf8_decode` - thx to Oliver Klee + * [BUGFIX] Add missing scope - thx to Stefan Busemann (in2code) + * [BUGFIX] Add missing if clause in UserProperties.html - thx to Sandra Erbel + * [BUGFIX] Use specific seleniarm image for behat tests - thx to Stefan Busemann (in2code) + * [BUGFIX] Restore email notification to admin after registration - thx to Patrick Lenk + * [BUGFIX] Fix composer script calls in the `test:rector:fix` script - thx to Oliver Klee + * [BUGFIX] Fix the Rector PHP target version - thx to Oliver Klee + * [BUGFIX] Allow the PHPStan extension installer for Composer - thx to Oliver Klee - :Version: 7.3.0 :Date: 2024-05-08 diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 36fa29b7d..9db122efc 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -15,7 +15,7 @@ Femanager is a TYPO3 extension for a modern Frontend-User registration and profi femanager :Version: - 7.3.0 + 7.4.0 :Language: en diff --git a/ext_emconf.php b/ext_emconf.php index 8eddca33a..2221fcb3a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,14 +7,13 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'femanager', 'description' => 'TYPO3 Frontend User Registration and Management based on - Extbase and Fluid and on TYPO3 11 and the possibility to extend it. - Extension basicly works like sr_feuser_register', + Extbase and Fluid and on TYPO3 11 and the possibility to extend it.', 'category' => 'plugin', 'author' => 'Alexander Kellner, Stefan Busemann', 'author_email' => 'info@in2code.de', 'author_company' => 'in2code.de - Wir leben TYPO3', 'state' => 'stable', - 'version' => '7.3.0', + 'version' => '7.4.0', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-11.5.99',