Skip to content
Snippets Groups Projects
Commit 25de863c authored by Johannes Kreiner's avatar Johannes Kreiner
Browse files

[TASK] Release version 5.2.2

parent acd0aa69
No related branches found
Tags 6.0.6
No related merge requests found
......@@ -37,7 +37,6 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;
* Result: https://www.youtube.com/?v=xyz&enablejsapi=1&origin=https://demo.sgalinski.de
*/
class UrlWithQueryParametersViewHelper extends AbstractViewHelper {
/**
* Register the ViewHelper arguments
*/
......@@ -62,7 +61,7 @@ class UrlWithQueryParametersViewHelper extends AbstractViewHelper {
$additionalUrlParameters = substr($additionalUrlParameters, 1);
}
return strpos($url, '?') !== false
return strpos($url, '?') !== FALSE
? $url . '&' . $additionalUrlParameters
: $url . '?' . $additionalUrlParameters;
}
......
......@@ -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.1",
"version": "5.2.2",
"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.1',
'version' => '5.2.2',
'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