diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ceb0659cb..3284aaccf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ == Changelog == -= 2.2.6 - 2020-02-19 += 2.2.6 - 2020-02-20 * SECURITY: Escaping the post title shown in the Terms of Service section of the checkout page. * BUG FIX: Fixed issue where the CVV/Security Code was not being passed to Authorize.net when using that gateway. * BUG FIX: Fixed issues with the update billing page when using Stripe. diff --git a/paid-memberships-pro.php b/paid-memberships-pro.php index 29505133a..735f72f44 100644 --- a/paid-memberships-pro.php +++ b/paid-memberships-pro.php @@ -3,7 +3,7 @@ * Plugin Name: Paid Memberships Pro * Plugin URI: https://www.paidmembershipspro.com * Description: The most complete member management and membership subscriptions plugin for WordPress. - * Version: 2.2.5 + * Version: 2.2.6 * Author: Stranger Studios * Author URI: https://www.strangerstudios.com * Text Domain: paid-memberships-pro @@ -16,7 +16,7 @@ */ // version constant -define( 'PMPRO_VERSION', '2.2.5' ); +define( 'PMPRO_VERSION', '2.2.6' ); define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() ); define( 'PMPRO_MIN_PHP_VERSION', '5.6' ); diff --git a/readme.txt b/readme.txt index bf1abab47..7829aa93e 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: strangerstudios Tags: membership, memberships, member, members, ecommerce, e-commerce, paypal, stripe, braintree, authorize.net, payflow, restrict access, restrict content, directory Requires at least: 4 Tested up to: 5.3.2 -Stable tag: 2.2.5 +Stable tag: 2.2.6 Get Paid with Paid Memberships Pro: The most complete member management and membership subscriptions plugin for your WordPress site. @@ -128,7 +128,7 @@ Not sure? You can find out by doing a bit a research. [View All Screenshots](http://www.paidmembershipspro.com/features/screenshots/) == Changelog == -= 2.2.6 - 2020-02-19 += 2.2.6 - 2020-02-20 * SECURITY: Escaping the post title shown in the Terms of Service section of the checkout page. * BUG FIX: Fixed issue where the CVV/Security Code was not being passed to Authorize.net when using that gateway. * BUG FIX: Fixed issues with the update billing page when using Stripe.