diff --git a/Classes/Service/LicenceCheckService.php b/Classes/Service/LicenceCheckService.php index 1f29bc7e51491915bbf4bdc9f5c8f86684955296..c7825c5faf4870e1b378fd7eec6b32d6fdae5049 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 3ae28fb46f73457431e211e19a50cddcf4dc70e1..6323d53bc56fa5de631f05140b36e555f513c063 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 effa4f73d08e57552c2ff6a9d0ce94f45b8dd2ee..088d56413805a9d96e3f9e48c1d6a83904f6dfea 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',