Skip to content
Snippets Groups Projects
Commit 6a0f6c14 authored by Georgi's avatar Georgi
Browse files

[TASK] Release version 5.0.1

parent fee27f4f
No related branches found
No related tags found
No related merge requests found
...@@ -128,6 +128,7 @@ class LicenceCheckService { ...@@ -128,6 +128,7 @@ class LicenceCheckService {
'3.0.0' => 1688468637, // Tue, 04 Jul 2023 14:11:50 GMT '3.0.0' => 1688468637, // Tue, 04 Jul 2023 14:11:50 GMT
'4.2.0' => 1717678615, // Tue, 06 Jun 2023 14:57:50 GMT '4.2.0' => 1717678615, // Tue, 06 Jun 2023 14:57:50 GMT
'5.0.0' => 1729271668, // Tue, 18 Oct 2024 20:15:50 GMT+3 '5.0.0' => 1729271668, // Tue, 18 Oct 2024 20:15:50 GMT+3
'5.0.1' => 1732058531, // Tue, 19 Nov 2024 23:15:50 GMT+3
]; ];
/** /**
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "A solution for embedding Vimeo videos, playlists, or channels easily into TYPO3 pages.", "description": "A solution for embedding Vimeo videos, playlists, or channels easily into TYPO3 pages.",
"homepage": "https://www.sgalinski.de", "homepage": "https://www.sgalinski.de",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"version": "5.0.0", "version": "5.0.1",
"require": { "require": {
"typo3/cms-core": "^12.4.0", "typo3/cms-core": "^12.4.0",
"vimeo/vimeo-api": "^3.0" "vimeo/vimeo-api": "^3.0"
......
...@@ -32,7 +32,7 @@ $EM_CONF['sg_vimeo'] = [ ...@@ -32,7 +32,7 @@ $EM_CONF['sg_vimeo'] = [
'author_email' => 'stefan@sgalinski.de', 'author_email' => 'stefan@sgalinski.de',
'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)', 'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
'state' => 'stable', 'state' => 'stable',
'version' => '5.0.0', 'version' => '5.0.1',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'typo3' => '12.4.0-12.4.99', 'typo3' => '12.4.0-12.4.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