Skip to content

Commit

Permalink
[SECURITY] Release of 5.5.3
Browse files Browse the repository at this point in the history
!!! Breaking change in fluid template for the invitation controller
!!! Security Update please update as soon as possible
  • Loading branch information
sbusemann committed Jan 25, 2023
1 parent 5f6416d commit 74a23c5
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 15 deletions.
7 changes: 7 additions & 0 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 16 additions & 1 deletion Documentation/Upgrade/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

<f:form.hidden name="hash" value="{hash}"/>

in order,that the function is working.

.. _v5.2.0:

to version 5.2.0
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
40 changes: 31 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 74a23c5

Please sign in to comment.