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

[TASK] Release version 5.3.0

parent d1713558
No related branches found
Tags 6.0.6
No related merge requests found
......@@ -177,8 +177,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;
}
......@@ -207,8 +207,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": "Embed YouTube Videos of a Playlist or Channel",
"homepage": "https://www.sgalinski.de",
"license": "GPL-2.0-or-later",
"version": "5.2.4",
"version": "5.3.0",
"require": {
"typo3/cms-core": "^10.4.0 || ^11.5.0"
},
......
......@@ -36,7 +36,7 @@ $EM_CONF['sg_youtube'] = [
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '5.2.4',
'version' => '5.3.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.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