Changeset 2683675
- Timestamp:
- 02/23/2022 11:25:46 AM (4 years ago)
- Location:
- acf-google-map-field-multiple-markers/trunk
- Files:
-
- 2 edited
-
acf-google-map-multi.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-google-map-field-multiple-markers/trunk/acf-google-map-multi.php
r2654568 r2683675 5 5 Plugin URI: https://wordpress.org/plugins/acf-google-map-field-multiple-markers/ 6 6 Description: A Google Map field that allows you to add multiple markers to it. 7 Version: 1.0. 27 Version: 1.0.3 8 8 Author: Rajiv Lodhia 9 9 Author URI: https://rajivlodhia.com … … 49 49 // - these will be passed into the field class. 50 50 $this->settings = array( 51 'version' => '1.0. 2',51 'version' => '1.0.3', 52 52 'url' => GMM_PLUGIN_URL, 53 53 'path' => GMM_PLUGIN_PATH, -
acf-google-map-field-multiple-markers/trunk/readme.txt
r2654568 r2683675 1 1 === ACF: Google Maps Field (Multiple Markers) === 2 2 Contributors: Rajiv Lodhia 3 Tags: acf, custom fields, advanced custom fields, google maps, maps, markers 3 Tags: acf, custom fields, advanced custom fields, google maps, maps, markers, pins 4 4 Requires at least: 4.7 5 Tested up to: 5. 85 Tested up to: 5.9 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 A Google Maps field for ACF that allows you to add multiple markers to one single map.11 An advanced Google Maps field for ACF that allows you to add multiple markers/pins to a single map field. 12 12 13 13 == Description == … … 28 28 2. Activate the Google Map (Multiple Markers) plugin via the plugins admin page 29 29 3. 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 30 4. Create a new field in ACF and select the Google Map (Multiple Markers) type under the jQuery category 32 31 33 32 == Usage Instructions == … … 69 68 * Fixed bug where the field value wouldn't properly reset when adding a new marker. 70 69 * 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.