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

Releases: yourivw/LEClient

Version 1.3.0

Choose a tag to compare

@yourivw yourivw released this 20 Jun 10:54
6c1fa94

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

Version 1.2.2

Choose a tag to compare

@yourivw yourivw released this 15 Apr 09:55
0adfcdb

Version 1.2.1

Choose a tag to compare

@yourivw yourivw released this 28 Mar 08:50
7c54c2b

Bugfixes

Version 1.2.0

Choose a tag to compare

@yourivw yourivw released this 27 Mar 22:22
99362b3

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

Choose a tag to compare

@yourivw yourivw released this 13 Jan 09:53
7abf7eb

Fix for Invalid response, header: HTTP/1.1 405

Version 1.1.10

Choose a tag to compare

@yourivw yourivw released this 29 Sep 12:33
a2de17b

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

Version 1.1.9

Choose a tag to compare

@yourivw yourivw released this 10 Sep 11:14
760da6c

Various pull requests merged: bugfixes.

Version 1.1.8

Choose a tag to compare

@yourivw yourivw released this 29 Jul 07:53
365f868

Various pull requests merged: bugfixes.

Version 1.1.7

Choose a tag to compare

@yourivw yourivw released this 11 May 17:50
d538bdf

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

Version 1.1.6

Choose a tag to compare

@yourivw yourivw released this 31 Mar 08:54
b19053c

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