forked from supseven-at/mailchimp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Georg Ringer
committed
Jun 8, 2016
1 parent
14661c4
commit 43cf103
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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( | ||
|