Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Releases: yourivw/LEClient

Version 1.3.0

20 Jun 10:54
6c1fa94
Compare
Choose a tag to compare

Resolved issue with Google DNS verification. Merged several merge requests.

Version 1.2.2

15 Apr 09:55
0adfcdb
Compare
Choose a tag to compare

Version 1.2.1

28 Mar 08:50
7c54c2b
Compare
Choose a tag to compare

Bugfixes

Version 1.2.0

27 Mar 22:22
99362b3
Compare
Choose a tag to compare

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.

Version 1.1.11

13 Jan 09:53
7abf7eb
Compare
Choose a tag to compare

Fix for Invalid response, header: HTTP/1.1 405

Version 1.1.10

29 Sep 12:33
a2de17b
Compare
Choose a tag to compare

Fix for critical error Invalid response, header: HTTP/2 200 due to changed LetsEncrypt production CDN.

Version 1.1.9

10 Sep 11:14
760da6c
Compare
Choose a tag to compare

Various pull requests merged: bugfixes.

Version 1.1.8

29 Jul 07:53
365f868
Compare
Choose a tag to compare

Various pull requests merged: bugfixes.

Version 1.1.7

11 May 17:50
d538bdf
Compare
Choose a tag to compare

Version 1.1.7 fixes account key update failure due to acme change.

Version 1.1.6

31 Mar 08:54
b19053c
Compare
Choose a tag to compare

Added possibility to initiate LEClient with a PSR-3 logger (\Psr\Log\LoggerInterface). Current logging capabilities remain useable.