Skip to content

Commit

Permalink
[TASK] release preperations
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Jul 11, 2016
1 parent 67085c7 commit b58ed51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "in2code/powermailextended",
"description": "Example addon extension to TYPO3 extension powermail",
"version": "3.1.0",
"version": "3.2.0",
"keywords": ["typo3", "form", "powermail", "powermailextended"],
"homepage": "https://forge.typo3.org/projects/extension-powermail",
"authors": [
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.1.0',
'version' => '3.2.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand All @@ -36,7 +36,7 @@
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.99.99',
'powermail' => '3.0.0-3.99.99',
'powermail' => '3.3.0-3.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,5 +2,6 @@

# Changelog

- 3.2.0 Enabled both slots and changed the logic
- 3.1.0 Add composer.json
- 3.0.0 First upload to github

0 comments on commit b58ed51

Please sign in to comment.