Skip to content

Commit

Permalink
Merge pull request #386 from activemerchant/release-v3
Browse files Browse the repository at this point in the history
Update version to v3 and officially deprecate gem
  • Loading branch information
AnotherJoSmith authored Sep 24, 2024
2 parents 6abddd4 + 4b80d97 commit 27dcc75
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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

0 comments on commit 27dcc75

Please sign in to comment.