From 7c1f818666d583825de8ef39ad0c11477fa146b5 Mon Sep 17 00:00:00 2001 From: Alexander Kellner Date: Wed, 2 Oct 2024 14:10:37 +0200 Subject: [PATCH] [TASK] Release preparations --- README.md | 1 + ext_emconf.php | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf6344c..8f5ee66 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ setup.override.startModule = help_In2helpM1 | Version | Date | State | Description | |-----------|------------|--------|--------------------------------------------------------| +| 7.0.1 | 2024-10-02 | Bugfix | Make module accessible for normal editors | | 7.0.0 | 2023-02-27 | Task | Release for TYPO3 v12 | | 6.0.1 | 2022-06-23 | Bugfix | Remove vendor name from registerModule | | 6.0.0 !!! | 2022-06-23 | Task | Support for TYPO3 11 and 10 (9 is dropped now) | diff --git a/ext_emconf.php b/ext_emconf.php index d61d86d..f6f03c5 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,11 +4,11 @@ 'title' => 'Online-Documentation', 'description' => 'Provides a Backend Help Modul, to display any page of the frontend in the backend. So you can use this module as an entry point for editors documentation.', 'category' => 'module', - 'author' => 'Martin Huber', - 'author_email' => 'martin.huber@in2code.de', + 'author' => 'Marcus Schwemer', + 'author_email' => 'marcus.schwemer@in2code.de', 'author_company' => 'in2code GmbH', 'state' => 'stable', - 'version' => '7.0.0', + 'version' => '7.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '12.2.0-12.5.99',