Skip to content

Commit

Permalink
fix powermail viewhelper for v9+
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrawiel committed May 22, 2023
1 parent a1bcd20 commit 27609b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Form/Form.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
section="c{ttContentData.uid}"
name="field"
enctype="multipart/form-data"
additionalAttributes="{vh:validation.enableParsleyAndAjax(form:form)}"
additionalAttributes="{vh:validation.enableJavascriptValidationAndAjax(form:form)}"
addQueryString="{settings.misc.addQueryString}"
class="powermail_form powermail_form_{form.uid} {form.css} {settings.styles.framework.formClasses} {vh:misc.morestepClass(activate:settings.main.moresteps)}"
autocomplete="{form.autocompleteToken}">
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
}
],
"require": {
"typo3/cms-core": "^10.4",
"typo3/cms-core": "^11.5",
"php": "^7.4 || ^8.0",
"in2code/powermail": "^8.4"
"in2code/powermail": "^9.0 || ^10.5"
},
"license": "GPL-3.0-or-later",
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
'author_email' => '[email protected]',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'version' => '1.0.3',
'version' => '2.0.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-10.4.99',
'powermail' => '8.4.0-8.4.99',
'typo3' => '11.5.0-11.5.99',
'powermail' => '9.0.0-10.99.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 27609b6

Please sign in to comment.