From a405f759926fe7f149fcb2672a702874175143ca Mon Sep 17 00:00:00 2001 From: Devin Walker Date: Wed, 13 Sep 2017 13:59:43 -0700 Subject: [PATCH] Updated version Added more content to Github readme New POT file --- README.md | 8 +++++--- give-iats.php | 6 +++--- languages/give-iats.pot | 30 +++++++++++++++--------------- readme.txt | 6 +++++- 4 files changed, 28 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 4f54978..e981e5c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Provides donation processing via the iATS gateway for Give. **Testing:** iATS has a shared account that is used for testing. -https://www.iatspayments.com/login/login.html -u: TEST88 -p: TEST88 \ No newline at end of file +Access URL: https://www.iatspayments.com/login/login.html +- u: TEST88 +- p: TEST88 + +More info found here: http://home.iatspayments.com/developer-info/testing/#2999 \ No newline at end of file diff --git a/give-iats.php b/give-iats.php index 767dd64..e3e2eed 100644 --- a/give-iats.php +++ b/give-iats.php @@ -5,7 +5,7 @@ * Description: Process online donations via the iATS payment gateway. * Author: WordImpress * Author URI: https://wordimpress.com - * Version: 1.0 + * Version: 1.0.1 * Text Domain: give-iats * Domain Path: /languages * GitHub Plugin URI: https://github.com/WordImpress/Give-iATS @@ -13,10 +13,10 @@ // iATS Constants. if ( ! defined( 'GIVE_IATS_VERSION' ) ) { - define( 'GIVE_IATS_VERSION', '1.0' ); + define( 'GIVE_IATS_VERSION', '1.0.1' ); } if ( ! defined( 'GIVE_IATS_MIN_GIVE_VERSION' ) ) { - define( 'GIVE_IATS_MIN_GIVE_VERSION', '1.8.4' ); + define( 'GIVE_IATS_MIN_GIVE_VERSION', '1.8.12' ); } if ( ! defined( 'GIVE_IATS_PLUGIN_FILE' ) ) { define( 'GIVE_IATS_PLUGIN_FILE', __FILE__ ); diff --git a/languages/give-iats.pot b/languages/give-iats.pot index b47af07..8cb7b31 100644 --- a/languages/give-iats.pot +++ b/languages/give-iats.pot @@ -264,62 +264,62 @@ msgstr "" msgid "iATS donation refund error: " msgstr "" -#: includes/give-iats-payment-processing.php:12 +#: includes/give-iats-payment-processing.php:14 msgid "Nonce verification has failed." msgstr "" -#: includes/give-iats-payment-processing.php:12 +#: includes/give-iats-payment-processing.php:14 msgid "Error" msgstr "" -#: includes/give-iats-payment-processing.php:55 +#: includes/give-iats-payment-processing.php:57 msgid " Error" msgstr "" -#: includes/give-iats-payment-processing.php:55 +#: includes/give-iats-payment-processing.php:57 msgid "There was an error processing your donation payment. Error: %s" msgstr "" -#: includes/give-iats-payment-processing.php:93 +#: includes/give-iats-payment-processing.php:95 msgid "Payment Error" msgstr "" -#: includes/give-iats-payment-processing.php:96 +#: includes/give-iats-payment-processing.php:98 msgid "Payment creation failed before process iATS gateway. Payment data: %s" msgstr "" -#: includes/give-iats-payment-processing.php:140 +#: includes/give-iats-payment-processing.php:144 msgid "This card type is not supported. Please use another card for your donation." msgstr "" -#: includes/give-iats-payment-processing.php:184 +#: includes/give-iats-payment-processing.php:188 msgid "Refund for donation #%d" msgstr "" -#: includes/give-iats-payment-processing.php:211 +#: includes/give-iats-payment-processing.php:215 msgid "iATS transaction ID #%s successfully reversed in iATS." msgstr "" -#: includes/give-iats-payment-processing.php:244 +#: includes/give-iats-payment-processing.php:248 msgid "Refund ID:" msgstr "" -#: includes/give-iats-payment-processing.php:268 +#: includes/give-iats-payment-processing.php:272 msgid "The card number provided is not valid. Please try your donation again with a valid card number." msgstr "" -#: includes/give-iats-payment-processing.php:271 +#: includes/give-iats-payment-processing.php:275 msgid "The CVV2 code security code is incorrect. Please try your donation again with a valid CVV2 number." msgstr "" -#: includes/give-iats-payment-processing.php:274 +#: includes/give-iats-payment-processing.php:278 msgid "The card expiration date is incorrect. Please try your donation again with a valid card expiration date." msgstr "" -#: includes/give-iats-payment-processing.php:277 +#: includes/give-iats-payment-processing.php:281 msgid "The payment gateway is having trouble processing donations at the moment. Please try again later." msgstr "" -#: includes/give-iats-payment-processing.php:283 +#: includes/give-iats-payment-processing.php:287 msgid "An error occurred while processing the donation. Please try again." msgstr "" diff --git a/readme.txt b/readme.txt index 8c08fee..5022901 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: wordimpress Tags: donations, donation, ecommerce, e-commerce, fundraising, fundraiser, iats, gateway Requires at least: 4.2 Tested up to: 4.7.2 -Stable tag: 1.0 +Stable tag: 1.0.1 License: GPLv3 License URI: https://opensource.org/licenses/GPL-3.0 @@ -38,5 +38,9 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == += 1.0.1 = +* Fix: Resolved issue with large amounts being sent with thousands separator which iATS' API doesn't expect and therefore would incorrectly process. +* Fix: PHP notice for using deprecated give_output_error() rather than Give_Notices(). + = 1.0 = * Initial plugin release. Yippee! \ No newline at end of file