Skip to content

Releases: strangerstudios/pmpro-toolkit

1.1.1 - 2026-03-23

23 Mar 15:38

Choose a tag to compare

  • ENHANCEMENT: Added an option to set an expiration date when moving members between levels. #66 (@andrewlimaza)
  • BUG FIX/ENHANCEMENT: Fixed issue with Generate User buttons as well as improved styling and added support for date field completion. #67 (@andrewlimaza)
  • BUG FIX: Removed deprecated call to pmpro_doing_webhook() for compatibility with PMPro v3.7+. #70 (@dparker1005)

1.1 -2025-09-22

22 Sep 14:21

Choose a tag to compare

  • FEATURE: Enable performance testing endpoints to test Paid Memberships Pro key functionality. #57 (@dalemugford)
  • FEATURE: Enable scripts as CLI commands: Run Toolkit scripts in the WP CLI. #57 (@dalemugford)
  • ENHANCEMENT: Use batch processing to improve performance of member data scrubbing. #52 (@dalemugford)
  • ENHANCEMENT: Remove test subscriptions when clearing out test orders. #53 (@andrewlimaza)
  • ENHANCEMENT: Adds conditional support for Action Scheduler handling #52 (@dalemugford)
  • ENHANCEMENT: Improved deletion of test orders to include order meta and subscription meta. #62 (@andrewlimaza)
  • ENHANCEMENT: Added support for generated checkout data for Mailing Address Add On and the Member Directory Maps Fields and other general improvements. #54,#55 (@dparker1005,@kimwhite)
  • BUG FIX: Tweak wording for delete member script to include subscription tables. #46 (@MaximilianoRicoTabo)
  • REFACTOR: Renamed "PMPro Toolkit" to "Toolkit" in the admin menu bar option. #60 (@andrewlimaza)

1.0 - 2024-10-23

24 Oct 13:15

Choose a tag to compare

0.8.1 - 2023-04-08

08 Apr 20:37

Choose a tag to compare

  • BUG FIX: Fixed issue where the checkout debug feature interfered with redirects.

0.8 - 2023-03-30

30 Mar 18:49

Choose a tag to compare

  • SECURITY: Now stripping password data from the checkout debug email. Even though this is a prerelease plugin and typically run on dev/staging sites, if you were running the debug email feature on a live site, we strongly encourage you to find those emails and delete them from your email.
  • FEATURE: Added a "when" option for the checkout debug emails. You can now set these emails to happen on all checkout page loads, only submissions, or only when an error is thrown.
  • ENHANCEMENT: Now running the checkout debug email code later so we can include any success/warning/error message that was shown in the email.
  • ENHANCEMENT: Adjusted the layout and wording of the checkout debug email.
  • BUG FIX: Fixed issue where the "was submitted" section of the checkout debug email was showing incorrect values.

v0.7

02 Jun 09:45

Choose a tag to compare

  • SECURITY: Improved data sanitization and escaping in various areas of the plugin.
  • ENHANCEMENT: Added Import and Export functionality. Data to import or export between sites are as follows: membership levels, Email Templates, Payment & SSL Settings and Advanced Settings.

0.6.1 - 2021-12-27

28 Dec 02:40

Choose a tag to compare

BUG FIX/ENHANCEMENT: Added third $cancel_level_id parameter to the pmpro_after_change_membership_level action.

v0.6

06 Aug 18:51

Choose a tag to compare

  • FEATURE: Added script to clear Visits, Views, and Logins report.
  • ENHANCEMENT: Added menu to navigate between settings and scripts pages.
  • BUG FIX/ENHANCEMENT: "Cancel all users with level" script now works with MMPU.
  • BUG FIX: Fixed issue where start date could not be entered for "Give all non-members level" script.
  • BUG FIX: Fixed issue where checkout debug email may not be sent to correct recipient.

v.5.2

01 May 00:23

Choose a tag to compare

  • BUG FIX: Fixed the Cancel All Members script. (Thanks, Jessica Thomas)
  • BUG FIX: Fixed issue on the scripts page where clicking on text inputs would check/uncheck the cooresponding checkbox. (Thanks, Jessica Thomas)
  • ENHANCEMENT: Bit of code cleanup.