Releases: xolphin/xolphin-api-php
Releases · xolphin/xolphin-api-php
v3.0.5
v3.0.4
renew and reissue apprep
v3.0.2
What's Changed
- Add dateSubscriptionExpired from certificate endpoint
- Bump guzzlehttp/psr7 from 2.1.0 to 2.2.1
- Bump guzzlehttp/guzzle from 7.4.0 to 7.4.5
v3.0.1
Fixed the issues from PR#25 and PR#26 read CHANGELOG.MD for more info.
v3.0.0
What's Changed
- Updated the package to v3.0 by @XolphinMike in #22
- Removed EncryptionEverywhere from the codebase and fixed issue#23 by @XolphinMike in #24
New Contributors
- @XolphinMike made their first contribution in #22
- @XolphinMike made their first contribution in #24
Full Changelog: v2.0.2...v3.0.0
Information:
- Check out CHANGELOG.MD for a detailed view of the changes.
- See README.MD for a migration guide.
v2.0.2
Added support for Guzzle v7
v2.0.1
v2.0.0
Updated
- Support for PHP upgraded to >= 7.2
- Support for PHP 5.6 is now on deprecated. Latest version supporting this is 1.8.4
- Refactored UnitTests for compatibility with PHPUnit 8
- Removed method sendComodoSAEmail on Request Endpoint
- Lowered Endpoint class creation count ($client->certificate()->... is now $client->certificates->...)
Added
- Created seperate namespace for Helpers that return API Strings
v1.8.3
IMPORTANT: This will be one of the last releases for the v1 major (except for security updates). We're working on a new major version (v2.x) with PHP7 support. From v2 onward, it will no longer be backward compatible with the v1.x releases of the wrapper. Also, we will no longer name the releases after our API version (which will remain at v1).
Added
- Added support for SSLCheck
- Added support for Invoices
- Added support for scheduling validation calls
Updated
- Updated Client with remaining request count
- Added sa_email and referenceOrderNr to Request (Pull request #12)
- Deprecated sendComodoSAEmail, replaced by sendSectigoSAEmail