Skip to content

Commit

Permalink
Version bump and readme
Browse files Browse the repository at this point in the history
V0.7 bump and readme update.
  • Loading branch information
andrewlimaza committed Jun 2, 2022
1 parent cbef11f commit 2365f55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 1 addition & 2 deletions classes/class-pmprodev-migration-assistant.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

/**
* Singleton class for handling PMPro settings exports.
* Migration Assistant class.
*/
class PMProDev_Migration_Assistant {
/**
Expand Down
2 changes: 1 addition & 1 deletion pmpro-toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Paid Memberships Pro - Developer's Toolkit Add On
* Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-toolkit/
* Description: Various tools to test and debug Paid Memberships Pro enabled websites.
* Version: 0.6.1
* Version: 0.7
* Author: Paid Memberships Pro
* Author URI: https://www.paidmembershipspro.com
* Text Domain: pmpro-toolkit
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Paid Memberships Pro - Developer's Toolkit Add On ===
Contributors: strangerstudios, jessica o
Tags: paid memberships pro, pmpro, debug, developer, toolkit
Requires at least: 4
Tested up to: 5.9
Stable tag: 0.6.1
Requires at least: 5.0
Tested up to: 6.0
Stable tag: 0.7

Adds various tools and settings to aid in the development of Paid Memberships Pro enabled websites.

Expand All @@ -29,6 +29,10 @@ Features:
Please post it in the issues section of GitHub and we'll fix it as soon as we can. Thanks for helping. https://github.com/strangerstudios/pmpro-toolkit/issues

== Changelog ==
= 0.7 - 2022-06-02 =
* 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
* BUG FIX/ENHANCEMENT: Added third $cancel_level_id parameter to the pmpro_after_change_membership_level action.

Expand Down

0 comments on commit 2365f55

Please sign in to comment.