Skip to content

Releases: strangerstudios/paid-memberships-pro

3.0 - 2024-03-25

25 Mar 13:11
Compare
Choose a tag to compare
  • FEATURE: Now tracking payment subscriptions using a new subscriptions table. (@dparker1005)
  • FEATURE: The Multiple Memberships Per User Add On has been merged into the core PMPro plugin. #2250 (@dparker1005)
  • FEATURE: The Stripe Billing Limits Add On has been merged into the core PMPro plugin. All gateways now support billing limits. #2384 (@dparker1005)
  • FEATURE: The Cancel On Next Payment Date Add On has been merged into the core PMPro plugin. #2389 (@dparker1005)
  • FEATURE: Added a new Edit Member page for editing a user's membership information. #2657 (@kimcoleman, @ideadude, @dparker1005)
  • FEATURE: Added a "Admin Membership Access" setting to the toolbar to allow admins to choose whether they want to view the website with full membership access, no membership access, or with their current membership levels. #2541 (@andrewlimaza)
  • FEATURE: Added "content visibility" settings to all core WordPress blocks to allow restricting by membership level. #2680 (@MaximilianoRicoTabo)
  • FEATURE: Added the Single Membership Level block to display information about a specific membership level. #2654 (@JarrydLong, @kimcoleman)
  • ENHANCEMENT: Added a script that will run on upgrade to change all cancelled orders to success so that we can remove cancelled status. #2025 (@dparker1005)
  • ENHANCEMENT: Moving the "Require Membership" settings in the block editor to a new block editor panel. #2445 (@dparker1005)
  • ENHANCEMENT: Added a setting for customizing the word "Check" when collecting offline payments. #2655 (@MaximilianoRicoTabo)
  • ENHANCEMENT: Now prefixing the level and discount code URL parameters at checkout. #2506 (@dparker1005)
  • ENHANCEMENT: Overhauled UI across administrative screens. #2667 (@kimcoleman)
  • ENHANCEMENT: Updated front-end pages and pre-headers. (@kimcoleman, @dparker1005)
  • ENHANCEMENT: Now setting collate when creating database tables. #2566 (@dparker1005)
  • ENHANCEMENT: Adding a $name parameter to the pmpro_user_taxonomy_args filter. #2456 (@mircobabini)
  • ENHANCEMENT: Now sending payment descriptions to Stripe when users pay via Stripe Checkout. #2744 (@dparker1005)
  • ENHANCEMENT: Added the pmpro_get_membership_expiration_text() function to replace the various ways we were getting the expiration text for the Members List table and when showing levels on the account page. Includes a pmpro_membership_expiration_text filter that is meant to replace the pmpro_memberslist_expires_column and pmpro_account_membership_expiration_text filters. The old filters are still applied if in place, but will be deprecated eventually. #2838 (@ideadude, @dparker1005)
  • ENHANCEMENT: Now hiding on-PMPro notices on the PMPro dashboard pages. #2797 (@ideadude)
  • ENHANCEMENT: Added Screen Options for the orders and discount code list tables. #2799 (@dparker1005)
  • ENHANCEMENT: Now showing links and previews when viewing file fields as read only. #2792 (@ideadude)
  • ENHANCEMENT: Now passing the $item object to the pmpro_manage_memberslist_custom_column so that custom code knows which specific level is being shown for the user. #2857 (@dparker1005)
  • ENHANCEMENT: You can now set block visibility for nested blocks. #2869 (@kimcoleman)
  • ENHANCEMENT: Added pmpro_braintree_subscription_create_array filter. #2890 (@dparker1005)
  • ENHANCEMENT: Added subscription transaction ID and next payment date to members list export. #2872 (@kimcoleman)
  • BUG FIX/ENHANCEMENT: Now storing payment information in individual orders instead of in user meta. #2398 (@JarrydLong)
  • BUG FIX/ENHANCENENT: Now showing "Credit Card" instead of "Pay With Credit Card" on the Update Billing page when using the Stripe payment request button. #2684 (jahidhasan018)
  • BUG FIX/ENHANCEMENT: Now preventing multiple user field groups with the same name from being created. #2625 (@MaximilianoRicoTabo)
  • BUG FIX/ENHANCEMENT: Now only calculating order tax and total when creating a new order. #2703 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Defaulting tax on MemberOrders to a float for consistency and to avoid potential edge cases. #2656 (@mircobabini)
  • BUG FIX/ENHANCEMENT: Updated our "Lost Password"/"Reset Password" flow to track whether a password reset was initiated by Paid Memberships Pro. If not, some functions related to password reset will be disabled to avoid conflicting with other plugins. #2595 (@andrewlimaza)
  • BUG FIX/ENHANCEMENT: Now using pmpro_cancelMembershipLevel() when processing an expiration. #2762 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Now caching the recent members and orders dashboard reports. #2850 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Fixed caching of sales reports that were 0 values. #2851 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Allowing dynamic properties in gateway and field classes to avoid PHP 8.2+ warnings. #2844 (@dparker1005)
  • BUG FIX/ENHANCEMENT: No longer attempting to load our blocks if the register_block_type function is unavailable. (ClassicPress compatibility.) #2840 (@MaximilianoRicoTabo)
  • BUG FIX/ENHANCEMENT: Adjusted the dashboard UI to hide some elements when the current user doesn't have the proper caps to use them. #2771 (@kimcoleman)
  • BUG FIX/ENHANCEMENT: No longer making the AJAX call to check for notifications if notifications are turned off. #2856 (@mircobabini)
  • BUG FIX/ENHANCEMENT: Adding nonce to email order modal and prefixing params. #2864 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Adding nonce to checkout form. #2893 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Small fixes for theme compatibility in Kadence, BuddyBoss. #2894 (@kimcoleman)
  • BUG FIX: Fixed an issue in the WordPress dashboard where the site locale would be loaded instead of the user locale. #2707 (@andrewlimaza)
  • BUG FIX: Fixed an issue where admin_only user fields would still show on the frontend profile if the current user was an administrator. #2432 (@dparker1005)
  • BUG FIX: Fixed an issue where the annual membership report would not show cancellations. #2630 (@MaximilianoRicoTabo)
  • BUG FIX: Fixed an incorrect class name in the profile edit fields. #2632 (@patric-boehner)
  • BUG FIX: Fixed issue where invalid dates were breaking SQL queries in the members export and sales reports. #2835 (@dparker1005)
  • BUG FIX: Fixed issue where clicking outside of a modal popup was not closing the popup. #2776 (@mircobabini)
  • BUG FIX: Fixed an issue where reCAPTCHA v3 wouldn't show the badge for offsite gateways. #2826 (@andrewlimaza)
  • BUG FIX: Fixed an issue where reCAPTCHA v3 wouldn't show the badge for gateways that use a custom submit button at checkout. #2867 (@dparker1005)
  • BUG FIX: Fixed edge case issues when blocks were set to hide from multiple levels. #2884 (@dparker1005)
  • BUG FIX: Fixed "WordPress database error Index column size too large." issues on some MySQL setups. #2876 (@dparker1005)
  • REFACTOR: Updated how we enqueue blocks to follow most recent WordPress standards. #2647 (@briansantos10)
  • REFACTOR: Removed deprecated and unused code in the Stripe gateway integration code. #2428 (@dparker1005)
  • REFACTOR: Changing uses of pmpro_getOption() to get_option(). #2491, #2493, #2494, #2495 (@JarrydLong, @MaximilianoRicoTabo)
  • REFACTOR: The pmpro_edit_memberships capability has been replaced with the pmpro_edit_members capability. This cap is required to edit members in the dashboard or through the API.
  • REFACTOR: Replaced deprecated jQuery shorthands with generic handler and trigger. #2859 (@mircobabini)
  • DEPRECATED: No longer using $pmpro_levels global variable. #2666 (@dparker1005)
  • DEPRECATED: Marked the following hooks as deprecated: pmpro_admin_pagesetting_post_type_array (replaced by pmpro_admin_pagesetting_post_type), pmpro_stripe_subscription_deleted, pmpro_subscription_cancelled. #2819 (@dparker1005)
  • DEPRECATED: Removed the following functions which were previously marked deprecated: pmpro_set_pause_mode(), pmpro_cron_trial_ending_warnings(). #2818 (@dparker1005)
  • DEPRECATED: No longer showing "billing address" user meta fields in the Members List table or the Members CSV export. #2873 (@dparker1005)
  • DEPRECATED: The checkout_levels API endpoint has been marked as deprecated. Please use the checkout_level (no s) endpoint instead. #2879 (@dparker1005)

