Releases: mvdgeijn/bnamed
Releases · mvdgeijn/bnamed
v1.4.1
Fix: NumYears added to ReactivateDomain command
Documents state it's optional, but nothing happens when NumYears parameter is not present in the ReactivateDomain command. Response does say it's successfull.
v1.4.0
Added the CheckDomain class, containing a single result of a domain availability check
v1.3.0
- Added Reactivate command
- Recreated GetDomainResponse class
- Added ReactiveResponse class (extension of GetDomainResponse)
v.1.2.2
Minor changes. Mostly added extra comments
v1.2.1
Minor fix to actually store the sorted result
v1.2.0
Created new basic response class to handle responses, including the result tag (optional). Created it as iteratable
Added Check command handling
- New check command response handling
- New PHPUnit tests added
v0.1.3
Update Response.php
Parse the ReactivateDomains response
v0.1.2
Fix for BNamedInterface::connect call