This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Version 1.2.0
Version 1.2.0:
- Added custom exceptions per class, with multiple specific exception codes per exception. All exceptions are extended from LEException, which is extended from RuntimeException, and therefore backwards compatible. Response data (request, header, status, body) is added when LEConnectorException::InvalidResponseException is thrown.
- All GET requests, except from the initial /directory request, are changed to POST-as-GET requests to comply with ACME changes. This also resolves current related issues when using the staging endpoint.
- Bugfix in LEAccount->updateAccount(), implemented isset check for $post['body']['id'] similair to LEAccount->getLEAccountData().
- Bugfix in LEAccount->deactivateAccount(), now returns true after deactivation.
- Change in LEOrder setup parameter check (notBefore and notAfter).
- Example code endpoint changed to staging endpoint.
- All code has been extensively tested again.