Version Description
- Add args
map_type_control
andmap_type_id
.
Download this release
Release Info
Developer | miyauchi |
Plugin | Simple Map |
Version | 2.12.0 |
Comparing to | |
See all releases |
Code changes from version 2.11.0 to 2.12.0
- readme.txt +5 -1
- simple-map.php +1 -1
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: miyauchi
|
|
3 |
Tags: google maps, map, shortcode, address
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 4.4
|
6 |
-
Stable tag: 2.
|
7 |
|
8 |
Easy way to embed google map(s).
|
9 |
|
@@ -126,6 +126,10 @@ You can use simple html as the tooltip content.
|
|
126 |
|
127 |
== Changelog ==
|
128 |
|
|
|
|
|
|
|
|
|
129 |
= 2.10.1 =
|
130 |
|
131 |
* Requires WordPress 3.9 or later.
|
3 |
Tags: google maps, map, shortcode, address
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 4.4
|
6 |
+
Stable tag: 2.12.0
|
7 |
|
8 |
Easy way to embed google map(s).
|
9 |
|
126 |
|
127 |
== Changelog ==
|
128 |
|
129 |
+
= 2.12.0 =
|
130 |
+
|
131 |
+
* Add args `map_type_control` and `map_type_id`.
|
132 |
+
|
133 |
= 2.10.1 =
|
134 |
|
135 |
* Requires WordPress 3.9 or later.
|
simple-map.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Simple Map
|
|
4 |
Author: Takayuki Miyauchi
|
5 |
Plugin URI: https://github.com/miya0001/simple-map
|
6 |
Description: Insert google map convert from address.
|
7 |
-
Version: 2.
|
8 |
Author URI: http://wpist.me/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: simplemap
|
4 |
Author: Takayuki Miyauchi
|
5 |
Plugin URI: https://github.com/miya0001/simple-map
|
6 |
Description: Insert google map convert from address.
|
7 |
+
Version: 2.12.0
|
8 |
Author URI: http://wpist.me/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: simplemap
|