Skip to content

Releases: shellrent/letsencrypt-client

1.2.8

10 Jul 13:36
1a52e03

Choose a tag to compare

What's Changed

  • Improved exception message on Invalid response code, ie. 400 by @tobispace in #4

New Contributors

Full Changelog: 1.2.6...1.2.8

1.2.7

24 Feb 10:46

Choose a tag to compare

Update LEAccount.php

Caching implementation for /directory API call

23 Aug 08:44
b8baa76

Choose a tag to compare

Merge pull request #3 from shellrent/apicache

Caching implementation for /directory API call

PHP 8.0

04 Jan 12:02
fb8e543

Choose a tag to compare

Merge pull request #2 from shellrent/php80

Migration to PHP 8.0

composer.json edit for Packagist

20 May 10:58

Choose a tag to compare

composer.json edit for Packagist

DNS-01 challenge Google DNS fix

20 May 10:54
ede5e99

Choose a tag to compare

Google DNS check for local DNS-01 challenge verification has been fixed. Avoided infinite loop in case of localcheck set to false.