Skip to content

Commit

Permalink
R-33520 Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphex2 committed Aug 3, 2022
1 parent 64f16f7 commit 47d594a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
],
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^11.5"
"typo3/cms-core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
},
"require-dev": {
"typo3/testing-framework": "^6.9.0"
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
@@ -1,14 +1,14 @@
<?php

$EM_CONF[$_EXTKEY] = [
'title' => 'datamints forms get prefill',
'title' => 'datamints Forms GET Prefill',
'description' => 'Prefills form fields by URL GET-parameters. Works with EXT:powermail & EXT:forms',
'category' => 'fe',
'author' => 'Mark Weisgerber',
'author_email' => 'm.weisgerber@datamints.com',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '1.0.1',
'version' => '1.1.0',
'constraints' => [
'depends' => [
'typo3' => '7.0.0-11.5.99',
Expand Down

0 comments on commit 47d594a

Please sign in to comment.