Skip to content

Releases: recurly/recurly-client-php

Version 2.6.0

09 Aug 16:32
Compare
Choose a tag to compare
  • Upgraded to API V2.3: https://dev.recurly.com/v2.3/docs
  • Added support for original_transaction to Recurly_Transaction #238
  • Added Recurly_AccountBalance #239
  • Print warnings when using a deprecated version of the API. #250:
  • Added support new pagination options #249:
    • sort accepts created_at or updated_at, defaults to created_at.
    • order accepts desc or asc, defaults to desc.
    • begin_time and end_time accepts an ISO 8601 date or date and time.
  • Changed Recurly_AddonList::get() and Recurly_NoteList::get() to add $params as the second parameter so sort, order and date filtering can be passed in #249
  • Added support for revenue_schedule_type to Recurly_Addon, Recurly_Adjustment, Recurly_Plan, Recurly_Subscription and Recurly_SubscriptionAddOn classes #257

Version 2.5.3

05 Jul 20:04
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Added duration, temporal_unit, & temporal_amount to Coupon #171

Version 2.4.4

02 Jul 17:30
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixes encoding of values with ampersands #150