Skip to content

Releases: opendns/autotask-php

Fix PHP 8.2 deprecated issues

22 Apr 17:59
0cc53d2
Compare
Choose a tag to compare

Fixed use of dynamic properties which is deprecated in PHP 8.2. In addition, changed array syntax from long to short.

What's Changed

  • Fix PHP 8.2 deprecated issues by @aliubarskyi in #182

Full Changelog: v1.0.2...v1.0.3

Fix fatal error for PHP 8.1

25 Apr 19:55
a0b164b
Compare
Choose a tag to compare

To prevent a fatal error that occurs when the parent SoapClient::__doRequest() method call returns null the definition of the ATWS\Client::__doRequest() method was updated.

V1.0.1 - Require php >= v7.4

16 Dec 17:49
ca719c9
Compare
Choose a tag to compare

Require php >= v7.4

v1.0.0 - PHP8.x support

16 Dec 17:28
0fc0609
Compare
Choose a tag to compare

This update fixes some bugs in php8.x

Update maintainer list.

23 Jun 19:23
Compare
Choose a tag to compare
v0.3.4

Adding myself as author

Maintenance Release

23 Jun 18:24
ee7cdd9
Compare
Choose a tag to compare
  • Update README to edit getZoneInfo() reference (#144)

    Changed: getZoneInfo() does not expect an Integration Code, but is the only function where an Integration Code is not necessary

  • fix example with authorization array (#157)

    • fix example with authorization array
    • fix wsdl to use zone WSDL instead of generic
    • add integration code for 1.6 API
  • Adding Entity ChecklistLibrary, ChecklistLibraryChecklistItem, TicketChecklistLibrary and removing duplicate ShippingType from Client.php (#169)

    Co-authored-by: Aravind B Dev [email protected]

id is required for all objects

16 Mar 06:43
Compare
Choose a tag to compare
v0.3.2

Added the required field 'id' to the base class 'entity' (#143)

Resource Impersonation

30 Jan 19:40
Compare
Choose a tag to compare
Added Resource Impersonation and Update README.md - v1.6 (#137)

* Update README.md - v1.6

Updated the README file to include instructions on how to connect to API version 1.6

* Added Resource Impersonation and updated README

* Resource Impersonation Summary

Added Resource Impersonation Summary to README.md

API version 1.6.1 support

25 Jan 01:20
Compare
Choose a tag to compare

Adding in 1.6.1 API support, and the 4 new objects involved.

See Autotask's API v1.6.1 docs for more info on the extra info required to make the API calls.

Update to API Version 1.5.14

19 Sep 22:24
Compare
Choose a tag to compare

Update to API Version 1.5.14