Skip to content
Snippets Groups Projects
Commit df4a3382 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Release of version 2.1.5

parent 4e511ead
No related branches found
No related tags found
No related merge requests found
{
"name": "sgalinski/sg-youtube",
"type": "typo3-cms-extension",
"description": "Embed YouTube Videos of a Playlist or Channel",
"homepage": "https://www.sgalinski.de",
"license": "GPL-2.0-or-later",
"version": "2.1.4",
"require": {
"typo3/cms-core": "^8.7.24 || ^9.5.4"
},
"replace": {
"sg_youtube": "self.version"
},
"autoload": {
"psr-4": {
"SGalinski\\SgYoutube\\": "Classes/"
}
}
"name": "sgalinski/sg-youtube",
"type": "typo3-cms-extension",
"description": "Embed YouTube Videos of a Playlist or Channel",
"homepage": "https://www.sgalinski.de",
"license": "GPL-2.0-or-later",
"version": "2.1.5",
"require": {
"typo3/cms-core": "^8.7.24 || ^9.5.4"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"replace": {
"sgalinski/sg_youtube": "self.version"
},
"autoload": {
"psr-4": {
"SGalinski\\SgYoutube\\": "Classes/"
}
}
}
......@@ -36,7 +36,7 @@ $EM_CONF[$_EXTKEY] = [
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.1.4',
'version' => '2.1.5',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.5.99',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment