diff --git a/ChangeLog b/ChangeLog index a56e925..2d47658 100644 --- a/ChangeLog +++ b/ChangeLog @@ -151,3 +151,5 @@ - [TASK] Change link tags in coverimage and GDPR to button for better SEO * 2.2.2 - [TASK] Remove default button styles for GDPR and coverimage +* 2.2.3 + - [BUGFIX] by @mmunz - Fix undefined array key error when paginatedprocessors is not installed with PHP 8.1 diff --git a/ext_emconf.php b/ext_emconf.php index 6d27c9e..81beb14 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'YouTube Video', 'description' => 'YouTube videos with custom cover images, gallery layout, pagination, GDPR options and backend previews.', 'category' => 'fe', - 'version' => '2.2.2', + 'version' => '2.2.3', 'state' => 'stable', 'clearcacheonload' => true, 'author' => 'Tanel Põld',