Skip to content

Releases: kylephillips/simple-locator

v1.4.0

18 Jul 02:36
Compare
Choose a tag to compare
  • 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

10 Jul 02:02
Compare
Choose a tag to compare
  • 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

04 Jul 02:13
Compare
Choose a tag to compare
  • 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

13 Jun 23:01
Compare
Choose a tag to compare
  • 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

13 Jun 22:48
Compare
Choose a tag to compare
  • 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

28 Feb 16:27
Compare
Choose a tag to compare
  • 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

27 Feb 01:55
Compare
Choose a tag to compare
  • 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

11 Feb 04:00
Compare
Choose a tag to compare

Minor JS bug fix in all locations script.

v1.1.2

11 Feb 02:53
Compare
Choose a tag to compare

Javascript bug fix in all locations shortcode.

v1.1.1

10 Feb 01:42
Compare
Choose a tag to compare

Bug fix in singular post view.