From f5679d6566424b47662b818210b1aa2f449737ac Mon Sep 17 00:00:00 2001 From: Andrew Lima Date: Mon, 26 Feb 2024 15:41:30 +0200 Subject: [PATCH] version bump --- pmpro-membership-maps.php | 2 +- readme.txt | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pmpro-membership-maps.php b/pmpro-membership-maps.php index e30e71e..73766c3 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.7 + * Version: 0.7.1 * Author: Paid Memberships Pro * Author URI: https://www.paidmembershipspro.com * Text Domain: pmpro-membership-maps diff --git a/readme.txt b/readme.txt index 1b91a34..c984bfd 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: strangerstudios Tags: paid memberships pro, pmpro, map Requires at least: 5.2 Tested up to: 6.4 -Stable tag: 0.7 +Stable tag: 0.7.1 Display a map of members or for a single member's profile. @@ -43,7 +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 = += 0.7.1 - 2024-02-26 = +* BUG FIX: Fixed a bug introduced in 0.7 where the map would not display markers due to undefined variable. + += 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.