Releases: opendns/autotask-php
Fix PHP 8.2 deprecated issues
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
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
Require php >= v7.4
v1.0.0 - PHP8.x support
This update fixes some bugs in php8.x
Update maintainer list.
v0.3.4 Adding myself as author
Maintenance Release
-
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
v0.3.2 Added the required field 'id' to the base class 'entity' (#143)
Resource Impersonation
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
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
Update to API Version 1.5.14