diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index d1da0e5274..aa9a5ef0e4 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -7,13 +7,21 @@ Changelog .. t3-field-list-table:: :header-rows: 1 +- + :Version: 7.2.3 + :Date: 2023-12-13 + :Changes: + + * [SECURITY] This update is needed for version for 7.0.0 to 7.2.2 older versions are not affected + * BUGFIX] Dont use initilize actions for granting access - thx to Daniel Hofmann (in2code) + - :Version: 7.2.2 :Date: 2023-10-04 :Changes: * [SECURITY] This update is needed for version for 7.0.0 to 7.2.1 older versions are not affected - * [BUGFIX] Add missing permission check for invitation controlling - thx to Daniel Hofmann (in2code) + * [BUGFIX] Add missing permission check for invitation controller - thx to Daniel Hofmann (in2code) - :Version: 7.2.1 diff --git a/ext_emconf.php b/ext_emconf.php index 988158808c..25c4a3d51a 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.2', + 'version' => '7.2.3', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-11.5.99',