diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index e21ecd6292..371e00c4f1 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -4,6 +4,19 @@ Changelog ========= +- + :Version: 7.3.0 + :Date: 2024-05-08 + :Changes: + + * [FEATURE] Add confirmation form to delete profile during registration - thx to Stefan Busemann (in2code) + * [FEATURE] Add BeforeMailBodyRenderEvent - thx to Michael Bakonyi + * [FEATURE] Include bootstrap directly from repository instead of maxcdn.bootstrapcdn.com - thx to Felix Ranesberger (in2code) + * [BUGFIX] Fix a typo in the labels - thx to Oliver Klee + * [BUGFIX] Open the "terms & conditions" page in a new tab - thx to Oliver Klee + * [BUGFIX] errorClass attribute not working - thx to Stig Nørgaard Færch + * [DOC] Update documenation - thx to Daniel Hoffman (in2code) + - :Version: 7.2.3 :Date: 2023-12-13 @@ -88,6 +101,16 @@ Changelog * [DOCS] Add note for configpid setting * [BUGFIX] updated sjbr/static-info-tables version +- + :Version: 6.4.0 + :Date: 2024-05-08 + :Changes: + + * [FEATURE] Add confirmation form to delete profile during registration - thx to Stefan Busemann (in2code) + * [TASK] Remove unnecessary scrollIntoView property - thx to Felix Ranesberger (in2code) + * [TASK] Replace jQuery scrollTop with vanilla scrollIntoView - thx to Felix Ranesberger (in2code) + * [TASK] Build new JS distribution file - thx to Felix Ranesberger (in2code) + - :Version: 6.3.2 :Date: 2021-10-13 diff --git a/Documentation/Index.rst b/Documentation/Index.rst index d247950431..db9f872276 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -9,13 +9,13 @@ Femanager is a TYPO3 extension for a modern Frontend-User registration and profi .. only:: html :Copyright: - 2013 - 2023 + 2013 - 2024 :Classification: femanager :Version: - 7.2.3 + 7.3.0 :Language: en diff --git a/ext_emconf.php b/ext_emconf.php index 25c4a3d51a..8eddca33a3 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,7 +14,7 @@ 'author_email' => 'info@in2code.de', 'author_company' => 'in2code.de - Wir leben TYPO3', 'state' => 'stable', - 'version' => '7.2.3', + 'version' => '7.3.0', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-11.5.99', diff --git a/readme.md b/readme.md index 0ffddeb672..12618b35cd 100644 --- a/readme.md +++ b/readme.md @@ -53,6 +53,14 @@ to accept only bugfixes that can be reproduced. - **Features**: Not every feature is relevant for the bulk of the users. In addition: We don't want to make the extension even more complicated in usability for an edge case feature. Please discuss a new feature before. +### Branches + +* Main: For the latest LTS Version (currently Version for TYPO3 12) +* V7: Version 7 for TYPO3 11) +* V6: Version 6 for TYPO3 10) +* V5: Version 5 for TYPO3 9) +* V2: Version 2 for TYPO3 8) + ### Contribution with ddev #### Requirements