Skip to content

Releases: xolphin/xolphin-api-php

v3.0.5

30 Apr 14:12
c5cccc5
Compare
Choose a tag to compare

return type fixes

v3.0.4

15 Feb 13:03
73fe4fb
Compare
Choose a tag to compare
renew and reissue apprep

v3.0.2

31 Aug 09:58
4697ca9
Compare
Choose a tag to compare

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

27 Jan 09:37
Compare
Choose a tag to compare

Fixed the issues from PR#25 and PR#26 read CHANGELOG.MD for more info.

v3.0.0

23 Nov 13:58
3fa0498
Compare
Choose a tag to compare

What's Changed

New Contributors

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

24 Sep 07:19
Compare
Choose a tag to compare

Added support for Guzzle v7

v2.0.1

29 Jan 09:09
Compare
Choose a tag to compare

Updated

  • Returntype of getMessage method (issue #18)

v2.0.0

18 Dec 08:42
Compare
Choose a tag to compare

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

12 Dec 12:04
Compare
Choose a tag to compare

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

v1.6.2

12 Apr 07:08
Compare
Choose a tag to compare

Updated

  • Made the request notes visible in the request endpoint (pull request #8)