forked from arcanez/WWW-Mailchimp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
49 lines (36 loc) · 1.18 KB
/
Changes
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
0.008 6 Jun 2013
* non-dev release
0.007_03 4 Jun 2013
* uri encode json params
0.007_02 4 Jun 2013
* dev release for Request-URI Too Large
0.007_01 26 Mar 2013
* dev version for RT#83160
0.007 16 Jan 2013
* release a non-dev version
0.006_04 7 Jan 2013
* dep on MooX::Types::MooseLike
0.006_03 4 Jan 2013
* unbreak the dist
0.006_02 4 Jan 2013
* move from Moose to Moo
0.006 13 Aug 2012
* fix typo in synopsis (RT#75800)
0.005 13 Aug 2012
* Don't check for certificate authenticity (HHUNTER)
0.004 16 Sep 2011
* fix up query string generation
* add a live test for batch commands
$ENV{MAILCHIMP_APIKEY} must be set
it will add two subscribers to the first list and then remove them via the batch commands
* fix up the Makefile.PL
0.003 13 May 2011
* base datacenter off api key (FAYLAND)
* fix "Can't use an undefined value as an ARRAY reference" (FAYLAND)
* use allow_nonref in JSON, http://apidocs.mailchimp.com/1.3/campaigncreate.func.php (FAYLAND)
* more POD cleanup
0.002 20 Apr 2011
* add some meta information (thanks, MDIETRICH)
* fix up some POD
0.001 18 Apr 2011
* first release