Skip to content

Commit

Permalink
[TASK] Release of 7.1
Browse files Browse the repository at this point in the history
Introduce support for PHP 8 and PHP 8.1

!!! Breaking change in fluid template for the invitation controller
!!! Security Update
  • Loading branch information
sbusemann committed Jan 19, 2023
1 parent ef1cb6a commit 1162f31
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Changelog

-
:Version: 7.1.0
:Date: 2023-01-12
:Date: 2023-01-19
:Changes:

* [FEATURE] Add support for PHP 8 and 8.1 - thx to Stefan Busemann, Bastien Lutz, Mathias Bolt Lesniak, Thomas Löffler, Johannes Seipelt
* [BUGFIX] Re-fetch session from database to update 'userSession' property of TSFE. Thx to Thomas Off <[email protected]>
* [BUGFIX] Add hash check for inivtation action - thx to Max Schäfer & Dennis Schober-Wenger
* [REFACTOR] Remove deprecated code and introduce rector - thx to Thomas Löffler


-
:Version: 7.0.1
:Date: 2022-10-31
Expand Down
20 changes: 19 additions & 1 deletion Documentation/Upgrade/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,25 @@ Upgrade

.. only:: html

:ref:`v6.0` |:ref:`v5.2` | :ref:`v5.0` | :ref:`v4.0`
:ref:`v7.1` |:ref:`v6.0` |:ref:`v5.2` | :ref:`v5.0` | :ref:`v4.0`

.. _v7.1:

to version 7.1.0
----------------

**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.


.. _v6.0:

Expand Down

0 comments on commit 1162f31

Please sign in to comment.