Releases: shellrent/letsencrypt-client
Releases · shellrent/letsencrypt-client
1.2.8
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
Update LEAccount.php
Caching implementation for /directory API call
Merge pull request #3 from shellrent/apicache Caching implementation for /directory API call
PHP 8.0
Merge pull request #2 from shellrent/php80 Migration to PHP 8.0
composer.json edit for Packagist
composer.json edit for Packagist
DNS-01 challenge Google DNS fix
Google DNS check for local DNS-01 challenge verification has been fixed. Avoided infinite loop in case of localcheck set to false.