Version Description
- Requires WordPress 3.9 or later.
- Tested on PHP7
https://github.com/miya0001/simple-map/compare/2.10.0...2.11.0
Download this release
Release Info
Developer | miyauchi |
Plugin | Simple Map |
Version | 2.10.1 |
Comparing to | |
See all releases |
Code changes from version 2.10.0 to 2.10.1
- readme.txt +9 -2
- simple-map.php +1 -1
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Simple Map ===
|
2 |
Contributors: miyauchi
|
3 |
Tags: google maps, map, shortcode, address
|
4 |
-
Requires at least: 3.
|
5 |
Tested up to: 4.4
|
6 |
-
Stable tag: 2.10.
|
7 |
|
8 |
Easy way to embed google map(s).
|
9 |
|
@@ -124,6 +124,13 @@ You can use simple html as the tooltip content.
|
|
124 |
|
125 |
== Changelog ==
|
126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
= 2.10.0 =
|
128 |
|
129 |
* Fix warning for Google Map api
|
1 |
=== Simple Map ===
|
2 |
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.10.1
|
7 |
|
8 |
Easy way to embed google map(s).
|
9 |
|
124 |
|
125 |
== Changelog ==
|
126 |
|
127 |
+
= 2.10.1 =
|
128 |
+
|
129 |
+
* Requires WordPress 3.9 or later.
|
130 |
+
* Tested on PHP7
|
131 |
+
|
132 |
+
https://github.com/miya0001/simple-map/compare/2.10.0...2.11.0
|
133 |
+
|
134 |
= 2.10.0 =
|
135 |
|
136 |
* Fix warning for Google Map api
|
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.10.
|
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.10.1
|
8 |
Author URI: http://wpist.me/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: simplemap
|