From e91f31d5e92318ce355a55605a0e51c392642f18 Mon Sep 17 00:00:00 2001 From: Daniel Dorndorf Date: Tue, 13 Jun 2023 09:37:59 +0200 Subject: [PATCH] [TASK] Release 3.0.1 --- Documentation/Changelog/Index.rst | 5 +++++ ext_emconf.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index eac274b..09d7141 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -6,6 +6,11 @@ Changelog ========= +* 3.0.1 + + * Add consent replacement parent element due to unavailability after removing the original event target + * Allow PHP versions for 8.2.x properly in version constraint + * 3.0.0 * Add compatibility for TYPO3 v12 diff --git a/ext_emconf.php b/ext_emconf.php index d0ca6af..0f83350 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'author_email' => 'dorndorf@mindshape.de', 'author_company' => 'mindshape GmbH', 'state' => 'stable', - 'version' => '3.0.0', + 'version' => '3.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.2-12.4.99',