Skip to content

Releases: pay-rails/pay

v6.1.1

18 Dec 19:44
af6cf43
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @pooriar made their first contribution in #748

Full Changelog: v6.1.0...v6.1.1

v6.1.0

01 Dec 02:31
9949f0a
Compare
Choose a tag to compare

What's Changed

  • Update gems for pay 6 by @ameft in #739
  • Update Stripe API version for pay 6 by @ameft in #738
  • swap order of operations to attempt to subscribe to a new plan first … by @cjilbert504 in #740

New Contributors

Full Changelog: v6.0.3...v6.1.0

v6.0.3

22 Nov 15:55
4b6c6dd
Compare
Choose a tag to compare

Full Changelog: v6.0.2...v6.0.3

v6.0.2

22 Nov 14:33
491bb96
Compare
Choose a tag to compare

Full Changelog: v6.0.1...v6.0.2

v6.0.1

22 Nov 13:28
9cc236c
Compare
Choose a tag to compare

What's Changed

  • Remove deprecation warning for legacy connection handling by @mocha06 in #735

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0

22 Nov 13:23
82efc92
Compare
Choose a tag to compare

What's Changed

  • add clarity by removing extra word by @cjilbert504 in #724
  • Dynamic mail to by @excid3 in #728
  • Fix trial_ends_at being set to the subscriptions cancellation time when the cancellation happens after the end of the trial by @feliperaul in #664
  • Add current_period_start and current_period_end to Stripe subscriptions by @mpvosseller in #694
  • Refactor pause behavior for Stripe and Paddle by @excid3 in #687
  • Use email_address_with_name helper in user_mailer by @mguidetti in #642
  • Change SyncCustomer after_update to after_commit by @feliperaul in #640
  • Improve sync docs; document pay_should_sync_customer? by @feliperaul in #641
  • Closes #695 - create new stripe webhook for trial ending by @cjilbert504 in #733
  • Add Merchant to Fake processor by @Diogomartf in #569
  • call travel_to to ensure the future doesn't break these tests by @cjilbert504 in #736
  • add param name change examples by @cjilbert504 in #737

New Contributors

Full Changelog: v5.0.4...v6.0.0

v5.0.4

22 Nov 13:23
08030a7
Compare
Choose a tag to compare

What's Changed

  • Document methods used for manually syncing subscriptions; add sync_subscriptions params allowing to sync canceled subscriptions by @feliperaul in #646
  • Fix opts[:trial_from_plan] not respecting override by @feliperaul in #645

Full Changelog: v5.0.3...v5.0.4

v5.0.3

19 Aug 11:10
4129eca
Compare
Choose a tag to compare

Full Changelog: v5.0.2...v5.0.3

  • Fixes change_quantity for old Pay::Subscription records where subscription_items is nil and not an array. This was intended to always be backwards compatible, we just missed a safety check for nil and now that's fixed. 👍 - @excid3

v5.0.2

19 Aug 11:00
8283e8b
Compare
Choose a tag to compare

What's Changed

  • Update installation doc to v5 by @bvalentino in #677
  • Add metered_subscription_item to Pay::Subscriptions to easily retrieve the metered subscription item for Stripe subscriptions - @excid3
  • Add not_fake_processor scope to Pay::Customer - @excid3

New Contributors

Full Changelog: v5.0.1...v5.0.2

v5.0.1

18 Aug 13:14
131df32
Compare
Choose a tag to compare

Full Changelog: v5.0.0...v5.0.1

  • Fixes Stripe API version