Skip to content

Commit

Permalink
Update readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fitoussi committed Jan 9, 2025
1 parent 77dca9e commit d099603
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d099603

Please sign in to comment.