From ff3bb1e7b92d490a3cc839800c14534fbcaa2f4d Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Wed, 21 Feb 2024 12:45:18 +0100 Subject: [PATCH] [FEATURE] Support TYPO3 v12 and 13 Drop Support bellow TYPO3 v11 as they do not support the news constant TYPO3 instead of TYPO3_MODE Delete empty ext_tables.php Tested with TYPO3 v12.4.11 and form. Powermail is not tested but versions did not change here Resolves https://github.com/datamintsGmbH/datamints_forms_get_prefill/issues/2 --- Configuration/TCA/Overrides/sys_template.php | 7 +++++-- Documentation/ChangeLog/Index.rst | 6 ++++++ composer.json | 2 +- ext_emconf.php | 4 ++-- ext_tables.php | 4 ---- 5 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 ext_tables.php diff --git a/Configuration/TCA/Overrides/sys_template.php b/Configuration/TCA/Overrides/sys_template.php index c5ce507..c462993 100644 --- a/Configuration/TCA/Overrides/sys_template.php +++ b/Configuration/TCA/Overrides/sys_template.php @@ -1,4 +1,7 @@ '1.1.0', 'constraints' => [ 'depends' => [ - 'typo3' => '7.0.0-11.5.99', + 'typo3' => '7.0.0-13.99.99', ], 'suggests' => [ - 'form' => '7.0.0-14.99.99', + 'form' => '7.0.0-13.99.99', 'powermail' => '10.0.0-10.4.99', ], 'conflicts' => [], diff --git a/ext_tables.php b/ext_tables.php deleted file mode 100644 index 3929b88..0000000 --- a/ext_tables.php +++ /dev/null @@ -1,4 +0,0 @@ -