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

[TASK] Release version 6.0.6

parent 54850903
No related branches found
Tags 6.0.6
No related merge requests found
......@@ -9,7 +9,7 @@
$iconList = [];
foreach (['extension-sg_youtube' => 'sg-youtube.png'] as $identifier => $path) {
$iconList[$identifier] = [
'provider' => \TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider::class,
'provider' => \TYPO3\CMS\Core\Imaging\IconProvider\BitmapIconProvider::class,
'source' => 'EXT:sg_youtube/Resources/Public/Icons/' . $path,
];
}
......
......@@ -4,7 +4,7 @@
"description": "A solution for embedding YouTube videos, playlists, or channels easily into TYPO3 pages.",
"homepage": "https://www.sgalinski.de",
"license": "GPL-2.0-or-later",
"version": "6.0.5",
"version": "6.0.6",
"require": {
"typo3/cms-core": "^10.4.0 || ^11.5.0 || ^12.4.0"
},
......
......@@ -35,7 +35,7 @@ $EM_CONF['sg_youtube'] = [
'internal' => '',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '6.0.5',
'version' => '6.0.6',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-12.4.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