From 7e7948af2b2d3f57251fc68a0fb05357695548df Mon Sep 17 00:00:00 2001 From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de> Date: Fri, 19 Jan 2024 18:33:14 +0100 Subject: [PATCH] [TASK] Release version 4.0.0 --- Configuration/TCA/Overrides/tt_content.php | 2 -- composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Configuration/TCA/Overrides/tt_content.php b/Configuration/TCA/Overrides/tt_content.php index 75db6d6..d06cac8 100644 --- a/Configuration/TCA/Overrides/tt_content.php +++ b/Configuration/TCA/Overrides/tt_content.php @@ -13,5 +13,3 @@ ExtensionManagementUtility::addPiFlexFormValue( $pluginSignature, 'FILE:EXT:sg_vimeo/Configuration/FlexForms/flexform_sgvimeo_vimeo.xml' ); - - diff --git a/composer.json b/composer.json index dade2ae..8b535d3 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": "3.0.9", + "version": "4.0.0", "require": { "typo3/cms-core": "^12.4.0", "vimeo/vimeo-api": "^3.0" diff --git a/ext_emconf.php b/ext_emconf.php index 30c9432..23faea6 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' => '3.0.9', + 'version' => '4.0.0', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-12.4.99', -- GitLab