3.0-rc.4 - 2024-03-21

22 Mar 01:16
Compare
Choose a tag to compare
3.0-rc.4 - 2024-03-21 Pre-release
Pre-release
  • FEATURE: Now tracking payment subscriptions using a new subscriptions table. (@dparker1005)
  • FEATURE: The Multiple Memberships Per User Add On has been merged into the core PMPro plugin. #2250 (@dparker1005)
  • FEATURE: The Stripe Billing Limits Add On has been merged into the core PMPro plugin. All gateways now support billing limits. #2384 (@dparker1005)
  • FEATURE: The Cancel On Next Payment Date Add On has been merged into the core PMPro plugin. #2389 (@dparker1005)
  • FEATURE: Added a new Edit Member page for editing a user's membership information. #2657 (@kimcoleman, @ideadude, @dparker1005)
  • FEATURE: Added a "Admin Membership Access" setting to the toolbar to allow admins to choose whether they want to view the website with full membership access, no membership access, or with their current membership levels. #2541 (@andrewlimaza)
  • FEATURE: Added "content visibility" settings to all core WordPress blocks to allow restricting by membership level. #2680 (@MaximilianoRicoTabo)
  • FEATURE: Added the Single Membership Level block to display information about a specific membership level. #2654 (@JarrydLong, @kimcoleman)
  • ENHANCEMENT: Added a script that will run on upgrade to change all cancelled orders to success so that we can remove cancelled status. #2025 (@dparker1005)
  • ENHANCEMENT: Moving the "Require Membership" settings in the block editor to a new block editor panel. #2445 (@dparker1005)
  • ENHANCEMENT: Added a setting for customizing the word "Check" when collecting offline payments. #2655 (@MaximilianoRicoTabo)
  • ENHANCEMENT: Now prefixing the level and discount code URL parameters at checkout. #2506 (@dparker1005)
  • ENHANCEMENT: Overhauled UI across administrative screens. #2667 (@kimcoleman)
  • ENHANCEMENT: Updated front-end pages and pre-headers. (@kimcoleman, @dparker1005)
  • ENHANCEMENT: Now setting collate when creating database tables. #2566 (@dparker1005)
  • ENHANCEMENT: Adding a $name parameter to the pmpro_user_taxonomy_args filter. #2456 (@mircobabini)
  • ENHANCEMENT: Now sending payment descriptions to Stripe when users pay via Stripe Checkout. #2744 (@dparker1005)
  • ENHANCEMENT: Added the pmpro_get_membership_expiration_text() function to replace the various ways we were getting the expiration text for the Members List table and when showing levels on the account page. Includes a pmpro_membership_expiration_text filter that is meant to replace the pmpro_memberslist_expires_column and pmpro_account_membership_expiration_text filters. The old filters are still applied if in place, but will be deprecated eventually. #2838 (@ideadude, @dparker1005)
  • ENHANCEMENT: Now hiding on-PMPro notices on the PMPro dashboard pages. #2797 (@ideadude)
  • ENHANCEMENT: Added Screen Options for the orders and discount code list tables. #2799 (@dparker1005)
  • ENHANCEMENT: Now showing links and previews when viewing file fields as read only. #2792 (@ideadude)
  • ENHANCEMENT: Now passing the $item object to the pmpro_manage_memberslist_custom_column so that custom code knows which specific level is being shown for the user. #2857 (@dparker1005)
  • ENHANCEMENT: You can now set block visibility for nested blocks. #2869 (@kimcoleman)
  • ENHANCEMENT: Added pmpro_braintree_subscription_create_array filter. #2890 (@dparker1005)
  • ENHANCEMENT: Added subscription transaction ID and next payment date to members list export. #2872 (@kimcoleman)
  • BUG FIX/ENHANCEMENT: Now storing payment information in individual orders instead of in user meta. #2398 (@JarrydLong)
  • BUG FIX/ENHANCENENT: Now showing "Credit Card" instead of "Pay With Credit Card" on the Update Billing page when using the Stripe payment request button. #2684 (jahidhasan018)
  • BUG FIX/ENHANCEMENT: Now preventing multiple user field groups with the same name from being created. #2625 (@MaximilianoRicoTabo)
  • BUG FIX/ENHANCEMENT: Now only calculating order tax and total when creating a new order. #2703 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Defaulting tax on MemberOrders to a float for consistency and to avoid potential edge cases. #2656 (@mircobabini)
  • BUG FIX/ENHANCEMENT: Updated our "Lost Password"/"Reset Password" flow to track whether a password reset was initiated by Paid Memberships Pro. If not, some functions related to password reset will be disabled to avoid conflicting with other plugins. #2595 (@andrewlimaza)
  • BUG FIX/ENHANCEMENT: Now using pmpro_cancelMembershipLevel() when processing an expiration. #2762 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Now caching the recent members and orders dashboard reports. #2850 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Fixed caching of sales reports that were 0 values. #2851 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Allowing dynamic properties in gateway and field classes to avoid PHP 8.2+ warnings. #2844 (@dparker1005)
  • BUG FIX/ENHANCEMENT: No longer attempting to load our blocks if the register_block_type function is unavailable. (ClassicPress compatibility.) #2840 (@MaximilianoRicoTabo)
  • BUG FIX/ENHANCEMENT: Adjusted the dashboard UI to hide some elements when the current user doesn't have the proper caps to use them. #2771 (@kimcoleman)
  • BUG FIX/ENHANCEMENT: No longer making the AJAX call to check for notifications if notifications are turned off. #2856 (@mircobabini)
  • BUG FIX/ENHANCEMENT: Adding nonce to email order modal and prefixing params. #2864 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Adding nonce to checkout form. #2893 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Small fixes for theme compatibility in Kadence, BuddyBoss. #2894 (@kimcoleman)
  • BUG FIX: Fixed an issue in the WordPress dashboard where the site locale would be loaded instead of the user locale. #2707 (@andrewlimaza)
  • BUG FIX: Fixed an issue where admin_only user fields would still show on the frontend profile if the current user was an administrator. #2432 (@dparker1005)
  • BUG FIX: Fixed an issue where the annual membership report would not show cancellations. #2630 (@MaximilianoRicoTabo)
  • BUG FIX: Fixed an incorrect class name in the profile edit fields. #2632 (@patric-boehner)
  • BUG FIX: Fixed issue where invalid dates were breaking SQL queries in the members export and sales reports. #2835 (@dparker1005)
  • BUG FIX: Fixed issue where clicking outside of a modal popup was not closing the popup. #2776 (@mircobabini)
  • BUG FIX: Fixed an issue where reCAPTCHA v3 wouldn't show the badge for offsite gateways. #2826 (@andrewlimaza)
  • BUG FIX: Fixed an issue where reCAPTCHA v3 wouldn't show the badge for gateways that use a custom submit button at checkout. #2867 (@dparker1005)
  • BUG FIX: Fixed edge case issues when blocks were set to hide from multiple levels. #2884 (@dparker1005)
  • BUG FIX: Fixed "WordPress database error Index column size too large." issues on some MySQL setups. #2876 (@dparker1005)
  • REFACTOR: Updated how we enqueue blocks to follow most recent WordPress standards. #2647 (@briansantos10)
  • REFACTOR: Removed deprecated and unused code in the Stripe gateway integration code. #2428 (@dparker1005)
  • REFACTOR: Changing uses of pmpro_getOption() to get_option(). #2491, #2493, #2494, #2495 (@JarrydLong, @MaximilianoRicoTabo)
  • REFACTOR: The pmpro_edit_memberships capability has been replaced with the pmpro_edit_members capability. This cap is required to edit members in the dashboard or through the API.
  • REFACTOR: Replaced deprecated jQuery shorthands with generic handler and trigger. #2859 (@mircobabini)
  • DEPRECATED: No longer using $pmpro_levels global variable. #2666 (@dparker1005)
  • DEPRECATED: Marked the following hooks as deprecated: pmpro_admin_pagesetting_post_type_array (replaced by pmpro_admin_pagesetting_post_type), pmpro_stripe_subscription_deleted, pmpro_subscription_cancelled. #2819 (@dparker1005)
  • DEPRECATED: Removed the following functions which were previously marked deprecated: pmpro_set_pause_mode(), pmpro_cron_trial_ending_warnings(). #2818 (@dparker1005)
  • DEPRECATED: No longer showing "billing address" user meta fields in the Members List table or the Members CSV export. #2873 (@dparker1005)
  • DEPRECATED: The checkout_levels API endpoint has been marked as deprecated. Please use the checkout_level (no s) endpoint instead. #2879 (@dparker1005)

