Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlimaza committed Sep 22, 2022
1 parent af1196e commit 04f1f2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 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.4
* Version: 0.5
* Author: Paid Memberships Pro
* Author URI: https://www.paidmembershipspro.com
* Text Domain: pmpro-membership-maps
Expand Down Expand Up @@ -839,7 +839,7 @@ function pmpromm_profile_url( $pu, $profile_url ) {
/**
* Geocodebilling fields when saving/updating a user profile
*
* @since TBD
* @since 0.5
*/
function pmpro_geocode_billing_address_fields_frontend( $user_id ){

Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: strangerstudios
Tags: paid memberships pro, pmpro, map
Requires at least: 5.0
Tested up to: 6.0
Stable tag: 0.4
Stable tag: 0.5

Display a map of members or for a single member's profile.

Expand Down Expand Up @@ -44,6 +44,11 @@ Please visit our premium support site at https://www.paidmembershipspro.com for

== Changelog ==

= 0.5 - 2022-09-22 =
* ENHANCEMENT: Test the API request whenever saving a new API Key to ensure it's all setup correctly.
* ENHANCEMENT: Improved functionality and sanitzation of custom fields in marker windows. URL values now are clickable.
* ENHANCEMENT: Geocode user address whenever their profile is saved or updated and billing fields are present on the edit user/profile page.

= 0.4 2022-07-27 =
* SECURITY: Improved sanitization and escaping of variables.
* ENHANCEMENT: Improved support for Membership Directory V1.2+.
Expand Down

0 comments on commit 04f1f2b

Please sign in to comment.