From d8fbc3ea06aba85af84c7b97f19a10d9ccb87f78 Mon Sep 17 00:00:00 2001 From: Devin Walker Date: Tue, 19 May 2020 21:40:21 -0700 Subject: [PATCH] chore: bump version and add change log for release 1.0.1 --- give-moneris.php | 4 ++-- languages/give-moneris.pot | 12 ++++++++++-- readme.txt | 9 ++++++--- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/give-moneris.php b/give-moneris.php index a8eb5bd..846a6cc 100755 --- a/give-moneris.php +++ b/give-moneris.php @@ -3,7 +3,7 @@ * Plugin Name: Give - Moneris * Plugin URI: https://givewp.com/addons/moneris-gateway/ * Description: Adds support to accept donations via the Moneris Payment gateway. - * Version: 1.0.0 + * Version: 1.0.1 * Author: GiveWP * Author URI: https://givewp.com * License: GNU General Public License v2 or later @@ -88,7 +88,7 @@ private function setup() { private function setup_constants() { if ( ! defined( 'GIVE_MONERIS_VERSION' ) ) { - define( 'GIVE_MONERIS_VERSION', '1.0.0' ); + define( 'GIVE_MONERIS_VERSION', '1.0.1' ); } if ( ! defined( 'GIVE_MONERIS_MIN_GIVE_VERSION' ) ) { diff --git a/languages/give-moneris.pot b/languages/give-moneris.pot index 2b17a7a..dea24a7 100644 --- a/languages/give-moneris.pot +++ b/languages/give-moneris.pot @@ -1,4 +1,4 @@ -# Copyright (C) 2019 Give-Moneris +# Copyright (C) 2020 Give-Moneris # This file is distributed under the same license as the Give-Moneris package. msgid "" msgstr "" @@ -151,6 +151,14 @@ msgstr "" msgid "This option will enable the billing details section for Moneris which requires the donor's address to complete the donation. These fields are not required by Moneris to process the transaction, but you may have the need to collect the data." msgstr "" -#: includes/admin/class-give-moneris-admin-settings.php:116 +#: includes/admin/class-give-moneris-admin-settings.php:91 +msgid "Give Moneris Settings Docs Link" +msgstr "" + +#: includes/admin/class-give-moneris-admin-settings.php:94 +msgid "Moneris Payment Gateway" +msgstr "" + +#: includes/admin/class-give-moneris-admin-settings.php:123 msgid "Moneris Settings" msgstr "" diff --git a/readme.txt b/readme.txt index ce7fe84..4f591b9 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: givewp Tags: donations, donation, ecommerce, e-commerce, fundraising, fundraiser, moneris, gateway Requires at least: 4.8 -Tested up to: 5.2 -Stable tag: 1.0.0 +Tested up to: 5.4 +Stable tag: 1.0.1 Requires Give: 2.3.0 License: GPLv3 License URI: https://opensource.org/licenses/GPL-3.0 @@ -38,5 +38,8 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == -= 1.0 = += 1.0.1: May 19th, 2020 = +* Fix: We resolved a bug which was causing amounts over $999.99 to be rejected by the Moneris API due to an incorrect currency format. The Moneris API does not want any thousands separators passed in the payment request. We have removed the thousands separators and tested thoroughly to ensure large amounts are fully supported. + += 1.0.0 = * Initial plugin release. Yippee!