Skip to content

Commit

Permalink
[TASK] Release 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbusemann committed Oct 4, 2024
1 parent 7ff2fbe commit b6872cd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
19 changes: 19 additions & 0 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b6872cd

Please sign in to comment.