Skip to content

Commit

Permalink
Version bump - 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlimaza committed Jun 9, 2021
1 parent 91cca65 commit 70adf81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pmpro-membership-maps.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
* Version: 0.3
* Author: Paid Memberships Pro
* Author URI: https://www.paidmembershipspro.com
* Text Domain: pmpro-membership-maps
Expand Down Expand Up @@ -236,7 +236,6 @@ function pmpromm_build_markers( $members, $marker_attributes ){
}
}

// var_dump($rh_fields);
$marker_array = array();

if( !empty( $members ) ){
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,15 @@ Please visit our premium support site at https://www.paidmembershipspro.com for

== Changelog ==

= 0.2 07-10-2020 =
= 0.3 2021-06-09 =
* ENHANCEMENT: Added in support for Zoom levels for map. New filter 'pmpromm_default_zoom_level'.
* ENHANCEMENT: Filter added to geocoding API key. New filter 'pmpromm_geocoding_api_key'.
* ENHANCEMENT: Custom fields now supported to show up inside the markers info window.
* ENHANCEMENT: Code refactored and implemented better map styling options. New filter 'pmpromm_map_styles'.
* ENHANCEMENT: General improvements made to single map query.
* BUG FIX: Fixed an issue with shortcode attribute 'ID' conflicts and changed to 'map_id' to be more explicit.

= 0.2 2020-10-07 =
* BUG FIX: Fixed an error where an incorrect variable was referenced in JavaScript.
* BUG FIX: Fixed a warning for empty marker coordinates.
* ENHANCEMENT: Added in link to documentation on how to get a Google Maps API key on the 'Advanced Settings' page.
Expand Down

0 comments on commit 70adf81

Please sign in to comment.