We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed27bf1 commit d3738a3Copy full SHA for d3738a3
src/Mailchimp.php
@@ -14,7 +14,7 @@
14
*/
15
class Mailchimp implements MailchimpApiInterface {
16
17
- const VERSION = '2.0.0';
+ const VERSION = '3.0.0-rc6';
18
const DEFAULT_DATA_CENTER = 'us1';
19
20
const ERROR_CODE_BAD_REQUEST = 'BadRequest';
src/Mailchimp2.php
class Mailchimp2 implements MailchimpApiInterface {
0 commit comments