diff --git a/Classes/Service/LicenceCheckService.php b/Classes/Service/LicenceCheckService.php index a2b133e910cce1ff6085aa36a3d5189c0324759e..3c2a33df202058cbc185b3869c0fa105ef1f784a 100644 --- a/Classes/Service/LicenceCheckService.php +++ b/Classes/Service/LicenceCheckService.php @@ -129,12 +129,13 @@ class LicenceCheckService { '6.0.0' => 1675793649, // Tue, 07 Feb 2023 18:11:50 GMT '7.2.0' => 1717678615, // Tue, 06 Jun 2023 14:57:50 GMT '8.0.0' => 1729271668, // Tue, 18 Oct 2024 20:57:50 GMT+3 + '8.0.1' => 1732058531, // Tue, 19 Nov 2024 23:15:50 GMT+3 ]; /** * The current extension version */ - public const CURRENT_VERSION = '8.0.0'; + public const CURRENT_VERSION = '8.0.1'; /** * @param mixed $validUntil A timestamp, which says the lifetime of this key. diff --git a/composer.json b/composer.json index 564c797eadc504bbd7fecc33367c62c1c473a553..cc49a60a49e2b1fa041d709c412da818fb55c3d3 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "A solution for embedding YouTube videos, playlists, or channels easily into TYPO3 pages.", "homepage": "https://www.sgalinski.de", "license": "GPL-2.0-or-later", - "version": "8.0.0", + "version": "8.0.1", "require": { "typo3/cms-core": "^12.4.0" }, diff --git a/ext_emconf.php b/ext_emconf.php index 7f79cdb418fbc47ce181f32d80acda766272c31f..267ca344049c6ae71a86ae350ba636117b8cfb04 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -32,7 +32,7 @@ $EM_CONF['sg_youtube'] = [ 'author_email' => 'stefan@sgalinski.de', 'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)', 'state' => 'stable', - 'version' => '8.0.0', + 'version' => '8.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-12.4.99',