Changelog

Stripe – buyCred Gateway


`

Version 2.2.8

Tweak – Added compatibility for myCred 2.6

Version 2.2.7

27-10-2021

Improvement – License System.

Version 2.2.6

FIX – Stripe not working in mycred_buy_form shortcode.

Version 2.2.5

Improvement – License System

Version 2.2.4

FIX – Prevent clicks on the pay button until the server responds.

Version 2.2.3

FIX – CSS Confliction.

Version 2.2.2

FIX – Require billing details.

FIX – Pre populate users email address.

FIX – Stripe popup CSS issues.

Version 2.2.1

TWEAK – Cleaned up code.

Version 2.2.0

NEW – Support 3D Secure (3DS) and Strong Customer Authentication (SCA) Card Payments.

Version 2.1.0

FIX – Strip Automatically payout with subscription.

FIX – Retrieve plan name with nickname.

FIX – Subscription payout menu replication.

Update – Subscription retrieve endpoint change.

Update – fetching customer through array or non array.

Version 2.0.5

Compatible with WordPress 5.0.3.

NEW – Added support for myCred 1.8.

Tested with myCred 1.8.

FIX: Fixed stripe checkout issue for buyCred.

Version 2.0.4

FIX – Some strings are missing from translations.

FIX – When viewing the product information in the plugins.php page, the window uses the title “Transfers Plus” instead of “buyCred Stripe”.

FIX – Subscription log in the admin area is rendered without any design.

FIX – Custom labels for subscriptions are not being honored by the checkout.js file.

FIX – No other gateway is usable in buyCred if Stripe is enabled due to incorrect gateway registration.

TWEAK – Removed Stripe and Stripe Subscriptions from the gateway dropdown menu in the mycred_buy_form shortcode to prevent incorrect usage.

UPDATE – Updated Stripe PHP Library to version 4.5.0

NEW – Added support for redirecting users to a “Thank You” page after successful point purchases.

Version 2.0.3

FIX – Get “Communication Error” when trying to cancel a subscription when using 1.7+

Version 2.0.2

FIX – Purchase request results in no payout and “undefined” error.

Version 2.0.1

FIX – When deleting the plugin, the saved Stripe data should be deleted from the user meta table.

NEW – NEW – Added support for myCred 1.7

NEW – Added support for switching to another subscription.

NEW – Updated the mycred_stripe_subscribe shortcode to allow adjustments of the button label for switching subscription.

NEW – Added option to show a dedicated log of all subscription payouts in the admin area.

UPDATE – Updated to the latest version of the Stripe PHP Library adding support for PHP7.

UPDATE – Updated translation files.

Version 2.0

NEW – Addon now uses Stripes Checkout API via Stripe.js.

NEW – Option to reward stripe subscriptions with points.

NEW – Added new shortcode mycred_stripe_buy for point purchases.

NEW – Added new shortcode mycred_stripe_subscribe for subscriptions.

NEW – Added new shortcode mycred_stripe_subscription for subscriptions.

REMOVED – the mycred_my_stripe_cards shortcode.

Version 1.0.10

NEW – Added support for Badge creation.

UPDATE – Updated translation files.

Version 1.0.9

NEW – Added option to adjust the billing form for US format (City, Zip, State) from the default (City, State, Zip) setup.

To utilize this, simply add the following line of code to your themes functions.php file:

add_filter( 'mycred_stripe_billing_US', '__return_true' );

Version 1.0.8

FIX – WordPress Nonce key is not validated on certain setups.

Version 1.0.7

NEW – Added support for myCred 1.5

Version 1.0.6

FIX – Doubleheader on the checkout page.

Version 1.0.5

NEW – Added support for using AUD as currency.

Version 1.0.4

FIX – Updated Stripe Library to 1.12.0

Version 1.0.3

NEW – Swedish translation.

FIX – Removed incorrect translations.

FIX – Stripe Payments does not show up on the Payment Log.

Version 1.0.2

FIX – Updated translation files.

Version 1.0.1

FIX – Bug with myCred 1.3.3.2 fixed.

Version 1.0

Initial release

11