Skip to content

Commit

Permalink
[RELEASE] 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t3brightside committed Dec 15, 2021
1 parent ffe59ca commit 7f7d73d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]',
Expand Down

0 comments on commit 7f7d73d

Please sign in to comment.