Skip to content

Commit

Permalink
[BUGFIX] by @mmunz - Fix undefined array key error when paginatedproc…
Browse files Browse the repository at this point in the history
…essors is not installed with PHP 8.1
  • Loading branch information
t3brightside committed Nov 17, 2022
1 parent ddd61d6 commit 26f828f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 26f828f

Please sign in to comment.