From cbc7e205f78eee6fdb89eed18f225e4d00d57fd9 Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Sun, 13 Oct 2024 08:39:11 +1100 Subject: [PATCH] version and changelog --- CHANGELOG.txt | 4 ++++ package.json | 2 +- paid-memberships-pro.php | 4 ++-- readme.txt | 8 ++++++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c1fd9e626..9d7e262f9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,8 @@ == Changelog == += 3.2.2 - 2024-10-12 = +* ENHANCEMENT: Added screen reader text to identify an empty header row on levels table output. #3161 (@kimcoleman) +* BUG FIX: Fixed issue where some third party gateways were no longer cancelling subscriptions at the gateway when cancelled locally in WP/PMPro. If you were using a gateway that is not included with the core PMPro plugin, please double check all recent cancellations to make sure they were sync'd to your gateway. If not, you will have to cancel those subscriptions at the gateway manually. #3164 (@ideadude) + = 3.2.1 - 2024-10-08 = * ENHANCEMENT: Improved the print styles for frontend pages. #3158 (@kimcoleman) * BUG FIX: Fixed an issue where payments would not complete when Stripe 3DS was triggered. #3157 (@dparker1005) diff --git a/package.json b/package.json index c97f32981..d42e623e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paid-memberships-pro", - "version": "3.2.1", + "version": "3.2.2", "description": "WordPress Membership Plugin", "directories": { "test": "tests" diff --git a/paid-memberships-pro.php b/paid-memberships-pro.php index d4cdec37a..9c6595eb3 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: 3.2.1 + * Version: 3.2.2 * Author: Paid Memberships Pro * Author URI: https://www.paidmembershipspro.com * Text Domain: paid-memberships-pro @@ -16,7 +16,7 @@ */ // version constant -define( 'PMPRO_VERSION', '3.2.1' ); +define( 'PMPRO_VERSION', '3.2.2' ); 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 6443edf93..e12a64d8c 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: strangerstudios, kimannwall, andrewza, dlparker1005, paidmembershipspro Tags: memberships, member, community, user profile, user registration Requires at least: 5.2 -Tested up to: 6.6 +Tested up to: 6.6.2 Requires PHP: 5.6 -Stable tag: 3.2.1 +Stable tag: 3.2.2 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -216,6 +216,10 @@ Not sure? You can find out by doing a bit a research. 10. Advanced settings for updating non-member messages, optionally show excerpts or filter content, use reCAPTCHA, and a Terms of Service checkbox. == Changelog == += 3.2.2 - 2024-10-12 = +* ENHANCEMENT: Added screen reader text to identify an empty header row on levels table output. #3161 (@kimcoleman) +* BUG FIX: Fixed issue where some third party gateways were no longer cancelling subscriptions at the gateway when cancelled locally in WP/PMPro. If you were using a gateway that is not included with the core PMPro plugin, please double check all recent cancellations to make sure they were sync'd to your gateway. If not, you will have to cancel those subscriptions at the gateway manually. #3164 (@ideadude) + = 3.2.1 - 2024-10-08 = * ENHANCEMENT: Improved the print styles for frontend pages. #3158 (@kimcoleman) * BUG FIX: Fixed an issue where payments would not complete when Stripe 3DS was triggered. #3157 (@dparker1005)