Skip to content

Commit

Permalink
[TASK] release preperations
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Jan 26, 2018
1 parent 80e7119 commit 9ff3b1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "in2code/powermailextended",
"description": "Example addon extension to TYPO3 extension powermail",
"keywords": ["typo3", "form", "powermail", "powermailextended"],
"keywords": [
"typo3",
"form",
"powermail",
"powermailextended"
],
"homepage": "https://forge.typo3.org/projects/extension-powermail",
"authors": [
{
Expand All @@ -13,7 +18,7 @@
"license": "GPL-3.0",
"require": {
"typo3/cms": ">=7.6.0 <9.0.0",
"in2code/powermail": ">=3.3.0 <5.0.0"
"in2code/powermail": ">=5.3.0 <6.0.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Add new validators, Add new Fieldtypes or Add new Field Properties',
'category' => 'plugin',
'shy' => 0,
'version' => '3.3.0',
'version' => '4.0.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand All @@ -36,7 +36,7 @@
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.99.99',
'powermail' => '3.3.0-4.99.99',
'powermail' => '5.3.0-5.99.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Changelog

- 4.0.0 Update for powermail 5.3 or newer
- 3.3.0 Update Parsley JavaScript Validator
- 3.2.1 Small bugfix
- 3.2.0 Enabled both slots and changed the logic
Expand Down

0 comments on commit 9ff3b1f

Please sign in to comment.