Skip to content

Releases: recurly/recurly-client-php

Version 2.5.3

05 Jul 20:04

Choose a tag to compare

  • Added support for setting free_trial_amount and free_trial_unit to Recurly_Coupon #224
  • Fix PHP 7 notice (thanks to davedevelopment) #235
  • Fix for fetching Recurly_NoteList #236
  • Fix for updating subscriptions with add-ons #242
  • Fix for paginating Recurly_CouponRedemptionList and Recurly_UniqueCouponCodeList #243
  • Use standard PHPUnit configuration file name (thanks to davedevelopment) #234
  • Removed old transparent post path constants #237
  • Provide default implementation for getRequiredAttributes() #241

Version 2.5.2

07 Jun 19:04

Choose a tag to compare

  • Added support for parsing fraud attribute on the Transaction class #228
  • Added support for settingstart_date and end_date when creating an Adjustment (thanks to imsagar) #229
  • Added support for Usage Based Billing #227

Version 2.5.1

20 Feb 01:20

Choose a tag to compare

  • Added support for cc_emails attribute on the Account class #202
  • Fix bug with incorrect delete_uri on the Redemption class #201
  • Added currency attribute to BillingInfo #205

Version 2.5.0

13 Jan 23:56

Choose a tag to compare

  • Removed nestedAttributes #191
  • Added support for coupon update and restore actions #186
  • Added support bulk coupons and generation #188

Version 2.4.6

15 Sep 17:39

Choose a tag to compare

  • Added setup_fee_accounting_code to Plan #179
  • Added applies_to_non_plan_charges to Coupon #181
  • Added redemption_resource to Coupon #181
  • Added X-Api-Version request header at 2.1 #181
  • Added uuid to Account #181
  • Added redemptions to Account #181
  • Added max_redemptions_per_account to Coupon #181
  • Added redemptions to Subscription #181
  • Added coupon_codes to Subscription #181
  • Added CACertPath to Recurly_Client #176

Version 2.4.5

03 Aug 19:14

Choose a tag to compare

  • Added duration, temporal_unit, & temporal_amount to Coupon #171

Version 2.4.4

02 Jul 17:30

Choose a tag to compare

  • Added gateway_error_code to Recurly_Transaction #163
  • Add support for refund_apply_order when performing an open amount or line item refund #161
  • Add tax_exempt, tax_code to Recurly_Transaction #166
  • Add Recurly_CouponRedemptionList (thanks to Flambe) #164

Version 2.4.3

04 Jun 19:17

Choose a tag to compare

  • Fixed bug where fetching an invoice PDF did not use the invoice number prefix #155
  • Added bank account attributes to Recurly_BillingInfo, these include:
    • name_on_account
    • account_type (checking or savings)
    • last_four
    • routing_number
    • #153
  • Added ip_address attribute to Recurly_Transaction#157
  • Added bank_account_authorized_at to Recurly_Subscription #156
  • Add invoice node to Recurly_PushNotification to read data on *_invoice_notification (thanks to rikless) #159

Version 2.4.2

14 Apr 18:44

Choose a tag to compare

  • Fixes encoding of values with ampersands #150

Version 2.4.1

06 Feb 22:13

Choose a tag to compare

  • Added adjustment refund support: refund() and toRefundAttributes() on Recurly_Adjustment #133
  • Added invoice refund supprt: refund() and refundAmount() on Recurly_Invoice #133