3.0-rc.3 - 2024-03-01

01 Mar 20:13
Compare
Choose a tag to compare
3.0-rc.3 - 2024-03-01 Pre-release
Pre-release
  • FEATURE: Now tracking payment subscriptions using a new subscriptions table. (@dparker1005)
  • FEATURE: The Multiple Memberships Per User Add On has been merged into the core PMPro plugin. #2250 (@dparker1005)
  • FEATURE: The Stripe Billing Limits Add On has been merged into the core PMPro plugin. All gateways now support billing limits. #2384 (@dparker1005)
  • FEATURE: The Cancel On Next Payment Date Add On has been merged into the core PMPro plugin. #2389 (@dparker1005)
  • FEATURE: Added a new Edit Member page for editing a user's membership information. #2657 (@kimcoleman, @ideadude, @dparker1005)
  • FEATURE: Added a "Admin Membership Access" setting to the toolbar to allow admins to choose whether they want to view the website with full membership access, no membership access, or with their current membership levels. #2541 (@andrewlimaza)
  • FEATURE: Added "content visibility" settings to all core WordPress blocks to allow restricting by membership level. #2680 (@MaximilianoRicoTabo)
  • FEATURE: Added the Single Membership Level block to display information about a specific membership level. #2654 (@JarrydLong, @kimcoleman)
  • ENHANCEMENT: Added a script that will run on upgrade to change all cancelled orders to success so that we can remove cancelled status. #2025 (@dparker1005)
  • ENHANCEMENT: Moving the "Require Membership" settings in the block editor to a new block editor panel. #2445 (@dparker1005)
  • ENHANCEMENT: Added a setting for customizing the word "Check" when collecting offline payments. #2655 (@MaximilianoRicoTabo)
  • ENHANCEMENT: Now prefixing the level and discount code URL parameters at checkout. #2506 (@dparker1005)
  • ENHANCEMENT: Overhauled UI across administrative screens. #2667 (@kimcoleman)
  • ENHANCEMENT: Updated front-end pages and pre-headers. (@kimcoleman, @dparker1005)
  • ENHANCEMENT: Now setting collate when creating database tables. #2566 (@dparker1005)
  • ENHANCEMENT: Adding a $name parameter to the pmpro_user_taxonomy_args filter. #2456 (@mircobabini)
  • ENHANCEMENT: Now sending payment descriptions to Stripe when users pay via Stripe Checkout. #2744 (@dparker1005)
  • ENHANCEMENT: Added the pmpro_get_membership_expiration_text() function to replace the various ways we were getting the expiration text for the Members List table and when showing levels on the account page. Includes a pmpro_membership_expiration_text filter that is meant to replace the pmpro_memberslist_expires_column and pmpro_account_membership_expiration_text filters. The old filters are still applied if in place, but will be deprecated eventually. #2838 (@ideadude, @dparker1005)
  • ENHANCEMENT: Now hiding on-PMPro notices on the PMPro dashboard pages. #2797 (@ideadude)
  • ENHANCEMENT: Added Screen Options for the orders and discount code list tables. #2799 (@dparker1005)
  • ENHANCEMENT: Now showing links and previews when viewing file fields as read only. #2792 (@ideadude)
  • ENHANCEMENT: Now passing the $item object to the pmpro_manage_memberslist_custom_column so that custom code knows which specific level is being shown for the user. #2857 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Now storing payment information in individual orders instead of in user meta. #2398 (@JarrydLong)
  • BUG FIX/ENHANCENENT: Now showing "Credit Card" instead of "Pay With Credit Card" on the Update Billing page when using the Stripe payment request button. #2684 (jahidhasan018)
  • BUG FIX/ENHANCEMENT: Now preventing multiple user field groups with the same name from being created. #2625 (@MaximilianoRicoTabo)
  • BUG FIX/ENHANCEMENT: Now only calculating order tax and total when creating a new order. #2703 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Defaulting tax on MemberOrders to a float for consistency and to avoid potential edge cases. #2656 (@mircobabini)
  • BUG FIX/ENHANCEMENT: Updated our "Lost Password"/"Reset Password" flow to track whether a password reset was initiated by Paid Memberships Pro. If not, some functions related to password reset will be disabled to avoid conflicting with other plugins. #2595 (@andrewlimaza)
  • BUG FIX/ENHANCEMENT: Now using pmpro_cancelMembershipLevel() when processing an expiration. #2762 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Now caching the recent members and orders dashboard reports. #2850 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Fixed caching of sales reports that were 0 values. #2851 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Allowing dynamic properties in gateway and field classes to avoid PHP 8.2+ warnings. #2844 (@dparker1005)
  • BUG FIX/ENHANCEMENT: No longer attempting to load our blocks if the register_block_type function is unavailable. (ClassicPress compatibility.) #2840 (@MaximilianoRicoTabo)
  • BUG FIX/ENHANCEMENT: Adjusted the dashboard UI to hide some elements when the current user doesn't have the proper caps to use them. #2771 (@kimcoleman)
  • BUG FIX/ENHANCEMENT: No longer making the AJAX call to check for notifications if notifications are turned off. #2856 (@mircobabini)
  • BUG FIX: Fixed an issue in the WordPress dashboard where the site locale would be loaded instead of the user locale. #2707 (@andrewlimaza)
  • BUG FIX: Fixed an issue where admin_only user fields would still show on the frontend profile if the current user was an administrator. #2432 (@dparker1005)
  • BUG FIX: Fixed an issue where the annual membership report would not show cancellations. #2630 (@MaximilianoRicoTabo)
  • BUG FIX: Fixed an incorrect class name in the profile edit fields. #2632 (@patric-boehner)
  • BUG FIX: Fixed issue where invalid dates were breaking SQL queries in the members export and sales reports. #2835 (@dparker1005)
  • BUG FIX: Fixed issue where clicking outside of a modal popup was not closing the popup. #2776 (@mircobabini)
  • BUG FIX: Fixed an issue where reCAPTCHA v3 wouldn't show the badge for offsite gateways. #2826 (@andrewlimaza)
  • BUG FIX: Fixed an issue where reCAPTCHA v3 wouldn't show the badge for gateways that use a custom submit button at checkout. #2867 (@dparker1005)
  • REFACTOR: Updated how we enqueue blocks to follow most recent WordPress standards. #2647 (@briansantos10)
  • REFACTOR: Removed deprecated and unused code in the Stripe gateway integration code. #2428 (@dparker1005)
  • REFACTOR: Changing uses of pmpro_getOption() to get_option(). #2491, #2493, #2494, #2495 (@JarrydLong, @MaximilianoRicoTabo)
  • REFACTOR: The pmpro_edit_memberships capability has been replaced with the pmpro_edit_members capability. This cap is required to edit members in the dashboard or through the API.
  • REFACTOR: Replaced deprecated jQuery shorthands with generic handler and trigger. #2859 (@mircobabini)
  • DEPRECATED: No longer using $pmpro_levels global variable. #2666 (@dparker1005)
  • DEPRECATED: Marked the following hooks as deprecated: pmpro_admin_pagesetting_post_type_array (replaced by pmpro_admin_pagesetting_post_type), pmpro_stripe_subscription_deleted, pmpro_subscription_cancelled. #2819 (@dparker1005)
  • DEPRECATED: Removed the following functions which were previously marked deprecated: pmpro_set_pause_mode(), pmpro_cron_trial_ending_warnings(). #2818 (@dparker1005)
  • DEPRECATED: No longer showing "billing address" user meta fields in the Members List table or the Members CSV export. #2873 (@dparker1005)
  • DEPRECATED: The checkout_levels API endpoint has been marked as deprecated. Please use the checkout_level (no s) endpoint instead. #2879 (@dparker1005)

