From d099603c5319a2c045799697aa3bcde93acadd66 Mon Sep 17 00:00:00 2001 From: Eyal Fitoussi Date: Thu, 9 Jan 2025 12:01:51 -1000 Subject: [PATCH] Update readme file. --- readme.txt | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 2e64f1f3..ae43779b 100755 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: ninjew Donate link: https://www.paypal.me/fitoussi Tags: Locations Directory, Store Locator, Proximity Search forms, Posts location, Members location. Requires at least: 5.6 -Tested up to: 6.6.2 +Tested up to: 6.7.1 BuddyPress: 11.3.1 -Stable tag: 4.5.1 +Stable tag: 4.5.2 Requires PHP: 7.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -121,6 +121,22 @@ for detailed installation and setup guide see the [documentation](https://docs.g == Changelog == += 4.5.2 = + +**Fixes** +* Fix: Load textdomain during `init` to prevent PHP warnings. + +**Enhancements** +* Tweak: Enhance the scroll-to-element feature of the map marker for improved user experience. +* Tweak: Add a short delay to map initialization to ensure Google Maps fully loads, preventing potential errors. + +**Tweaks** +* Tweak: Add 'parent' argument to taxonomy settings for modifying taxonomy hierarchies. +* Tweak: Clear default address fields before geocoding a new location to prevent previous address data from persisting. + +**Filters** +* Filter: Introduce `gmw_pt_taxonomy_terms_args` filter to customize taxonomy term arguments before output in search forms. + = 4.5.1 = * Security: verify nonce and user authorization during the gmw_get_field_options() ajax call.