Skip to content

Commit

Permalink
Merge pull request #358 from activemerchant/release-2.7.28
Browse files Browse the repository at this point in the history
Bump to 2.7.28
  • Loading branch information
bbraschi authored Feb 11, 2021
2 parents 99ff55c + 1e5dd48 commit 54be726
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 2.7.28 (February 11, 2021)
- [Realex] #351
- Regex updates for address and city
- TR-86: [29RnExPb]: regex updates - minor correction
- Removed the BILLING_CODE field when the country is not US, CA or GB
- added two new characters to the REGEXES for street and city fields, removed the parantheeses on these REGEXES and removed the non allowed characters from the BILLING_CODE field

### version 2.7.27 (January 21, 2021)
- [Gestpay] Update service_url #352
- Specify money gem version #353
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.27)
offsite_payments (2.7.28)
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.27"
VERSION = "2.7.28"
end

0 comments on commit 54be726

Please sign in to comment.