diff --git a/pmpro-approvals.php b/pmpro-approvals.php index 02f7adb..e018793 100644 --- a/pmpro-approvals.php +++ b/pmpro-approvals.php @@ -3,7 +3,7 @@ Plugin Name: Paid Memberships Pro - Approvals Add On Plugin URI: https://www.paidmembershipspro.com/add-ons/approval-process-membership/ Description: Grants administrators the ability to approve/deny memberships after signup. -Version: 1.6 +Version: 1.6.1 Author: Stranger Studios Author URI: https://www.paidmembershipspro.com Text Domain: pmpro-approvals diff --git a/readme.txt b/readme.txt index 1d80e97..8419ee6 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: strangerstudios, andrewza Tags: paid memberships pro, pmpro, approval, approvals, workflow Requires at least: 5.0 Tested up to: 6.6 -Stable tag: 1.6 +Stable tag: 1.6.1 Grants administrators the ability to approve/deny memberships after signup. @@ -36,6 +36,10 @@ Members pending approval will not have access to view members-only content until View full documentation at: https://www.paidmembershipspro.com/add-ons/approval-process-membership/ == Changelog == += 1.6.1 - 2024-09-19 = +* BUG FIX/ENHANCEMENT: Fixes conflict with Pay By Check if user fields are restricted by level. #190 (@dparker1005) +* BUG FIX: Fixed PHP warnings when the admin email address is not associated with a WordPress account. #188 (@dwanjuki) + = 1.6 - 2024-07-18 = * ENHANCEMENT: Updated the frontend UI for compatibility with PMPro v3.1. #186 (@dparker1005) * ENHANCEMENT: Added a new filter `pmpro_approvals_show_level_confirmation_message` to allow showing the level confirmation message within the approval confirmation message. #183 (@andrewlimaza)