Version 2.3
------------------------------------------------------------
FIX - Stripe 3DSecure Cards issue

Version 2.2.9
------------------------------------------------------------
Tweak - Updated license system.

Version 2.2.8
------------------------------------------------------------
Tweak - Added compatibility for myCred 2.6

Version 2.2.7
------------------------------------------------------------
Improvement - Improve license system.

Version 2.2.6
------------------------------------------------------------
FIX - Stripe not working in mycred_buy_form shortcode.

Version 2.2.5
------------------------------------------------------------
Improvement - Improve license system.

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 – Stripe 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
------------------------------------------------------------
FIX - Checkout with stripe using buycred button.
NEW - NEW - Added support for myCRED 1.8.

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 honoured 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 successfull point purchases.

Version 2.0.3
------------------------------------------------------------
FIX - Get "Communication Error" when trying to cancel a subscription.

Version 2.0.2
------------------------------------------------------------
FIX - Point purchases trigger "undefined" error.

Version 2.0.1
------------------------------------------------------------
FIX - When deleting the plugin, the saved Stripe data should be deleted from the user meta table.
NEW - Added support for myCRED 1.7
NEW - Added support for switching to another subscription.
NEW - Added dedicated log in the admin area for subscription payouts.
UPDATE - Updated to latest version of the Stripe PHP Library adding support for PHP7.

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.11
------------------------------------------------------------
NEW - Updated Stripe library.
NEW - Updated plugin licensing script.
NEW - Updated translation files.
NEW - Added codex link to the mycred_my_stripe_cards shortcode.
TWEAK - Cleaned up code.

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 utalize 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 - Double header on 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 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.

Version 1.2
------------------------------------------------------------
Added support for myCRED 1.8 with backward compatibility.
Tested upto WordPress 5.0.3