From 780cfacb363772aa2b0d81aa9e38c686fcdb937a Mon Sep 17 00:00:00 2001 From: Tobias Jungmann <186044798+dreistromland-tj@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:50:05 +0100 Subject: [PATCH] [CLEANUP] Update version in ext_emconf und remove from composer.json --- composer.json | 1 - ext_emconf.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 46641c0..e18a99b 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,6 @@ "description": "Adds a new form element which allows the editor to create new container elements with any type fields in them. In the frontend, a user can create any number of new containers. This is an extension for TYPO3 CMS.", "license": "GPL-2.0-or-later", "type": "typo3-cms-extension", - "version": "4.0.1", "authors": [ { "name": "Ralf Zimmermann", diff --git a/ext_emconf.php b/ext_emconf.php index 0442cf9..56f8014 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,7 +6,7 @@ 'state' => 'stable', 'author' => 'Ralf Zimmermann, Elias Häußler, Christian Seyfferth', 'author_email' => 'r.zimmermann@dreistrom.land, elias@haeussler.dev, c.seyfferth@dreistrom.land', - 'version' => '4.0.1', + 'version' => '4.1.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.23-12.4.99',