forked from wpmudev/mailchimp-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
executable file
·197 lines (156 loc) · 7.32 KB
/
changelog.txt
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
Plugin Name: MailChimp Sync
Author: WPMU DEV
Requires at least: 3.5
Tested up to: 4.8
Change Log:
----------------------------------------------------------------------
----------------------------------------------------------------------
1.9.7 - 2017-11-01
- Fix: Deprecated code
1.9.6 - 2017-09-04
----------------------------------------------------------------------
- Fix: conflict with WooCommerce plugin
1.9.4 - 2017-07-11
----------------------------------------------------------------------
- Fix: Fatal error when using widget/shortcode
1.9.3 - 2017-01-13
----------------------------------------------------------------------
- Added filter to modify the MailChimp API request parameters
1.9.2 - 2016-12-22
----------------------------------------------------------------------
- Fix: Fatal error when inserting a wrong API Key
1.9.1 - 2016-12-21
----------------------------------------------------------------------
- Fix: Capabilities issue in single installations
1.9.0 - 2016-12-19
----------------------------------------------------------------------
- Enhance: Updated MailChimp API to 3.0
- Updated WPMU DEV Dashboard notification
1.8.2 - 2015-08-29
----------------------------------------------------------------------
- Fix: Webhook URL not working on subfolder installation
- Fix: Warning on activation
1.8.1 - 2015-11-25
----------------------------------------------------------------------
- Fixed: Deprecated widget notice
1.8 - 2015-08-20
----------------------------------------------------------------------
- Enhance: Removed user meta to check if it's subscribed to the list in the profile page. Using API instead.
- Enhance: User Profile Admin styles
1.7.3 - 2015-05-29
----------------------------------------------------------------------
- Fixed: Warning when bulk subscribing users.
- Added default arguments for shortcode.
1.7.2 - 2015-03-10
----------------------------------------------------------------------
- Fixed: Added message error when a user is already subscribed and confirmed
1.7.1.1 - 2014-12-09
----------------------------------------------------------------------
- Fixed: Undefined constant warning.
1.7.1 - 2014-12-09
----------------------------------------------------------------------
- Fixed: Shortcode was always appearing on the top of the content.
1.7 - 2014-12-05
----------------------------------------------------------------------
- New: Mailchimp Webhooks.
1.6.6 - 2014-11-10
----------------------------------------------------------------------
- Fixed: Users details were not updated in Mailchimp List.
1.6.5 - 2014-08-28
----------------------------------------------------------------------
- Enhanced: Added option that saves the last list imported.
- Fixed: Fixed typo in Exception classes.
1.6.4 - 2014-08-25
----------------------------------------------------------------------
- Fixed: MailChimp API errors were causing a fatal error.
1.6.3 - 2014-08-18
----------------------------------------------------------------------
- Enhanced: added prefix to Mailchimp API classes.
- Enhanced: Added Settings link in plugins list.
1.6.2 - 2014-05-15
----------------------------------------------------------------------
- Fixed fatal error
1.6.1 - 2014-05-15
----------------------------------------------------------------------
- Fixed: Widgets issues when there were more than one in the same screen
- Improved forms validation
- Tiny MCE plugin improved
- Other minor fixes
1.6 - 2014-05-02
----------------------------------------------------------------------
- curl functions replaced by wp_remote_* functions in Maiclhimp API
- Better errors management
- Fixed Javascript conflict
- Fixed redirection in import tab to 404 page in single sites
1.5.1 - 2014-04-26
----------------------------------------------------------------------
- Plugin triggered a fatal error if the API key was blank
1.5 - 2014-04-25
----------------------------------------------------------------------
- Mailchimp API updated to 2.0
- Better errors management
- Other minor improvements
1.4 - 2014-02-11- Ignacio Cruz
----------------------------------------------------------------------
- Added shortcode.
- Ultimate Facebook Integration
- Code refactored
- Settings splitted into tabs
1.3 - 2013/10/03 - Ignacio Cruz
----------------------------------------------------------------------
- Added new widget.
1.2.4 - 2013/05/14 - Ignacio Cruz
----------------------------------------------------------------------
- Fixed error when error log was empty.
1.2.3 - 2013/05/10 - Ignacio Cruz
----------------------------------------------------------------------
- Added an additional control when subscribing users on a list. If the
user was already unsubscribed (from the mail link) it won't be subscribed again
- Added a log for MailChimp API calls
1.2.2 - 2013/05/06 - Ignacio Cruz
----------------------------------------------------------------------
- The import feature was using the list on the settings instead the list on the import section
1.2.1 - 14/03/2013 - Ignacio Cruz
----------------------------------------------------------------------
- Fixed some PHP notices when displaying the settings and saving
http://premium.wpmudev.org/forums/topic/basic-php-errors-turn-on-wp_edbug-to-see
- Added styles to submit buttons
1.2 - 12/19/2012 - Aaron Edwards
----------------------------------------------------------------------
- Make deleting WP users remove them from mailchimp: http://wp.mu/77
1.1.4 - 7/23/2012 - Paul Menard
----------------------------------------------------------------------
- Patched error returned from MailChimp API when user already is present in MailChimp
http://premium.wpmudev.org/forums/topic/mailchimp-integration#post-249269
1.1.3 - 4/15/2012 - Aaron Edwards
----------------------------------------------------------------------
- Limit bulk import query to scale better for large user databases
1.1.2 - 8/05/2011 - Aaron Edwards
----------------------------------------------------------------------
- Add filters for merging additional fields
- Fix entity problems with bulk import of names
1.1.1 - 1/05/2011 - Aaron Edwards
----------------------------------------------------------------------
- WP 3.1 Compatibility
1.1 - 12/20/2010 - Aaron Edwards
----------------------------------------------------------------------
- Updated to the latest API to fix bugs
- Now removes users when they or their blogs are spammed/deleted
- Imports Names to MailChimp now on creation and profile updates
- Works with BuddyPress now
- Auto-update capable
1.0.4 - 07/20/2010 - Aaron Edwards
----------------------------------------------------------------------
- Fixed compatibility with WP installs running BP (for good this time hopefully)
1.0.3 - 06/01/2010
----------------------------------------------------------------------
- 3.0+ compatibility update
1.0.2 - 05/18/2010
----------------------------------------------------------------------
- Now comaptible with WP installs running BP
1.0.1 - 07/13/2009
----------------------------------------------------------------------
- Added option to ignore email address including a + sign.
1.0.0 - 04/29/2009
----------------------------------------------------------------------
- Initial Release.