diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index ec1dbe9bc5..02e3293877 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -17,6 +17,13 @@ All changes are documented on https://docs.typo3.org/typo3cms/extensions/femanag :Changes: Release Description +- + :Version: 5.5.3 + :Date: 2023-01-25 + :Changes: + + * [BUGFIX] Security: Missing Hash Check for inviation controller - Invitation Templates must be updraded (if a custom template is used) + - :Version: 5.5.2 :Date: 2022-11-02 diff --git a/Documentation/Index.rst b/Documentation/Index.rst index c494c1076f..56169f83c1 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 - 2022 + 2013 - 2023 :Classification: femanager :Version: - 5.5.2 + 5.5.3 :Language: en diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 10ab97e306..e12cb806c5 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -4,10 +4,10 @@ --- conf.py: - copyright: 2013-2022 + copyright: 2013-2023 project: Femanager version: 5 - release: 5.5.2 + release: 5.5.3 latex_elements: papersize: a4paper pointsize: 10pt diff --git a/Documentation/Upgrade/Index.rst b/Documentation/Upgrade/Index.rst index c198a18c08..20d7900290 100644 --- a/Documentation/Upgrade/Index.rst +++ b/Documentation/Upgrade/Index.rst @@ -8,9 +8,24 @@ Upgrade .. only:: html - :ref:`v4` | :ref:`v5` | :ref:`v5.2.0` + :ref:`v4` | :ref:`v5` | :ref:`v5.2.0` | :ref:`v5.5.3` +to version 5.5.3 +---------------- + +**Invitation Template** + +If you are using customized templates for the invitation function, please check the Resources/Private/Templates/Invitation/Edit.html + +You need to add + +.. code-block:: html + + + +in order,that the function is working. + .. _v5.2.0: to version 5.2.0 diff --git a/ext_emconf.php b/ext_emconf.php index acb8d4c02a..720b5a3999 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -23,7 +23,7 @@ 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', - 'version' => '5.5.2', + 'version' => '5.5.3', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.0-9.5.99', diff --git a/readme.md b/readme.md index b4a0354c5c..b5fc1e9b6b 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,16 @@ TYPO3 Frontend User Registration and Management based on a very flexible configuration and on TYPO3 8.7 LTS and newer with the possibility to extend it. Extension basicly works like sr_feuser_register or any other frontend user registration. +## Support +This TYPO3 Extension is free to use. We as in2code and our developers highly appreciate your feedback and work hard to improve our extensions. +To do so, in2code provides two extra days per month for coding and developing (Coding Night and Freaky Friday). During these days our more than 20 developers spend their time with improvements and updates for this and other extensions. + +You can support our work [here](https://www.in2code.de/extensionsupport). + +Thank you very much in advance. + +Your in2code Team + ## Quick installation Please look at the manual for a big documentation at @@ -19,16 +29,28 @@ Quick guide: ## Which femanager for which TYPO3 and PHP? -| Femanager | TYPO3 | PHP | Support/Development | -| ----------- | ---------- | ----------|---------------------------------------- | -| 6.x | 10 LTS | 7.2 - 7.4 | Features, Bugfixes, Security Updates | -| 5.x | 8, 9 LTS | 7.1 - 7.3 | Security Updates. If you want feature backports ask for an offer | -| 4.x | 8.7 | 7.0 - 7.2 | Security Updates on demand (ask for an offer) | -| 3.x | 8.7 | 7.0 - 7.2 | Security Updates on demand (ask for an offer)| -| 2.x | 7.6 | 5.5 - 7.0 | Security Updates on demand (ask for an offer)| -| 1.x | 6.2 - 7.6 | 5.5 - 7.0 | Security Updates on demand (ask for an offer)| +| Femanager | TYPO3 | PHP | Support/Development | +|-----------|-----------|-----------|------------------------------------------------------------------| +| 7.x | 11 LTS | 7.4 - 8.1 | Features, Bugfixes, Security Updates | +| 6.x | 10 LTS | 7.2 - 7.4 | Security Updates. If you want feature backports ask for an offer | +| 5.x | 8, 9 LTS | 7.1 - 7.3 | Security Updates. If you want feature backports ask for an offer | +| 4.x | 8.7 | 7.0 - 7.2 | Out of support / security updates on demand (ask for an offer) | +| 3.x | 8.7 | 7.0 - 7.2 | Out of support / security updates on demand (ask for an offer) | +| 2.x | 7.6 | 5.5 - 7.0 | Out of support / security updates on demand (ask for an offer) | +| 1.x | 6.2 - 7.6 | 5.5 - 7.0 | Out of support / security updates on demand (ask for an offer) | + +## Early Access Programm (EAP) + +You can support the development via our EAP on https://www.in2code.de/en/agency/typo3-extensions/early-access-program/ +Also official support (fee-based) is possible within the EAP. + +This is the current status of the EAP features: + +| Femanager | TYPO3 | PHP | Support/Development | Status | +|-----------|---------|---------------|----------------------|----------------| +| 7.1 | 11 LTS | 7.4, 8.0, 8.1 | Support for PHP 8 | Released | +| 8.0 | 12 | 8.0, 8.1 | Support for TYPO3 12 | in development | -Official support (fee-based) via https://www.in2code.de/kontakt ## Your Contribution