-
Notifications
You must be signed in to change notification settings - Fork 4
/
Changes
39 lines (33 loc) · 1.22 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
Revision history for WWW-Namecheap-API
0.01 19 OCT 2011
First release, incomplete API implementation, but getting it
out there.
0.02 25 OCT 2011
* Add $domain->setcontacts method to WWW::Namecheap::Domain
* Update domain contact tests to match
0.03 26 OCT 2011
* Fix bug when a single domain is returned from a list/search
operation.
0.04 27 OCT 2011
* Fix inconsistent capitalization of "Host" returned from API
in $dns->gethosts()
* Consistent $dns->gethosts() arrayref return even when only
a single host is returned.
0.05 04 NOV 2011
* Don't output errors to STDERR; handle them at the API
level. Fixes RT #72074.
* Update TLD list test for TLD changes.
* Update transferlist test and documentation for API
capitalization change.
* Remove StateProvince workaround from t/domain-create.t.
0.06 06 MAY 2016
* Fix tests to reflect current Namecheap API status.
* Remove autogenerated Makefile.PL from git
* Use base64 encoding of EPP codes to handle special characters
* Added a TODO
* Code from Nick Andrew:
* Whitespace fixes
* Fix XML conversion for a single result
* Add support for new params on domains.create
* Make backward compatible encoding of EPPCode
* Add $domain->getinfo()