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

[TASK] Release version 2.4.0

parent 9b0a61c1
No related branches found
Tags 2.4.0
No related merge requests found
......@@ -33,7 +33,6 @@ use TYPO3\CMS\Extbase\Service\ImageService;
* The Vimeo Controller
*/
class VimeoController extends ActionController {
/**
* @var FrontendInterface
*/
......
......@@ -87,7 +87,10 @@ class VimeoService implements LoggerAwareInterface {
* @param string $personalAccessToken
*/
public function __construct(
string $clientId, string $clientSecret, string $personalAccessToken, FrontendInterface $cache
string $clientId,
string $clientSecret,
string $personalAccessToken,
FrontendInterface $cache
) {
$this->vimeoApiClient = new Vimeo($clientId, $clientSecret, $personalAccessToken);
// We only need to request an unauthenticated token, if there is no personal access token provided already.
......
......@@ -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.3.3",
"version": "2.4.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.3.3',
'version' => '2.4.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