We have released version 4.5.0 of our WordPress Plugins and 6.5.0 of our API client libraries.
New:
- The error handling system has been updated. This includes revised status codes and messages, as well as the addition of new methods to the error class:
getStatusCode()
,getReasonCode()
, andgetDocumentationLink()
. ThegetCode()
method is deprecated and should be replaced withgetStatusCode()
.