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.1.5

16 Mar 15:22
553b2f3
Compare
Choose a tag to compare

Release 1.1.5:

  • Bug in processing HEAD response fixed.
  • Changed internal DNS verification function in LEFunctions with a call to Google's DNS-over-HTTPS for improved performance.
  • Updated README to comply with recent and previous updates.

Version 1.1.4

24 Sep 11:02
a9ce9f2
Compare
Choose a tag to compare

Bugfixes and commits of 2 PR's.

Version 1.1.3

10 Sep 14:49
0a4da57
Compare
Choose a tag to compare

Included new PRs in version 1.1.3.

Version 1.1.2

01 Jun 13:17
a8c5fec
Compare
Choose a tag to compare

Fixed composer error impeding installation.

Version 1.1.1

29 Mar 10:30
fc80e1d
Compare
Choose a tag to compare

Release version 1.1.1

  • Fixed 415 Unsupported Media Type error caused by ACME protocol divergence.
  • Fixed certificate revocation problem addressed in issue #25.
  • Set default acmeURL to the production environment.
  • Implemented option to bypass local DNS/HTTP verification verifyPendingOrderAuthorization($identifier, $type, $localcheck = true). It is still making a local verification by default.
  • Updated composer.json and registered at packagist.

 
To-do:

  • Update documentation.
  • Implement namespace.
  • Implement logger class.

Version 1.1.0

11 Mar 17:58
52717fe
Compare
Choose a tag to compare

Releasing version 1.1.0

Version 1.0.0

11 Mar 18:18
c1f6160
Compare
Choose a tag to compare
Bugfix LEOrder

Fixed the incorrect usage of $orderURL in LEOrder