diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 09d7141..0bf15b9 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -6,6 +6,13 @@ Changelog ========= +* 3.0.2 + + * Use proper assignment for variable to view + * Allow caching of modal rendering + * Prevent exception caused by broken consent cookies + * Update and declare numbered_pagination dependency in emconf + * 3.0.1 * Add consent replacement parent element due to unavailability after removing the original event target diff --git a/ext_emconf.php b/ext_emconf.php index 98b1e87..cab289d 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.1', + 'version' => '3.0.2', 'constraints' => [ 'depends' => [ 'php' => '8.0.0-8.2.99',