From c41000df0688a0fca75acc00fac7f7b2c5e2e4e6 Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Sat, 4 Mar 2023 11:26:25 +1100 Subject: [PATCH] changelog and version --- CHANGELOG.txt | 3 +++ paid-memberships-pro.php | 4 ++-- readme.txt | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4879ecf4a..b3fe952fe 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,7 @@ == Changelog == += 2.10.3 - 2023-03-02 = +* BUG FIX: Fixed issue with alternative login methods that call the wp_failed_login hook with only 1 parameter. + = 2.10.2 - 2023-02-28 = * BUG FIX: Fixed issue where the "Site URL Changed" message would show up on sites where the site_url wasn't actually changed. We are now ignoring the scheme (http/https) when checking. * REFACTOR: Removed the pmpro_is_paused option and deprecated the pmpro_set_pause_mode() function. Now checking specifically for site_url changes in real time during admin_init. We no longer intend to expand on the "pause mode" concept or otherwise try to align with the WP_ENVIRONMENT_TYPE values. diff --git a/paid-memberships-pro.php b/paid-memberships-pro.php index 6e707a608..a4cf8ece0 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.10.2 + * Version: 2.10.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.10.2' ); +define( 'PMPRO_VERSION', '2.10.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 7696b3909..75d0a7235 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: memberships, members, subscriptions, ecommerce, user registration, member, Requires at least: 5.2 Tested up to: 6.2 Requires PHP: 5.6 -Stable tag: 2.10.2 +Stable tag: 2.10.3 WordPress membership plugin: restrict content, accept member subscriptions with recurring payment. Includes user registration, login, & profile fields @@ -156,6 +156,9 @@ 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.10.3 - 2023-03-02 = +* BUG FIX: Fixed issue with alternative login methods that call the wp_failed_login hook with only 1 parameter. + = 2.10.2 - 2023-02-28 = * BUG FIX: Fixed issue where the "Site URL Changed" message would show up on sites where the site_url wasn't actually changed. We are now ignoring the scheme (http/https) when checking. * REFACTOR: Removed the pmpro_is_paused option and deprecated the pmpro_set_pause_mode() function. Now checking specifically for site_url changes in real time during admin_init. We no longer intend to expand on the "pause mode" concept or otherwise try to align with the WP_ENVIRONMENT_TYPE values.