From 6a0f6c14e6c39634350990f9c473c828ea6c3e7f Mon Sep 17 00:00:00 2001
From: Georgi Mateev <georgi.mateev@sgalinski.de>
Date: Wed, 20 Nov 2024 11:06:59 +0200
Subject: [PATCH] [TASK] Release version 5.0.1

---
 Classes/Service/LicenceCheckService.php | 1 +
 composer.json                           | 2 +-
 ext_emconf.php                          | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Classes/Service/LicenceCheckService.php b/Classes/Service/LicenceCheckService.php
index 1f29bc7..c7825c5 100644
--- a/Classes/Service/LicenceCheckService.php
+++ b/Classes/Service/LicenceCheckService.php
@@ -128,6 +128,7 @@ class LicenceCheckService {
 		'3.0.0' => 1688468637, // Tue, 04 Jul 2023 14:11: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.1' => 1732058531, // Tue, 19 Nov 2024 23:15:50 GMT+3
 	];
 
 	/**
diff --git a/composer.json b/composer.json
index 3ae28fb..6323d53 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
 	"description": "A solution for embedding Vimeo videos, playlists, or channels easily into TYPO3 pages.",
 	"homepage": "https://www.sgalinski.de",
 	"license": "GPL-2.0-or-later",
-	"version": "5.0.0",
+	"version": "5.0.1",
 	"require": {
 		"typo3/cms-core": "^12.4.0",
 		"vimeo/vimeo-api": "^3.0"
diff --git a/ext_emconf.php b/ext_emconf.php
index effa4f7..088d564 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -32,7 +32,7 @@ $EM_CONF['sg_vimeo'] = [
 	'author_email' => 'stefan@sgalinski.de',
 	'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
 	'state' => 'stable',
-	'version' => '5.0.0',
+	'version' => '5.0.1',
 	'constraints' => [
 		'depends' => [
 			'typo3' => '12.4.0-12.4.99',
-- 
GitLab