Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version to v3 and officially deprecate gem #386

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Offsite Payments CHANGELOG

### version 3.0.0 (September 24, 2024)
This version officially deprecates this gem. It is no longer maintained and should not be used.

- Update ruby test targets to 3.2 and 3.3
- Require rails v7.2
- Require shopify-money gem, no longer support other money gem.

### version 2.7.28 (February 11, 2021)
- [Realex] #351
- Regex updates for address and city
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
offsite_payments (2.7.28)
offsite_payments (3.0.0)
actionpack (>= 7.2.0)
actionview (>= 7.2.0)
active_utils (>= 3.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/offsite_payments/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OffsitePayments
VERSION = "2.7.28"
VERSION = "3.0.0"
end
Loading