From 92633cd37c8f61ac726976c95f405fc16461953a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanel=20P=C3=B5ld?= Date: Fri, 8 Dec 2023 10:39:41 +0200 Subject: [PATCH] [RELEASE] 2.5.0 --- ChangeLog | 4 ++++ ext_emconf.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ce472a9..1ee2e2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/ext_emconf.php b/ext_emconf.php index ae486e5..5e40b61 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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',