3.0-rc.2 - 2024-02-28

28 Feb 18:15
Compare
Choose a tag to compare
3.0-rc.2 - 2024-02-28 Pre-release
Pre-release
  • FEATURE: Now tracking payment subscriptions using a new subscriptions table. (@dparker1005)
  • FEATURE: The Multiple Memberships Per User Add On has been merged into the core PMPro plugin. #2250 (@dparker1005)
  • FEATURE: The Stripe Billing Limits Add On has been merged into the core PMPro plugin. All gateways now support billing limits. #2384 (@dparker1005)
  • FEATURE: The Cancel On Next Payment Date Add On has been merged into the core PMPro plugin. #2389 (@dparker1005)
  • FEATURE: Added a new Edit Member page for editing a user's membership information. #2657 (@kimcoleman, @ideadude, @dparker1005)
  • FEATURE: Added a "Admin Membership Access" setting to the toolbar to allow admins to choose whether they want to view the website with full membership access, no membership access, or with their current membership levels. #2541 (@andrewlimaza)
  • FEATURE: Added "content visibility" settings to all core WordPress blocks to allow restricting by membership level. #2680 (@MaximilianoRicoTabo)
  • FEATURE: Added the Single Membership Level block to display information about a specific membership level. #2654 (@JarrydLong, @kimcoleman)
  • ENHANCEMENT: Added a script that will run on upgrade to change all cancelled orders to success so that we can remove cancelled status. #2025 (@dparker1005)
  • ENHANCEMENT: Moving the "Require Membership" settings in the block editor to a new block editor panel. #2445 (@dparker1005)
  • ENHANCEMENT: Added a setting for customizing the word "Check" when collecting offline payments. #2655 (@MaximilianoRicoTabo)
  • ENHANCEMENT: Now prefixing the level and discount code URL parameters at checkout. #2506 (@dparker1005)
  • ENHANCEMENT: Overhauled UI across administrative screens. #2667 (@kimcoleman)
  • ENHANCEMENT: Updated front-end pages and pre-headers. (@kimcoleman, @dparker1005)
  • ENHANCEMENT: Now setting collate when creating database tables. #2566 (@dparker1005)
  • ENHANCEMENT: Adding a $name parameter to the pmpro_user_taxonomy_args filter. #2456 (@mircobabini)
  • ENHANCEMENT: Now sending payment descriptions to Stripe when users pay via Stripe Checkout. #2744 (@dparker1005)
  • ENHANCEMENT: Added the pmpro_get_membership_expiration_text() function to replace the various ways we were getting the expiration text for the Members List table and when showing levels on the account page. Includes a pmpro_membership_expiration_text filter that is meant to replace the pmpro_memberslist_expires_column and pmpro_account_membership_expiration_text filters. The old filters are still applied if in place, but will be deprecated eventually. #2838 (@ideadude, @dparker1005)
  • ENHANCEMENT: Now hiding on-PMPro notices on the PMPro dashboard pages. #2797 (@ideadude)
  • ENHANCEMENT: Added Screen Options for the orders and discount code list tables. #2799 (@dparker1005)
  • ENHANCEMENT: Now showing links and previews when viewing file fields as read only. #2792 (@ideadude)
  • ENHANCEMENT: Now passing the $item object to the pmpro_manage_memberslist_custom_column so that custom code knows which specific level is being shown for the user. #2857 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Now storing payment information in individual orders instead of in user meta. #2398 (@JarrydLong)
  • BUG FIX/ENHANCENENT: Now showing "Credit Card" instead of "Pay With Credit Card" on the Update Billing page when using the Stripe payment request button. #2684 (jahidhasan018)
  • BUG FIX/ENHANCEMENT: Now preventing multiple user field groups with the same name from being created. #2625 (@MaximilianoRicoTabo)
  • BUG FIX/ENHANCEMENT: Now only calculating order tax and total when creating a new order. #2703 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Defaulting tax on MemberOrders to a float for consistency and to avoid potential edge cases. #2656 (@mircobabini)
  • BUG FIX/ENHANCEMENT: Updated our "Lost Password"/"Reset Password" flow to track whether a password reset was initiated by Paid Memberships Pro. If not, some functions related to password reset will be disabled to avoid conflicting with other plugins. #2595 (@andrewlimaza)
  • BUG FIX/ENHANCEMENT: Now using pmpro_cancelMembershipLevel() when processing an expiration. #2762 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Now caching the recent members and orders dashboard reports. #2850 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Fixed caching of sales reports that were 0 values. #2851 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Allowing dynamic properties in gateway and field classes to avoid PHP 8.2+ warnings. #2844 (@dparker1005)
  • BUG FIX/ENHANCEMENT: No longer attempting to load our blocks if the register_block_type function is unavailable. (ClassicPress compatibility.) #2840 (@MaximilianoRicoTabo)
  • BUG FIX/ENHANCEMENT: Adjusted the dashboard UI to hide some elements when the current user doesn't have the proper caps to use them. #2771 (@kimcoleman)
  • BUG FIX/ENHANCEMENT: No longer making the AJAX call to check for notifications if notifications are turned off. #2856 (@mircobabini)
  • BUG FIX: Fixed an issue in the WordPress dashboard where the site locale would be loaded instead of the user locale. #2707 (@andrewlimaza)
  • BUG FIX: Fixed an issue where admin_only user fields would still show on the frontend profile if the current user was an administrator. #2432 (@dparker1005)
  • BUG FIX: Fixed an issue where the annual membership report would not show cancellations. #2630 (@MaximilianoRicoTabo)
  • BUG FIX: Fixed an incorrect class name in the profile edit fields. #2632 (@patric-boehner)
  • BUG FIX: Fixed issue where invalid dates were breaking SQL queries in the members export and sales reports. #2835 (@dparker1005)
  • BUG FIX: Fixed issue where clicking outside of a modal popup was not closing the popup. #2776 (@mircobabini)
  • BUG FIX: Fixed an issue where reCAPTCHA v3 wouldn't show the badge for offsite gateways. #2826 (@andrewlimaza)
  • BUG FIX: Fixed an issue where reCAPTCHA v3 wouldn't show the badge for gateways that use a custom submit button at checkout. #2867 (@dparker1005)
  • REFACTOR: Updated how we enqueue blocks to follow most recent WordPress standards. #2647 (@briansantos10)
  • REFACTOR: Removed deprecated and unused code in the Stripe gateway integration code. #2428 (@dparker1005)
  • REFACTOR: Changing uses of pmpro_getOption() to get_option(). #2491, #2493, #2494, #2495 (@JarrydLong, @MaximilianoRicoTabo)
  • REFACTOR: The pmpro_edit_memberships capability has been replaced with the pmpro_edit_members capability. This cap is required to edit members in the dashboard or through the API.
  • REFACTOR: Replaced deprecated jQuery shorthands with generic handler and trigger. #2859 (@mircobabini)
  • DEPRECATED: No longer using $pmpro_levels global variable. #2666 (@dparker1005)
  • DEPRECATED: Marked the following hooks as deprecated: pmpro_admin_pagesetting_post_type_array (replaced by pmpro_admin_pagesetting_post_type), pmpro_stripe_subscription_deleted, pmpro_subscription_cancelled. #2819 (@dparker1005)
  • DEPRECATED: Removed the following functions which were previously marked deprecated: pmpro_set_pause_mode(), pmpro_cron_trial_ending_warnings(). #2818 (@dparker1005)
  • DEPRECATED: No longer showing "billing address" user meta fields in the Members List table or the Members CSV export. #2873 (@dparker1005)

