Skip to content

Releases: strangerstudios/pmpro-toolkit

1.0 - 2024-10-23

24 Oct 13:15
Compare
Choose a tag to compare

0.8.1 - 2023-04-08

08 Apr 20:37
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.