Skip to content

Commit

Permalink
chore: bump version and add change log for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker committed May 20, 2020
1 parent 03f5eef commit d8fbc3e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
4 changes: 2 additions & 2 deletions give-moneris.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' ) ) {
Expand Down
12 changes: 10 additions & 2 deletions languages/give-moneris.pot
Original file line number Diff line number Diff line change
@@ -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 ""
Expand Down Expand Up @@ -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 ""
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!

0 comments on commit d8fbc3e

Please sign in to comment.