Releases: pay-rails/pay
Releases · pay-rails/pay
v6.0.2
Full Changelog: v6.0.1...v6.0.2
v6.0.1
v6.0.0
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
- @mpvosseller made their first contribution in #694
- @Diogomartf made their first contribution in #569
Full Changelog: v5.0.4...v6.0.0
v5.0.4
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
Full Changelog: v5.0.2...v5.0.3
- Fixes
change_quantity
for old Pay::Subscription records wheresubscription_items
is nil and not an array. This was intended to always be backwards compatible, we just missed a safety check fornil
and now that's fixed. 👍 - @excid3
v5.0.2
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
- @bvalentino made their first contribution in #677
Full Changelog: v5.0.1...v5.0.2
v5.0.1
Full Changelog: v5.0.0...v5.0.1
- Fixes Stripe API version
v5.0.0
v4.0.2
This release adds support for the Stripe client_reference_id
to associate customers, charges, and subscriptions with a model in your Rails app automatically.
This is perfect for pairing with the new Pricing Tables that Stripe recently launched.
What's Changed
- Bump sqlite3 from 1.4.2 to 1.4.4 by @dependabot in #651
- Bump stripe from 6.2.0 to 6.5.0 by @dependabot in #649
- Bump pg from 1.3.5 to 1.4.1 by @dependabot in #650
- Bump rails-html-sanitizer from 1.4.2 to 1.4.3 by @dependabot in #653
- Ensure Pay::Customer exists when client_reference_id is passed by @excid3 in #668
Full Changelog: v4.0.1...v4.0.2
Initial Release (Fixed)
There was a dependency issue with the initial release.