PDFCrowd Blog
Product updates, tips & tricks

API clients 6.5.0 and WordPress 4.5.0

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(), and getDocumentationLink(). The getCode() method is deprecated and should be replaced with getStatusCode().