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

[TASK] Release version 6.0.3

parent 663355d6
No related branches found
Tags 6.0.6
No related merge requests found
......@@ -176,8 +176,8 @@ class YoutubeService {
self::API_PART_LOCALIZATIONS
);
if (!isset($localizationData['items']) || (is_countable($localizationData['items']) ? count(
$localizationData['items']
) : 0) <= 0) {
$localizationData['items']
) : 0) <= 0) {
return $jsonArray;
}
......@@ -206,8 +206,8 @@ class YoutubeService {
foreach ($localizationData['items'] as $index => $localizationEntry) {
if (!isset($localizationEntry['localizations']) || (is_countable(
$localizationEntry['localizations']
) ? count($localizationEntry['localizations']) : 0) <= 0) {
$localizationEntry['localizations']
) ? count($localizationEntry['localizations']) : 0) <= 0) {
continue;
}
......
......@@ -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.2",
"version": "6.0.3",
"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.2',
'version' => '6.0.3',
'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