From 7f7d73daaab204b36ca3cc1cea11afb3c164df0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanel=20P=C3=B5ld?= Date: Wed, 15 Dec 2021 13:00:29 +0200 Subject: [PATCH] [RELEASE] 2.0.0 --- composer.json | 2 +- ext_emconf.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 8eb4d3c..c4b385f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "t3brightside/youtubevideo", - "description": "TYPO3 CMS extension for YouTube content with custom cover and gallery layout.", + "description": "TYPO3 CMS extension for YouTube video content with custom cover images, gallery layout and backend previews.", "type": "typo3-cms-extension", "keywords": ["TYPO3", "YouTube", "video", "responsive"], "homepage": "https://github.com/t3brightside/youtubevideo/", diff --git a/ext_emconf.php b/ext_emconf.php index 01b69fa..8f58d47 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -2,10 +2,10 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'YouTube Video', - 'description' => 'YouTube video content with custom cover images, gallery layout and backend preview.', + 'description' => 'YouTube video content with custom cover images, gallery layout and backend previews.', 'category' => 'fe', - 'version' => '2.0.0-beta', - 'state' => 'alpha', + 'version' => '2.0.0', + 'state' => 'stable', 'clearcacheonload' => true, 'author' => 'Tanel Põld', 'author_email' => 'tanel@brightside.ee',