Version Description
- Fixed: Info window html format bug
- Fixed: Bug on Firefox
- Changed: Featured plugins
Download this release
Release Info
Developer | webdorado |
Plugin | WD Google Maps – Google Maps builder Plugin |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
- featured/featured.php +7 -1
- featured/images/facebook-feed.png +0 -0
- featured/style.css +1 -0
- gmwd_admin_class.php +1 -1
- js/maps_gmwd.js +1 -1
- readme.txt +8 -3
- wd-google-maps.php +1 -1
featured/featured.php
CHANGED
@@ -126,7 +126,13 @@ function spider_featured($current_plugin = '') {
|
|
126 |
'text' => 'WD Google Maps plugin',
|
127 |
'content' => 'Google Maps WD is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.',
|
128 |
'href' => 'https://web-dorado.com/products/wordpress-google-maps-plugin.html'
|
129 |
-
),
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
);
|
131 |
?>
|
132 |
<div id="main_featured_plugins_page">
|
126 |
'text' => 'WD Google Maps plugin',
|
127 |
'content' => 'Google Maps WD is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.',
|
128 |
'href' => 'https://web-dorado.com/products/wordpress-google-maps-plugin.html'
|
129 |
+
),
|
130 |
+
"facebook-feed" => array(
|
131 |
+
'title' => 'Facebook Feed WD',
|
132 |
+
'text' => 'Facebook Feed WD plugin',
|
133 |
+
'content' => 'Facebook Feed WD is a comprehensive tool for displaying Facebook feed, events and photos in your website.',
|
134 |
+
'href' => 'https://web-dorado.com/products/wordpress-facebook-feed-plugin.html'
|
135 |
+
),
|
136 |
);
|
137 |
?>
|
138 |
<div id="main_featured_plugins_page">
|
featured/images/facebook-feed.png
ADDED
Binary file
|
featured/style.css
CHANGED
@@ -73,6 +73,7 @@
|
|
73 |
#main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
|
74 |
#main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
|
75 |
#main_featured_plugins_page #featured-plugins-list li.post-slider .product {background:url("images/post-slider.png") center center no-repeat;}
|
|
|
76 |
|
77 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
78 |
display: block;
|
73 |
#main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
|
74 |
#main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
|
75 |
#main_featured_plugins_page #featured-plugins-list li.post-slider .product {background:url("images/post-slider.png") center center no-repeat;}
|
76 |
+
#main_featured_plugins_page #featured-plugins-list li.facebook-feed .product {background:url("images/facebook-feed.png") center center no-repeat;}
|
77 |
|
78 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
79 |
display: block;
|
gmwd_admin_class.php
CHANGED
@@ -11,7 +11,7 @@ class GMWDAdmin{
|
|
11 |
// Variables //
|
12 |
////////////////////////////////////////////////////////////////////////////////////////
|
13 |
protected static $instance = null;
|
14 |
-
private static $version = '1.0.
|
15 |
////////////////////////////////////////////////////////////////////////////////////////
|
16 |
// Constructor & Destructor //
|
17 |
////////////////////////////////////////////////////////////////////////////////////////
|
11 |
// Variables //
|
12 |
////////////////////////////////////////////////////////////////////////////////////////
|
13 |
protected static $instance = null;
|
14 |
+
private static $version = '1.0.6';
|
15 |
////////////////////////////////////////////////////////////////////////////////////////
|
16 |
// Constructor & Destructor //
|
17 |
////////////////////////////////////////////////////////////////////////////////////////
|
js/maps_gmwd.js
CHANGED
@@ -751,7 +751,7 @@ function fillInputPois(){
|
|
751 |
jQuery("#adminForm").append('<input id="main_markers' + i + '" name="main_markers' + i + '" type="hidden" />');
|
752 |
jQuery("[name=main_markers" + i + "]").val(JSON.stringify(_markers[i]));
|
753 |
}
|
754 |
-
|
755 |
jQuery("#markers_count").val(chunk);
|
756 |
|
757 |
jQuery("[name=polygons]").val(JSON.stringify(polygons));
|
751 |
jQuery("#adminForm").append('<input id="main_markers' + i + '" name="main_markers' + i + '" type="hidden" />');
|
752 |
jQuery("[name=main_markers" + i + "]").val(JSON.stringify(_markers[i]));
|
753 |
}
|
754 |
+
|
755 |
jQuery("#markers_count").val(chunk);
|
756 |
|
757 |
jQuery("[name=polygons]").val(JSON.stringify(polygons));
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-google-maps-plugin.html
|
|
4 |
Tags: address, cross-browser, custom google map, custom google maps, easy map, geo, geocoder, gmaps, google, google earth, google map, google map plugin, google map widget, google maps, google maps plugin, googlemaps, gps, gpx, kml, latitude, location, longitude, map, map markers, map plugin, map styles, map widget, maps, marker, openstreetmap, path, pin, place, polygons, polylines, post map, routes, store locator, streetview, widget map, wp google map, wp google maps, wp map, wp maps, directions, widget, layers, circles, responsive
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.5
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -108,8 +108,13 @@ After downloading the ZIP file of the Google Maps WD plugin,
|
|
108 |
|
109 |
== Changelog ==
|
110 |
|
|
|
|
|
|
|
|
|
|
|
111 |
= 1.0.5 =
|
112 |
-
Changed: Markers saving method
|
113 |
|
114 |
= 1.0.3 =
|
115 |
* Added: Text Editor for marker description
|
@@ -170,7 +175,7 @@ There are no limitations on the number of google maps. You can use unlimited num
|
|
170 |
|
171 |
|
172 |
= 13. Is it possible to translate Google Maps into another language? =
|
173 |
-
It is only possible to translate the front end of the Google Maps.
|
174 |
|
175 |
== Google Maps WD User Manual ==
|
176 |
|
4 |
Tags: address, cross-browser, custom google map, custom google maps, easy map, geo, geocoder, gmaps, google, google earth, google map, google map plugin, google map widget, google maps, google maps plugin, googlemaps, gps, gpx, kml, latitude, location, longitude, map, map markers, map plugin, map styles, map widget, maps, marker, openstreetmap, path, pin, place, polygons, polylines, post map, routes, store locator, streetview, widget map, wp google map, wp google maps, wp map, wp maps, directions, widget, layers, circles, responsive
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.5
|
7 |
+
Stable tag: 1.0.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
108 |
|
109 |
== Changelog ==
|
110 |
|
111 |
+
= 1.0.6 =
|
112 |
+
* Fixed: Info window html format bug
|
113 |
+
* Fixed: Bug on Firefox
|
114 |
+
* Changed: Featured plugins
|
115 |
+
|
116 |
= 1.0.5 =
|
117 |
+
* Changed: Markers saving method
|
118 |
|
119 |
= 1.0.3 =
|
120 |
* Added: Text Editor for marker description
|
175 |
|
176 |
|
177 |
= 13. Is it possible to translate Google Maps into another language? =
|
178 |
+
It is only possible to translate the front end of the Google Maps. Plugin should be translated automatically. Please be informed, that you can modify the translations from wp-content/plugins/wd-google-maps/languages/ (you will need POEdit http://www.poedit.net/download.php). You can find the language codes for the Google Maps in WordPress.org appropriate plugins' page.
|
179 |
|
180 |
== Google Maps WD User Manual ==
|
181 |
|
wd-google-maps.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Google Maps WD
|
5 |
* Plugin URI: https://web-dorado.com/products/wordpress-google-maps-plugin.html
|
6 |
* Description: Google Maps WD is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.
|
7 |
-
* Version: 1.0.
|
8 |
* Author: WebDorado
|
9 |
* Author URI: http://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
4 |
* Plugin Name: Google Maps WD
|
5 |
* Plugin URI: https://web-dorado.com/products/wordpress-google-maps-plugin.html
|
6 |
* Description: Google Maps WD is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.
|
7 |
+
* Version: 1.0.6
|
8 |
* Author: WebDorado
|
9 |
* Author URI: http://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|