From 6b01b3262f9c33a4bccb5bc5ca232b3aacceb2fc Mon Sep 17 00:00:00 2001 From: "J. Peter M. Schuler" Date: Mon, 23 May 2022 19:07:32 +0200 Subject: [PATCH] [RELEASE] Releasing v11.0.7 --- composer.json | 2 +- ext_emconf.php | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 485dad6..a04577b 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "GPL-2.0+" ], "type": "typo3-cms-extension", - "version": "v11.0.7-alpha.0", + "version": "v11.0.7", "authors": [ { "name": "J. Peter M. Schuler", diff --git a/ext_emconf.php b/ext_emconf.php index 196fb49..8e97aca 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -33,7 +33,7 @@ 'title' => 'TemplaVoilà! Plus: Content Slide', 'description' => 'This extension allows you to inherit the content of a TemplaVoilaPlus content element column to its child pages - Adaption of EXT:kb_tv_cont_slide to work with templavoilaplus', 'category' => 'plugin', - 'version' => '11.0.7-alpha.0', + 'version' => '11.0.7', 'state' => 'stable', 'author' => 'Schuler, J. Peter M.', 'author_email' => 'j.peter.m.schuler@uni-due.de', diff --git a/package.json b/package.json index bc30dc0..bf3e513 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tvplus-contentslide", "description": "This extension allows you to inherit the content of a TemplaVoilaPlus content element column to its child pages - Adaption of EXT:kb_tv_cont_slide to work with templavoilaplus", - "version": "11.0.7-alpha.0", + "version": "11.0.7", "author": "j.peter.m.schuler@uni-due.de", "devDependencies": { "minimist": "^1.2.6",