Skip to content

Version 2.6.0

Choose a tag to compare

@drewish drewish released this 09 Aug 16:32
  • 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