Skip to content

Commit

Permalink
[TASK] Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Ringer committed Jun 8, 2016
1 parent 14661c4 commit 43cf103
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "sup7even/mailchimp",
"type": "typo3-cms-extension",
"version": "1.1.0",
"description": "Simple mailchimp integration to let users register to a specific list",
"version": "1.2.0",
"description": "Simple MailChimp integration to let users register to a specific list",
"keywords": [
"TYPO3",
"extension",
Expand Down
8 changes: 4 additions & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

$EM_CONF[$_EXTKEY] = array(
'title' => 'Mailchimp subscription',
'description' => '',
'description' => 'Simple MailChimp integration to let users register to a specific list',
'category' => 'plugin',
'author' => 'Georg Ringer',
'author_email' => '[email protected]',
'state' => 'stable',
'state' => 'beta',
'internal' => '',
'uploadfolder' => '1',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.1.0',
'version' => '1.2.0',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.6.99'
'typo3' => '6.2.0-8.9.99'
),
'conflicts' => array(),
'suggests' => array(
Expand Down

0 comments on commit 43cf103

Please sign in to comment.