From ef99c46fad9267db19cb867db4810282957bd502 Mon Sep 17 00:00:00 2001 From: Stefan Busemann Date: Mon, 25 Dec 2023 22:28:22 +0100 Subject: [PATCH] [TASK] Release 7.0 for TYPO3 12 --- Readme.md | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 60769bd..0b657c7 100644 --- a/Readme.md +++ b/Readme.md @@ -47,7 +47,7 @@ password: `db` | Version | Date | State | Description | |---------|------------| ---------- |--------------------------------------------------------------------------------------------------------------------------------------| -| EAP | 2023-12-1 | Task | Support PHP 8.1 and TYPO3 v12, provide link to detail page in list views, provide flexform configurations for detail view | +| 7.0.0 | 2023-12-25 | Task | Support PHP 8.1 and TYPO3 v12, provide link to detail page in list views, provide flexform configurations for detail view | | 6.0.0 | 2022-09-14 | Task | Support PHP 8 now, updated CS fixer settings, prevent error with filter plugin above list plugin | | 5.1.3 | 2022-05-24 | Bugfix | Raise field length for path_segment in DB definition | | 5.1.2 | 2021-11-18 | Bugfix | Fix broken sorting for categories (automatic by title) also for FlexForms for Pi1 and Pi2 | diff --git a/ext_emconf.php b/ext_emconf.php index 4af5b36..483557f 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -12,7 +12,7 @@ 'author_email' => 'service@in2code.de', 'state' => 'stable', 'author_company' => 'in2code GmbH', - 'version' => '6.0.0', + 'version' => '7.0.0', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0 - 12.99.99',