Skip to content

Releases: recurly/recurly-client-php

3.0.0-beta2

14 Feb 01:09
6835633
Compare
Choose a tag to compare
3.0.0-beta2 Pre-release
Pre-release

Pre-release version of the Recurly API v3 PHP Client

Version 2.12.10 - December 31, 2019

31 Dec 21:44
6d808d1
Compare
Choose a tag to compare
  • Add vat_number to ShippingAddress class (#443)
  • Update the documentation and testing matrix for current PHP releases (#445)
  • Simplify the PHPUnit configuration (#446)
  • Ensure PHP 7.4 compatibility (#449)

Version 2.12.9 - November 21, 2019

21 Nov 22:06
513f533
Compare
Choose a tag to compare

This brings us up to API version 2.24. There are no breaking changes

  • Add Item class PR (#441)

Version 2.12.8 - October 22, 2019

22 Oct 20:50
c78808e
Compare
Choose a tag to compare
  • Add shipping address to Purchase (#435)
  • Subscription timeframe changes (#419)

Version 2.12.7 (September 20th, 2019)

20 Sep 23:19
fef8296
Compare
Choose a tag to compare
  • Fix issue with missing requires PR.

Version 2.12.6 (September 13th, 2019)

13 Sep 21:20
ee4488d
Compare
Choose a tag to compare

Note: This release is broken and 2.12.7 should be used instead.

  • Support billing_info on Subscription, Invoice & Gift card PR
  • PSD2 billing info changes PR
  • Restore libxml state when changed PR

Version 2.12.5 (August 21st, 2019)

21 Aug 23:56
d90efa3
Compare
Choose a tag to compare

This brings us up to API version 2.22. There are no breaking changes

  • Moto transactions PR

Version 2.12.4 (June 27th, 2019)

27 Jun 21:42
96e96fd
Compare
Choose a tag to compare

Version 2.12.4 (June 27th, 2019)

This brings us up to API version 2.21. There are no breaking changes

  • Add 3DS authentication PR

Note: This API version corrects the error of an invalid Recurly.js token sent to v2/accounts/:account_code/billing_info from a 404 Not Found to a 422 Unprocessable Entity

Version 2.12.3 (May 21st, 2019)

21 May 20:06
42d9cf4
Compare
Choose a tag to compare

Version 2.12.3 (May 21st, 2019)

This brings us up to API version 2.20. There are no breaking changes

  • Add shipping fees PR
  • Support updating a subscription at next bill date PR

Version 2.12.2 (April 26th, 2019)

26 Apr 19:10
28465f3
Compare
Choose a tag to compare

Version 2.12.2 (April 26th, 2019)

  • Ensure nested resources have the same client as their parent PR
  • Make Recurly_Client::$apiUrl private PR