From ea674004e4b1bf042d069fea87e8848b51335bbc Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Tue, 24 May 2022 02:17:52 +1000 Subject: [PATCH] changelog and version updates --- CHANGELOG.txt | 8 +++++++- paid-memberships-pro.php | 4 ++-- readme.txt | 12 +++++++++--- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 71b9439292..38c6cf5668 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,11 @@ == Changelog == -= 2.8.1 - 2022-05-20 = += 2.8.3 - 2022-05-23 = +* BUG FIX/ENHANCEMENT: Avoiding multiple DB queries related to license key checks when no license key is enabled. +* BUG FIX: Fixed issue where some PayPal subscriptions had an extra 1 year trial when set up. +* BUG FIX: Avoiding warnings about application fees when using Stripe legacy keys. +* REFACTOR: Refactored recent updates to the Divi compatibility code to avoid issues for users who might be running a similar gist. + += 2.8.2 - 2022-05-20 = * ENHANCEMENT: Now noting the chosen PMPro login page on the pages table in the dashboard. #2073 (@mircobabini) * ENHANCEMENT: Improved help text on the payment settings page when using Stripe legacy keys. Reminder to disconnect from Stripe if also using legacy keys. #2078 (@dparker1005) * BUG FIX/ENHANCEMENT: Fixed redirect issues that happened if the login page was trashed. #2077 (@andrewlimaza) diff --git a/paid-memberships-pro.php b/paid-memberships-pro.php index 13fc1577f6..efb36eb218 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.8.2 + * Version: 2.8.3 * Author: Paid Memberships Pro * Author URI: https://www.paidmembershipspro.com * Text Domain: paid-memberships-pro @@ -16,7 +16,7 @@ */ // version constant -define( 'PMPRO_VERSION', '2.8.2' ); +define( 'PMPRO_VERSION', '2.8.3' ); 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 9617c0a42f..9575f2eee8 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: strangerstudios, kimannwall, andrewza, dlparker1005, paidmembershipspro Tags: memberships, members, subscriptions, ecommerce, user registration, member, membership, e-commerce, paypal, stripe, braintree, authorize.net, payflow, restrict access, restrict content, directory Requires at least: 5.2 -Tested up to: 5.9.3 +Tested up to: 6.0 Requires PHP: 5.6 -Stable tag: 2.8.2 +Stable tag: 2.8.3 WordPress membership plugin: restrict content, accept member subscriptions with recurring payment. Includes user registration, login, & profile fields @@ -156,7 +156,13 @@ Not sure? You can find out by doing a bit a research. 9. Membership Account page, display all sections or show specific sections using shortcode attributes. == Changelog == -= 2.8.1 - 2022-05-20 = += 2.8.3 - 2022-05-23 = +* BUG FIX/ENHANCEMENT: Avoiding multiple DB queries related to license key checks when no license key is enabled. +* BUG FIX: Fixed issue where some PayPal subscriptions had an extra 1 year trial when set up. +* BUG FIX: Avoiding warnings about application fees when using Stripe legacy keys. +* REFACTOR: Refactored recent updates to the Divi compatibility code to avoid issues for users who might be running a similar gist. + += 2.8.2 - 2022-05-20 = * ENHANCEMENT: Now noting the chosen PMPro login page on the pages table in the dashboard. #2073 (@mircobabini) * ENHANCEMENT: Improved help text on the payment settings page when using Stripe legacy keys. Reminder to disconnect from Stripe if also using legacy keys. #2078 (@dparker1005) * BUG FIX/ENHANCEMENT: Fixed redirect issues that happened if the login page was trashed. #2077 (@andrewlimaza)