Releases: acmephp/acmephp
Releases · acmephp/acmephp
Add support for newer dependencies (PHP 8+, Symfony 6, Monolog 2, ...) and add reloadOrder method
Add support for newer dependencies (PHP 8+, Symfony 6, Monolog 2, ...) and add reloadOrder method
Latest
- Add support for PHP 8.0 and 8.1
- Add support for Symfony 6 components
- Add reloadOrder method to reload certificate details (#263, thanks @HansAdema)
- Remove unused Swiftmailer dependency (#251, thanks @W0rma)
- Add support for newer psr/log and Guzzle dependencies (#257, thanks @mgriego)
- Add support for Monolog 2 (#233, thanks @tbickley-mediabowl)
- Various other fixes
2.0.0
Warning: this is a major version, meaning you may need to update your code to make Acme PHP work in your project.
- Remove deprecated features (deprecates commands, methods and classes)
- Drop support for PHP < 7.2 and upgrade to Symfony 5 components
- Add typehints in Core, Ssl and Cli
- Add External Account Binding support (thanks ZeroSSL for the support!)
- Add ZeroSSL integration (Let's Encrypt alternative)
- Add alternate certificates support (thanks @TJP85 !)
1.3.0
- Improve distinguished name checks (@miranovy #188)
- Rewind response body before generating summary for server errors (@philipsharp #190)
- Added more available acme server exception classes (@alexsoft #204)
- Add support for Guzzle 7 (@HansAdema #208)
- Handle processing status case (@tgalopin #192)
- Fix openssl_free_key deprecation notice in PHP 8 (@tgalopin #217)
- Do not check HTTPS certificate validity in HttpValidator (@tgalopin #218)
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
1.0.0-beta5
Fix deprecations and allow setting KeyPair from Client object
1.0.0-beta4
- Fix #59 - accept empty issuer CN field
- Added new methods for DER formatted keys and HPKP hash generation
- Fix issues with Let's Encrypt protocol