Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Configuration/TCA/Overrides/sys_template.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php
defined('TYPO3_MODE') || die();

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('datamints_forms_get_prefill', 'Configuration/TypoScript', 'datamints forms get prefill');
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;

defined('TYPO3') || die();

ExtensionManagementUtility::addStaticFile('datamints_forms_get_prefill', 'Configuration/TypoScript', 'datamints forms get prefill');
6 changes: 6 additions & 0 deletions Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
Change log
==========

Version 1.2.0
-------------

* Add support for TYPO3 v13 and v12
* Drop support bellow TYPO3 v11

Version 1.0.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
"typo3/cms-core": "^11.4.0 || ^12.4.0 || ^13.0.0"
},
"require-dev": {
"typo3/testing-framework": "^6.9.0"
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
'version' => '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' => [],
Expand Down
4 changes: 0 additions & 4 deletions ext_tables.php

This file was deleted.