From 1e5dd4802b81810b7f491b19badc9af7077585ca Mon Sep 17 00:00:00 2001 From: Bertrand Braschi Date: Thu, 11 Feb 2021 13:19:38 -0500 Subject: [PATCH] Bump to 2.7.28 --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/offsite_payments/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8f4b9cb..5f566b2d8 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 28765562e..77e1000c4 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 c2aee671c..06325885d 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