Skip to content

Releases: recurly/recurly-client-ruby

v2.4.1 (2015-1-23)

24 Jan 00:33
Compare
Choose a tag to compare
  • Add vat_location_valid to Account PR
  • Add Invoice#invoice_number_prefix and Invoice#invoice_number_with_prefix to make use of the new
    Country Invoice Sequencing feature PR
  • Fixes issue with Subscription#pending_subscription currency value PR

v2.4.0 (2015-1-7)

07 Jan 19:58
Compare
Choose a tag to compare
  • Add Invoice#original_invoice for refund invoices

v2.3.8 (2014-12-22)

22 Dec 23:18
Compare
Choose a tag to compare
  • Add Invoice#tax_region and Subscription#tax_region
  • Add Invoice#address and Subscription#address when previewing
  • Add Subscription#update_notes to update a subscription's notes
  • Add AddOn#accounting_code

v2.3.7 (2014-12-8)

09 Dec 00:39
Compare
Choose a tag to compare
  • Add 'public_key' property to Recurly.js
  • Adds support for reading and writing custom invoice notes

v2.3.6 (2014-11-6)

06 Nov 13:31
Compare
Choose a tag to compare
  • Fixes issue with broken association lookups

v2.3.5 (2014-10-30)

30 Oct 19:55
Compare
Choose a tag to compare
  • Adding invoice refunds by line item: invoice.refund(line_items)

v2.3.4 (2014-10-3)

03 Oct 17:50
Compare
Choose a tag to compare
  • Adding invoice preview: account.build_invoice 0bc0d01

v2.3.2 (2014-9-9)

10 Sep 19:09
Compare
Choose a tag to compare
  • Added Amazon Billing Agreement support 024269
  • Added account entity_use_code when the site is integrated with Avalara 633df6
  • Added bulk parameter 8cb157

v2.3.1 (2014-5-23)

23 May 16:47
Compare
Choose a tag to compare
  • Added subscription change preview: subscription.preview
  • Added subscription estimated cost for new and change previews: subscription.cost_in_cents
  • Added subscription remaining billing cycles: subscription.remaining_billing_cycles

v2.3.0 (2014-5-14)

14 May 23:34
Compare
Choose a tag to compare
  • Added subscription preview: Recurly::Subscription.preview
  • Added tax details to adjustments: adjustment.tax_details
  • Removed taxable support on adjustments
  • Added tax_exempt to accounts, adjustments and plans
  • Added tax_rate, tax_type to invoices and subscriptions
  • Added tax_in_cents to subscriptions