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

[TASK] Release version 2.1.0

parent 2710f984
No related branches found
Tags 2.1.7
No related merge requests found
......@@ -75,10 +75,10 @@ class VimeoController extends ActionController {
$videoId = (string) $item['videoId'];
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 Vimeo Videos of a Playlist or Channel",
"homepage": "https://www.sgalinski.de",
"license": "GPL-2.0-or-later",
"version": "2.0.3",
"version": "2.1.0",
"require": {
"typo3/cms-core": "^10.4.0 || ^11.5.0",
"vimeo/vimeo-api": "^3.0"
......
......@@ -36,7 +36,7 @@ $EM_CONF['sg_vimeo'] = [
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.0.3',
'version' => '2.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