Version Description
- Tested up to WordPress 4.5
Download this release
Release Info
Developer | miyauchi |
Plugin | Simple Map |
Version | 2.13.0 |
Comparing to | |
See all releases |
Code changes from version 2.12.0 to 2.13.0
- readme.txt +6 -2
- simple-map.php +1 -1
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: miyauchi
|
3 |
Tags: google maps, map, shortcode, address
|
4 |
Requires at least: 3.9
|
5 |
-
Tested up to: 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.12.0 =
|
130 |
|
131 |
* Add args `map_type_control` and `map_type_id`.
|
2 |
Contributors: miyauchi
|
3 |
Tags: google maps, map, shortcode, address
|
4 |
Requires at least: 3.9
|
5 |
+
Tested up to: 4.5
|
6 |
+
Stable tag: 2.13.0
|
7 |
|
8 |
Easy way to embed google map(s).
|
9 |
|
126 |
|
127 |
== Changelog ==
|
128 |
|
129 |
+
= 2.13.0 =
|
130 |
+
|
131 |
+
* Tested up to WordPress 4.5
|
132 |
+
|
133 |
= 2.12.0 =
|
134 |
|
135 |
* Add args `map_type_control` and `map_type_id`.
|
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.13.0
|
8 |
Author URI: http://wpist.me/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: simplemap
|