Version Description
- Pro: Fixed a bug that caused the map to stop loading its markers if you had the latest basic version and Pro version 3.2 and below.
Download this release
Release Info
Developer | WPGMaps |
Plugin | WP Google Maps |
Version | 4.16 |
Comparing to | |
See all releases |
Code changes from version 4.15 to 4.16
- readme.txt +10 -10
- screenshot-1.jpg +0 -0
- screenshot-2.jpg +0 -0
- screenshot-3.jpg +0 -0
- screenshot-4.jpg +0 -0
- wpGoogleMaps.php +16 -4
readme.txt
CHANGED
@@ -6,30 +6,29 @@ Requires at least: 2.9.2
|
|
6 |
Tested up to: 3.4
|
7 |
Stable tag: trunk
|
8 |
|
9 |
-
The easiest to use
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
-
The easiest to use
|
14 |
|
15 |
= Key Features =
|
16 |
-
* WP Google Maps uses the latest Google Maps API (V3)
|
17 |
* Super easy to use, no coding required!
|
18 |
* Create as many map markers as you need by simply typing in the address
|
19 |
* Edit your markers with the click of a button
|
|
|
20 |
* Drag markers to an exact location
|
21 |
-
* Google
|
22 |
* UTF-8 character support
|
23 |
* Can be included as a widget
|
24 |
* Support for localization
|
25 |
-
* Choose from four map
|
26 |
* Define your own width, height and zoom level for your Google Map
|
27 |
-
*
|
28 |
* WordPress 3.0 friendly
|
29 |
* No advertising or links
|
30 |
|
31 |
= Professional Edition =
|
32 |
-
* Get the [WP Google Maps Professional Edition](http://www.wpgmaps.com/) for only $9.99
|
33 |
* Create multiple maps!
|
34 |
* Add descriptions, links and images to your Google Map markers.
|
35 |
* Add different marker icons, or your own icons to make your map really stand out!
|
@@ -37,9 +36,7 @@ The easiest to use Map Plugin! Create custom Google Maps with high quality marke
|
|
37 |
* Allow your visitors to get directions to your markers.
|
38 |
* Export your markers to a CSV file for quick editing.
|
39 |
* WordPress MU friendly
|
40 |
-
|
41 |
-
= Locales Supported =
|
42 |
-
* Russian - thanks to Sergey
|
43 |
|
44 |
|
45 |
== Installation ==
|
@@ -78,6 +75,9 @@ Previous versions may cause your blog to slow down. Upgrading to 4.5 will get ri
|
|
78 |
|
79 |
== Changelog ==
|
80 |
|
|
|
|
|
|
|
81 |
= 4.15 =
|
82 |
* All: Added RUSSIAN support! Thank you Sergey!
|
83 |
* All: Markers now automatically close when you click on another marker.
|
6 |
Tested up to: 3.4
|
7 |
Stable tag: trunk
|
8 |
|
9 |
+
The easiest to use map plugin! Create custom maps with high quality markers containing locations, descriptions, images and links.
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
+
The easiest to use map plugin! Create custom maps with high quality markers containing locations, descriptions, images and links and directions. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss. no iFrames and super easy to use!
|
14 |
|
15 |
= Key Features =
|
|
|
16 |
* Super easy to use, no coding required!
|
17 |
* Create as many map markers as you need by simply typing in the address
|
18 |
* Edit your markers with the click of a button
|
19 |
+
* Create a map in less than a 30 seconds!
|
20 |
* Drag markers to an exact location
|
21 |
+
* Google Streetview supported
|
22 |
* UTF-8 character support
|
23 |
* Can be included as a widget
|
24 |
* Support for localization
|
25 |
+
* Choose from four map types: roadmap, terrain, satellite and hybrid
|
26 |
* Define your own width, height and zoom level for your Google Map
|
27 |
+
* Latest Google Maps API (V3)
|
28 |
* WordPress 3.0 friendly
|
29 |
* No advertising or links
|
30 |
|
31 |
= Professional Edition =
|
|
|
32 |
* Create multiple maps!
|
33 |
* Add descriptions, links and images to your Google Map markers.
|
34 |
* Add different marker icons, or your own icons to make your map really stand out!
|
36 |
* Allow your visitors to get directions to your markers.
|
37 |
* Export your markers to a CSV file for quick editing.
|
38 |
* WordPress MU friendly
|
39 |
+
* Get the [WP Google Maps Professional Edition](http://www.wpgmaps.com/) for only $9.99
|
|
|
|
|
40 |
|
41 |
|
42 |
== Installation ==
|
75 |
|
76 |
== Changelog ==
|
77 |
|
78 |
+
= 4.16 =
|
79 |
+
* Pro: Fixed a bug that caused the map to stop loading its markers if you had the latest basic version and Pro version 3.2 and below.
|
80 |
+
|
81 |
= 4.15 =
|
82 |
* All: Added RUSSIAN support! Thank you Sergey!
|
83 |
* All: Markers now automatically close when you click on another marker.
|
screenshot-1.jpg
DELETED
Binary file
|
screenshot-2.jpg
DELETED
Binary file
|
screenshot-3.jpg
DELETED
Binary file
|
screenshot-4.jpg
DELETED
Binary file
|
wpGoogleMaps.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Google Maps
|
4 |
Plugin URI: http://www.wpgmaps.com
|
5 |
Description: The easiest to use Google Maps plugin! Create custom Google Maps with high quality markers containing locations, descriptions, images and links. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss.
|
6 |
-
Version: 4.
|
7 |
Author: WP Google Maps
|
8 |
Author URI: http://www.wpgmaps.com
|
9 |
*/
|
@@ -28,8 +28,8 @@ $wpgmza_p = false;
|
|
28 |
$wpgmza_g = false;
|
29 |
$wpgmza_tblname = $wpdb->prefix . "wpgmza";
|
30 |
$wpgmza_tblname_maps = $wpdb->prefix . "wpgmza_maps";
|
31 |
-
$wpgmza_version = "4.
|
32 |
-
$wpgmza_p_version = "4.
|
33 |
$wpgmza_t = "basic";
|
34 |
|
35 |
add_action('admin_head', 'wpgmaps_head');
|
@@ -171,7 +171,19 @@ function wpgmaps_get_marker_url($mapid = false) {
|
|
171 |
global $blog_id;
|
172 |
return wpgmaps_get_plugin_url()."/".$blog_id."-".$mapid."markers.xml";
|
173 |
} else {
|
174 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
}
|
176 |
|
177 |
|
3 |
Plugin Name: WP Google Maps
|
4 |
Plugin URI: http://www.wpgmaps.com
|
5 |
Description: The easiest to use Google Maps plugin! Create custom Google Maps with high quality markers containing locations, descriptions, images and links. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss.
|
6 |
+
Version: 4.16
|
7 |
Author: WP Google Maps
|
8 |
Author URI: http://www.wpgmaps.com
|
9 |
*/
|
28 |
$wpgmza_g = false;
|
29 |
$wpgmza_tblname = $wpdb->prefix . "wpgmza";
|
30 |
$wpgmza_tblname_maps = $wpdb->prefix . "wpgmza_maps";
|
31 |
+
$wpgmza_version = "4.16";
|
32 |
+
$wpgmza_p_version = "4.16";
|
33 |
$wpgmza_t = "basic";
|
34 |
|
35 |
add_action('admin_head', 'wpgmaps_head');
|
171 |
global $blog_id;
|
172 |
return wpgmaps_get_plugin_url()."/".$blog_id."-".$mapid."markers.xml";
|
173 |
} else {
|
174 |
+
if (function_exists(wpgmza_register_pro_version)) {
|
175 |
+
$prov = get_option("WPGMZA_PRO");
|
176 |
+
$wpgmza_pro_version = $prov['version'];
|
177 |
+
|
178 |
+
if (floatval($wpgmza_pro_version) <= 3.2 || $wpgmza_pro_version == null) {
|
179 |
+
return wpgmaps_get_plugin_url()."/markers.xml";
|
180 |
+
} else {
|
181 |
+
return wpgmaps_get_plugin_url()."/".$mapid."markers.xml";
|
182 |
+
}
|
183 |
+
} else {
|
184 |
+
return wpgmaps_get_plugin_url()."/".$mapid."markers.xml";
|
185 |
+
}
|
186 |
+
|
187 |
}
|
188 |
|
189 |
|