From f977714a456afe0a7253ae3eb6e0d4e0b4dc5593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanel=20P=C3=B5ld?= Date: Mon, 20 Dec 2021 16:40:55 +0200 Subject: [PATCH] [RELEASE] 2.1.0 --- ChangeLog | 3 +++ ext_emconf.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f27356c..acf3cf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -138,3 +138,6 @@ - Enable TYPO3 10.4 in composer mode - Fix the option to disable GDPR note - Set videoWrapper default height to 0 not to have unexpected height changes with third party GDPR extensions +* 2.0.2 + - Enable language sync for the fields + - Fix translation handling in YoutubevideoFilesProcessor diff --git a/ext_emconf.php b/ext_emconf.php index 562bd08..b31c016 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'YouTube Video', 'description' => 'YouTube video content with custom cover images, gallery layout and backend previews.', 'category' => 'fe', - 'version' => '2.0.1', + 'version' => '2.1.0', 'state' => 'stable', 'clearcacheonload' => true, 'author' => 'Tanel Põld',