3.0-rc.1 - 2024-02-21

22 Feb 13:52
Compare
Choose a tag to compare
3.0-rc.1 - 2024-02-21 Pre-release
Pre-release
  • FEATURE: Now tracking payment subscriptions using a new subscriptions table. (@dparker1005)
  • FEATURE: The Multiple Memberships Per User Add On has been merged into the core PMPro plugin. #2250 (@dparker1005)
  • FEATURE: The Stripe Billing Limits Add On has been merged into the core PMPro plugin. All gateways now support billing limits. #2384 (@dparker1005)
  • FEATURE: The Cancel On Next Payment Date Add On has been merged into the core PMPro plugin. #2389 (@dparker1005)
  • FEATURE: Added a new Edit Member page for editing a user's membership information. #2657 (@kimcoleman, @ideadude, @dparker1005)
  • FEATURE: Added a "Admin Membership Access" setting to the toolbar to allow admins to choose whether they want to view the website with full membership access, no membership access, or with their current membership levels. #2541 (@andrewlimaza)
  • FEATURE: Added "content visibility" settings to all core WordPress blocks to allow restricting by membership level. #2680 (@MaximilianoRicoTabo)
  • FEATURE: Added the Single Membership Level block to display information about a specific membership level. #2654 (@JarrydLong, @kimcoleman)
  • ENHANCEMENT: Added a script that will run on upgrade to change all cancelled orders to success so that we can remove cancelled status. #2025 (@dparker1005)
  • ENHANCEMENT: Moving the "Require Membership" settings in the block editor to a new block editor panel. #2445 (@dparker1005)
  • ENHANCEMENT: Added a setting for customizing the word "Check" when collecting offline payments. #2655 (@MaximilianoRicoTabo)
  • ENHANCEMENT: Now prefixing the level and discount code URL parameters at checkout. #2506 (@dparker1005)
  • ENHANCEMENT: Overhauled UI across administrative screens. #2667 (@kimcoleman)
  • ENHANCEMENT: Updated front-end pages and pre-headers. (@kimcoleman, @dparker1005)
  • ENHANCEMENT: Now setting collate when creating database tables. #2566 (@dparker1005)
  • ENHANCEMENT: Adding a $name parameter to the pmpro_user_taxonomy_args filter. #2456 (@mircobabini)
  • ENHANCEMENT: Now sending payment descriptions to Stripe when users pay via Stripe Checkout. #2744 (@dparker1005)
  • ENHANCEMENT: Added the pmpro_get_membership_expiration_text() function to replace the various ways we were getting the expiration text for the Members List table and when showing levels on the account page. Includes a pmpro_membership_expiration_text filter that is meant to replace the pmpro_memberslist_expires_column and pmpro_account_membership_expiration_text filters. The old filters are still applied if in place, but will be deprecated eventually. #2838 (@ideadude, @dparker1005)
  • ENHANCEMENT: Now hiding on-PMPro notices on the PMPro dashboard pages. #2797 (@ideadude)
  • ENHANCEMENT: Added Screen Options for the orders and discount code list tables. #2799 (@dparker1005)
  • ENHANCEMENT: Now showing links and previews when viewing file fields as read only. #2792 (@ideadude)
  • BUG FIX/ENHANCEMENT: Now storing payment information in individual orders instead of in user meta. #2398 (@JarrydLong)
  • BUG FIX/ENHANCENENT: Now showing "Credit Card" instead of "Pay With Credit Card" on the Update Billing page when using the Stripe payment request button. #2684 (jahidhasan018)
  • BUG FIX/ENHANCEMENT: Now preventing multiple user field groups with the same name from being created. #2625 (@MaximilianoRicoTabo)
  • BUG FIX/ENHANCEMENT: Now only calculating order tax and total when creating a new order. #2703 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Defaulting tax on MemberOrders to a float for consistency and to avoid potential edge cases. #2656 (@mircobabini)
  • BUG FIX/ENHANCEMENT: Updated our "Lost Password"/"Reset Password" flow to track whether a password reset was initiated by Paid Memberships Pro. If not, some functions related to password reset will be disabled to avoid conflicting with other plugins. #2595 (@andrewlimaza)
  • BUG FIX/ENHANCEMENT: Now using pmpro_cancelMembershipLevel() when processing an expiration. #2762 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Now caching the recent members and orders dashboard reports. #2850 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Fixed caching of sales reports that were 0 values. #2851 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Allowing dynamic properties in gateway and field classes to avoid PHP 8.2+ warnings. #2844 (@dparker1005)
  • BUG FIX/ENHANCEMENT: No longer attempting to load our blocks if the register_block_type function is unavailable. (ClassicPress compatibility.) #2840 (@MaximilianoRicoTabo)
  • BUG FIX/ENHANCEMENT: Adjusted the dashboard UI to hide some elements when the current user doesn't have the proper caps to use them. #2771 (@kimcoleman)
  • BUG FIX/ENHANCEMENT: No longer making the AJAX call to check for notifications if notifications are turned off. #2856 (@mircobabini)
  • BUG FIX: Fixed an issue in the WordPress dashboard where the site locale would be loaded instead of the user locale. #2707 (@andrewlimaza)
  • BUG FIX: Fixed an issue where admin_only user fields would still show on the frontend profile if the current user was an administrator. #2432 (@dparker1005)
  • BUG FIX: Fixed an issue where the annual membership report would not show cancellations. #2630 (@MaximilianoRicoTabo)
  • BUG FIX: Fixed an incorrect class name in the profile edit fields. #2632 (@patric-boehner)
  • BUG FIX: Fixed issue where invalid dates were breaking SQL queries in the members export and sales reports. #2835 (@dparker1005)
  • BUG FIX: Fixed issue where clicking outside of a modal popup was not closing the popup. #2776 (@mircobabini)
  • REFACTOR: Updated how we enqueue blocks to follow most recent WordPress standards. #2647 (@briansantos10)
  • REFACTOR: Removed deprecated and unused code in the Stripe gateway integration code. #2428 (@dparker1005)
  • REFACTOR: Changing uses of pmpro_getOption() to get_option(). #2491, #2493, #2494, #2495 (@JarrydLong, @MaximilianoRicoTabo)
  • REFACTOR: The pmpro_edit_memberships capability has been replaced with the pmpro_edit_members capability. This cap is required to edit members in the dashboard or through the API.
  • DEPRECATED: No longer using $pmpro_levels global variable. #2666 (@dparker1005)
  • DEPRECATED: Marked the following hooks as deprecated: pmpro_admin_pagesetting_post_type_array (replaced by pmpro_admin_pagesetting_post_type), pmpro_stripe_subscription_deleted, pmpro_subscription_cancelled. #2819 (@dparker1005)
  • DEPRECATED: Removed the following functions which were previously marked deprecated: pmpro_set_pause_mode(), pmpro_cron_trial_ending_warnings(). #2818 (@dparker1005)

