This repository has been archived by the owner on Aug 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
extension.meta.xml
97 lines (97 loc) · 3.8 KB
/
extension.meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8"?>
<extension id="mailchimp" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>MailChimp</name>
<description>Subscribe users to a MailChimp mailing list</description>
<repo type="github">https://github.com/lewiswharf/mailchimp</repo>
<url type="discuss">http://getsymphony.com/discuss/thread/32883/</url>
<url type="issues">https://github.com/lewiswharf/mailchimp/issues</url>
<types>
<type>Events</type>
<type>Third Party Integration</type>
</types>
<authors>
<author>
<name github="lewiswharf" symphony="Lewis">Mark Lewis</name>
<website>http://casadelewis.com</website>
</author>
<author>
<name github="brendo" symphony="brendo">Brendan Abbott</name>
<website>http://www.bloodbone.ws</website>
</author>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>https://deuxhuithuit.com/</website>
</author>
</authors>
<releases>
<release version="3.0.2" date="2018-10-11" min="2.6.0" max="2.x.x">
- Update drewm\Mailchimp to 2.5
</release>
<release version="3.0.1" date="2017-02-28" min="2.6.0" max="2.6.x">
- Fix an error with the core JSONPage
</release>
<release version="3.0.0" date="2017-01-25" min="2.6.0" max="2.6.x">
- Updated MailChimp API to 3.0
- Added check and custom error when email already in list
- Changed subscription call to add email to list or update if already in list
</release>
<release version="2.2.0" date="2016-10-09" min="2.5.0" max="2.6.x">
- Fixed issue with namespace of Class 'Drewm\MailChimp' not found (again)
- Updated submodule drewm/mailchimp-api to latest version
- Added support to subscribe to multiple lists
</release>
<release version="2.1.2" date="2015-02-20" min="2.3" max="2.5.x">
- Fixed issue with email already subscribed API response
- Fixed issue with namespace of Class 'Drewm\MailChimp' not found
</release>
<release version="2.1.1" date="2014-10-30" min="2.3" max="2.5.x">
- Fixed issue with renamed core method (saveConfig -> write)
</release>
<release version="2.1" date="2014-10-16" min="2.3" max="2.5.x">
- Updated submodule drewm/mailchimp-api to latest version
- Added js snippet in the readme
</release>
<release version="2.0" date="2013-11-16" min="2.3">
- Updated MailChimp API to 2.0
- Allow overwriting of List ID (used as default)
- Update of Event to return similar fields to Symphony events
</release>
<release version="1.21" date="2013-09-27" min="2.3">
- Fixed Ajax issue (nitriques)
</release>
<release version="1.20" date="2013-03-08" min="2.3">
- Added support for redirect on success.
</release>
<release version="1.19" date="2012-05-20" min="2.3" />
<release version="1.18" date="2011-12-11" min="2.2" max="2.2.5">
- Fix a bug to handle `&` from MailChimp in error messages.
</release>
<release version="1.17">
- Fix a bug where $output could be `mixed` (Thanks nitriques).
</release>
<release version="1.16">
- A couple bug fixes including [issue #3](https://github.com/lewiswharf/mailchimp/issues/3).
</release>
<release version="1.15">
- Ajax bug fix.
</release>
<release version="1.14">
- Ajax capability added (Thanks nitriques).
</release>
<release version="1.13">
- Switched from login/password to using the API key for authentication. MailChimp has deprecated the former. Clarified directions regarding merge fields.
</release>
<release version="1.12">
- Updated wrapper for API 1.3
</release>
<release version="1.11">
- Fixed bug to allow email address only form
</release>
<release version="1.1">
- Updated for Symphony 2.2 and increased flexibility to handle infinite merge fields.
</release>
<release version="1.0">
- Initial build
</release>
</releases>
</extension>