From 04f1f2b142a10335979cf989568095c2d495d854 Mon Sep 17 00:00:00 2001 From: Andrew Lima Date: Thu, 22 Sep 2022 13:17:39 +0200 Subject: [PATCH] Version bump --- pmpro-membership-maps.php | 4 ++-- readme.txt | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pmpro-membership-maps.php b/pmpro-membership-maps.php index 45f0eb5..a4f0a17 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.4 + * Version: 0.5 * Author: Paid Memberships Pro * Author URI: https://www.paidmembershipspro.com * Text Domain: pmpro-membership-maps @@ -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 ){ diff --git a/readme.txt b/readme.txt index dfbc437..38cc9b5 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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+.