2.12.10 - 2024-02-08

08 Feb 12:04
Compare
Choose a tag to compare
  • BUG FIX: Fixed fatal error on post save introduced in 2.12.9.
  • ENHANCEMENT: Now simplifying the members and user search on sites where wp_is_large_user_count() is true.

2.12.9 - 2024-02-07

07 Feb 21:28
Compare
Choose a tag to compare
  • SECURITY: Only users with the "edit_users" capability may add the pmpro_member shortcode to posts and widgets now. #2817 (Thanks, Scott Kingsley Clark)
  • BUG FIX/ENHANCEMENT: Removed the 24 option from the hours dropdown for expiration dates since the hours start with 00. #2812 (@MaximilianoRicoTabo)

2.12.8 - 2024-01-22

22 Jan 13:32
Compare
Choose a tag to compare
  • SECURITY: Added missing nonce when updating the level order through drag and drop. (Thanks, Kodai Kubono from WordFence) #2773 (@dparker1005)
  • BUG FIX/ENHANCEMENT: The pmpro_stripe_order_description filter now applies to Stripe Checkout orders as well. #2774 (@MaximilianoRicoTabo)
  • BUG FIX: Fixed issues with ApplePay and GooglePay when using Stripe Checkout. #2769 (@dparker1005)
  • BUG FIX: Fixed issue when user fields added through code set the levels property to a single integer. This is supported again. #2775 (@MaximilianoRicoTabo)

2.12.7 - 2024-01-10

10 Jan 22:24
Compare
Choose a tag to compare

SECURITY: Fixed a security issue where sensitive user data was sometimes showing up in web server logs. Please see https://www.paidmembershipspro.com/pmpro-update-2-12-7/ for more information, including notes on how to tell if your site was affected by this issue and what to do about it.

2.12.6 - 2023-12-18

18 Dec 21:28
Compare
Choose a tag to compare
  • SECURITY: Fixed a security issue where unauthorized users could abuse the REST API endpoints to add new levels or edit existing levels. (Thanks, Craig Smith at WordFence) #2742 (@ideadude)
  • BUG FIX: Now hiding level confirmation messages from the output returned by the checkout_levels API route. #2742 (@ideadude)