Skip to content
Snippets Groups Projects
Commit 64ed7b16 authored by Michael Kessler's avatar Michael Kessler
Browse files

[TASK] Release version 5.1.0

parent 2e77172f
No related branches found
No related tags found
No related merge requests found
......@@ -81,10 +81,10 @@ class YoutubeController extends ActionController {
}
foreach ($filterIds as $filterId) {
if ($videoId === $filterId) {
return false;
return FALSE;
}
}
return true;
return TRUE;
});
// Fix the array indexes from previous filtering
......
......@@ -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.0.3",
"version": "5.1.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.0.3',
'version' => '5.1.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