Skip to content

Commit

Permalink
Bump to 2.7.26
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas committed Jan 6, 2021
1 parent 14ee477 commit 0ac2290
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Offsite Payments CHANGELOG

### version 2.7.26 (January 06, 2021)
- Exactly the same as 2.7.25, just adding a missing Gemfile.lock file

### version 2.7.25 (January 06, 2021)
- [REALEX] Improvements, validations and formatted phone number [ahumulescu, tjozwik, apetrovici] #348
- Change to use `String#start_with?` instead of `String#starts_with?`. [akiko-pusu] #342
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.24)
offsite_payments (2.7.26)
actionpack (>= 5.2.3)
actionview (>= 5.1.6.2)
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.25"
VERSION = "2.7.26"
end

0 comments on commit 0ac2290

Please sign in to comment.