Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
Added more content to Github readme
New POT file
  • Loading branch information
DevinWalker committed Sep 13, 2017
1 parent 1728921 commit a405f75
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 22 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
6 changes: 3 additions & 3 deletions give-iats.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
* 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
*/

// 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__ );
Expand Down
30 changes: 15 additions & 15 deletions languages/give-iats.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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!

0 comments on commit a405f75

Please sign in to comment.