Skip to content

Commit

Permalink
[TASK] Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
featdd committed Jun 13, 2023
1 parent 9ff39d7 commit e91f31d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e91f31d

Please sign in to comment.