Skip to content

Commit

Permalink
[RELEASE] 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t3brightside committed Dec 8, 2023
1 parent 5b428b0 commit 92633cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,7 @@
- [TASK] (!BREAKING!) Rename CSS file location constant
* 2.4.0
- [FEATURE] Force image file format TS constant
* 2.5.0
- [FEATURE] Use local storage for remembering privacy agreement
- [TASK] Add dependency on paginatedprocessors
- [TASK] Add link to YouTube privacy policy
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$EM_CONF[$_EXTKEY] = [
'title' => 'YouTube Video',
'description' => 'YouTube videos with custom cover images, gallery layout, pagination, GDPR options and backend previews.',
'description' => 'YouTube videos with custom cover images, gallery layout, pagination, GDPR, and backend previews.',
'category' => 'fe',
'version' => '2.4.0',
'version' => '2.5.0',
'state' => 'stable',
'clearcacheonload' => true,
'author' => 'Tanel Põld',
Expand Down

0 comments on commit 92633cd

Please sign in to comment.