diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8f4b9c..5f566b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 28765562..77e1000c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/offsite_payments/version.rb b/lib/offsite_payments/version.rb index c2aee671..06325885 100644 --- a/lib/offsite_payments/version.rb +++ b/lib/offsite_payments/version.rb @@ -1,3 +1,3 @@ module OffsitePayments - VERSION = "2.7.27" + VERSION = "2.7.28" end