From 84423dcae562ff55551541c5ab628358817da038 Mon Sep 17 00:00:00 2001 From: Georgi Mateev <georgi.mateev@sgalinski.de> Date: Fri, 18 Oct 2024 21:32:41 +0300 Subject: [PATCH] [TASK] Release Version 5.0.0 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f1f00e8..3ae28fb 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": "4.2.1", + "version": "5.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 e278953..effa4f7 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' => '4.2.1', + 'version' => '5.0.0', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-12.4.99', -- GitLab