Skip to content

Releases: dyninc/dyn-php

Delete node support

05 May 14:02
3e8e75c

Choose a tag to compare

Useragent version fix

13 Mar 17:17

Choose a tag to compare

  • Fixed SDK useragent version string

SRV record RData

08 Feb 12:13

Choose a tag to compare

  • setRData() implemented for SRV records (thanks @fogeytron)

Update zone from file

18 Sep 10:52

Choose a tag to compare

  • Added support for updating a zone from file (thanks @clwells)

ZoneFile support

18 May 10:31

Choose a tag to compare

  • Added support for Zone file upload (thanks @clwells)
  • Added a better error message if a user attempts to send an email with attachments (which is not currently support by the API - SMTP should be used instead)

TXT record RData

23 Nov 14:11

Choose a tag to compare

  • setRData() implemented for TXT records (thanks @jtbrush56)

Added getNodeList() function to Zone

03 Nov 11:10

Choose a tag to compare

  • Added getNodeList() function to the Zone class (usage: $zone->getNodeList() or $zone->getNodeList('foo.example.com')) (thanks @LFXC for the suggestion)

Bugfix to HTTP client test

05 May 21:44

Choose a tag to compare

  • Fixed an issue with the HTTP client configuration unit test introduced in the last release

Update to default HTTP timeout

05 May 21:36

Choose a tag to compare

  • Default HTTP timeout set to 5 minutes (previously the Zend HTTP client default of 10 seconds would have been used).

DKIM support, bugfixes

17 Apr 10:34

Choose a tag to compare

  • Added DKIM support for Message Management (thanks @danielsmithsd)
  • Fixed some incorrect class names (thanks @josezenem)