diff --git a/pmpro-membership-maps.php b/pmpro-membership-maps.php index c737935..e30e71e 100644 --- a/pmpro-membership-maps.php +++ b/pmpro-membership-maps.php @@ -3,7 +3,7 @@ * Plugin Name: Paid Memberships Pro - Membership Maps Add On * Plugin URI: https://www.paidmembershipspro.com/add-ons/membership-maps/ * Description: Display a map of members or for a single member's profile. - * Version: 0.6 + * Version: 0.7 * Author: Paid Memberships Pro * Author URI: https://www.paidmembershipspro.com * Text Domain: pmpro-membership-maps diff --git a/readme.txt b/readme.txt index 3377152..1b91a34 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === Paid Memberships Pro - Membership Maps Add On === Contributors: strangerstudios Tags: paid memberships pro, pmpro, map -Requires at least: 5.0 -Tested up to: 6.3 -Stable tag: 0.6 +Requires at least: 5.2 +Tested up to: 6.4 +Stable tag: 0.7 Display a map of members or for a single member's profile. @@ -43,6 +43,10 @@ Please post it in the issues section of GitHub and we'll fix it as soon as we ca Please visit our premium support site at https://www.paidmembershipspro.com for more documentation and our support forums. == Changelog == += 0.7 -2024-02-16 = +* SECURITY: Only users with the "edit_users" capability may add the pmpro_membership_maps shortcode to posts and widgets now. +* ENHANCEMENT: Added better support for the Membership Directory Limit attribute to apply to the map displayed on the Directory page. +* REFACTOR: Refactored marker data indexes to prevent conflicts. = 0.6 - 2023-10-12 = * ENHANCEMENT: Improved accessibility for screen readers. (@michaelbeil)