Releases: kylephillips/simple-locator
Releases · kylephillips/simple-locator
v1.4.0
- Customizable Map Options - Ability to customize the Google options array added. Visit settings > map display. To enable custom map options, check the appropriate box and enter a properly formatted Google maps options object. Important: If custom map options are enabled, options specified in shortcodes will be overwritten.
v1.3.1
- Bug fix - fatal error thrown on some sites when attempting to activate without Advanced Custom Fields installed.
- Bug fix – error when saving a location using an Advanced Custom Field Google Map field with the included fields visible.
v1.3.0
- Option to enable Google Places autocomplete on search form added. Visit the plugin general settings to enable autocomplete. Customize the placeholder text using the new shortcode option: addresslabel="Enter Your Location".
- Ability to drag map marker to save custom location added on post entry screens.
- Advanced Custom Fields Google Map Field integration. If you are using a post type with an associated Google Map field, you can now set the latitude and longitude fields to be populated from that field when saving posts. Visit the plugin post type settings to enable the feature. A map field must be associated with the selected post type for the setting to be visible.
- Option added to hide the included custom meta fields from the post entry screen.
- Option added to customize no results text in shortcode. Use the option noresultstext="Your Custom Message" to display a custom message.
- Non-AJAX option added to the form shortcode. To disable AJAX form submission, add the shortcode parameter ajax="false". When using the non-ajax form option, and additional pagination parameter is enabled. Use the parameter perpage="15" to designate how many results should show per page.
v1.2.1
- Importer bug fix – API key for Geocoding saved separately as server key.
- Google Maps Import over HTTPS – Fixes issue on sites running HTTPS
v1.2.0
- CSV bulk importing is now included for importing and geocoding locations. PHP version 5.4+ is required for import functionality, as well as a valid Google Maps API key with the Geocode API enabled. See the Simple Locator website for more details.
v1.1.5
- Bug fix in singular location view that was preventing display of additional custom meta data when using the included location post type
- "Reset to Default" button added to post type settings for resetting to plugin defaults in cases of inadvertently changing critical post type settings.
v1.1.4
- Conflict with nonce and page caching resolved
- German translation added (provided by Slava Klejman)
- Option added to hide default post type
- Added post id to search result data, added to marker click callback function and data attribute on view location link
v1.1.3
Minor JS bug fix in all locations script.
v1.1.2
Javascript bug fix in all locations shortcode.
v1.1.1
Bug fix in singular post view.