Plugin Directory

Changeset 2683675


Ignore:
Timestamp:
02/23/2022 11:25:46 AM (4 years ago)
Author:
rajivlodhia
Message:

Bump WordPress tested version + changes to readme.txt

Location:
acf-google-map-field-multiple-markers/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • acf-google-map-field-multiple-markers/trunk/acf-google-map-multi.php

    r2654568 r2683675  
    55Plugin URI: https://wordpress.org/plugins/acf-google-map-field-multiple-markers/
    66Description: A Google Map field that allows you to add multiple markers to it.
    7 Version: 1.0.2
     7Version: 1.0.3
    88Author: Rajiv Lodhia
    99Author URI: https://rajivlodhia.com
     
    4949            // - these will be passed into the field class.
    5050            $this->settings = array(
    51                 'version' => '1.0.2',
     51                'version' => '1.0.3',
    5252                'url'     => GMM_PLUGIN_URL,
    5353                'path'    => GMM_PLUGIN_PATH,
  • acf-google-map-field-multiple-markers/trunk/readme.txt

    r2654568 r2683675  
    11=== ACF: Google Maps Field (Multiple Markers) ===
    22Contributors: Rajiv Lodhia
    3 Tags: acf, custom fields, advanced custom fields, google maps, maps, markers
     3Tags: acf, custom fields, advanced custom fields, google maps, maps, markers, pins
    44Requires at least: 4.7
    5 Tested up to: 5.8
     5Tested up to: 5.9
    66Requires PHP: 5.6
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 A Google Maps field for ACF that allows you to add multiple markers to one single map.
     11An advanced Google Maps field for ACF that allows you to add multiple markers/pins to a single map field.
    1212
    1313== Description ==
     
    28282. Activate the Google Map (Multiple Markers) plugin via the plugins admin page
    29293. Register your Google Maps API key in your theme by following the instructions here: https://www.advancedcustomfields.com/resources/google-map/#requirements
    30 4. Create a new field via ACF and select the Google Map (Multiple Markers) type under the jQuery category
    31 5. Read below for usage instructions
     304. Create a new field in ACF and select the Google Map (Multiple Markers) type under the jQuery category
    3231
    3332== Usage Instructions ==
     
    6968* Fixed bug where the field value wouldn't properly reset when adding a new marker.
    7069* Changed name from "Google Map" to "Google Maps"
     70
     71= 1.0.3 =
     72* Bumped WordPress tested version to 5.9
     73* Adjusted text in readme.txt
Note: See TracChangeset for help on using the changeset viewer.