Version Description
- Changed: Dashboard guide texts
Download this release
Release Info
Developer | webdorado |
Plugin | WD Google Maps – Google Maps builder Plugin |
Version | 1.0.39 |
Comparing to | |
See all releases |
Code changes from version 1.0.38 to 1.0.39
- css/admin_main.css +13 -19
- framework/functions.php +24 -16
- frontend/views/GMWDViewFrontendMap.php +1 -1
- gmwd_admin_class.php +1 -1
- images/i_support.png +0 -0
- images/web-dorado.png +0 -0
- readme.txt +4 -1
- wd-google-maps.php +1 -1
css/admin_main.css
CHANGED
@@ -29,36 +29,30 @@ h1, h2, h3, h4{
|
|
29 |
}
|
30 |
.gmwd_upgrade{
|
31 |
clear: both;
|
32 |
-
padding: 15px;
|
33 |
background: #fff;
|
34 |
-
margin: 6px
|
35 |
color: #6e7990;
|
36 |
font-size: 14px;
|
37 |
font-weight: bold;
|
38 |
line-height: 30px;
|
39 |
-
}
|
40 |
|
41 |
-
.gmwd_upgrade .wd-cell:first-child{
|
42 |
-
padding-right: 14px;
|
43 |
-
}
|
44 |
-
.gmwd_upgrade .wd-cell:first-child img{
|
45 |
-
vertical-align:middle;
|
46 |
-
}
|
47 |
-
.gmwd_upgrade .wd-cell:first-child a{
|
48 |
-
color: #72777c !important;
|
49 |
}
|
50 |
-
.gmwd_upgrade .wd-
|
51 |
-
background: #
|
|
|
|
|
52 |
}
|
53 |
-
|
54 |
-
|
55 |
-
padding:
|
56 |
}
|
57 |
-
|
58 |
-
|
59 |
-
.gmwd_upgrade a, .gmwd_upgrade a:hover {
|
60 |
text-decoration: none !important;
|
61 |
}
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
.gmwd_pro_option{
|
29 |
}
|
30 |
.gmwd_upgrade{
|
31 |
clear: both;
|
32 |
+
padding: 0px 15px;
|
33 |
background: #fff;
|
34 |
+
margin: 6px 0px;
|
35 |
color: #6e7990;
|
36 |
font-size: 14px;
|
37 |
font-weight: bold;
|
38 |
line-height: 30px;
|
|
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
}
|
41 |
+
.gmwd_upgrade .wd-table{
|
42 |
+
background-color: #D8D8D8;
|
43 |
+
padding: 1px 5px;
|
44 |
+
font-size: 11px;
|
45 |
}
|
46 |
+
|
47 |
+
.gmwd_upgrade .wd-cell:first-child{
|
48 |
+
padding-right: 2px;
|
49 |
}
|
50 |
+
.gmwd_upgrade a, .ytwd_upgrade a:hover {
|
|
|
|
|
51 |
text-decoration: none !important;
|
52 |
}
|
53 |
+
.gmwd_upgrade img {
|
54 |
+
vertical-align: middle;
|
55 |
+
}
|
56 |
|
57 |
|
58 |
.gmwd_pro_option{
|
framework/functions.php
CHANGED
@@ -20,44 +20,52 @@ function gmwd_get_option($option_name){
|
|
20 |
}
|
21 |
function upgrade_pro($text = false){
|
22 |
$page = isset($_GET["page"]) ? $_GET["page"] : "";
|
|
|
23 |
?>
|
24 |
<div class="gmwd_upgrade wd-clear" >
|
25 |
<div class="wd-left">
|
26 |
<?php
|
27 |
switch($page){
|
28 |
case "maps_gmwd":
|
|
|
29 |
?>
|
30 |
-
<div style="font-size: 14px;">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
<?php _e(" This section allows you to create, edit and delete maps.","gmwd");?>
|
32 |
<a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://web-dorado.com/wordpress-google-maps/creating-map.html"><?php _e("Read More in User Manual.","gmwd");?></a>
|
33 |
</div>
|
34 |
-
<?php
|
|
|
35 |
break;
|
36 |
case "options_gmwd":
|
37 |
?>
|
38 |
-
<div style="font-size: 14px;">
|
39 |
<?php _e("This section allows you to change general options.","gmwd");?>
|
40 |
<a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://web-dorado.com/wordpress-google-maps/installation-wizard-options-menu.html"><?php _e("Read More in User Manual.","gmwd");?></a>
|
41 |
</div>
|
42 |
<?php
|
43 |
-
break;
|
44 |
}
|
45 |
?>
|
46 |
</div>
|
47 |
<div class="wd-right">
|
48 |
-
|
49 |
-
<div class="wd-
|
50 |
-
<
|
51 |
-
<img src="<?php echo GMWD_URL; ?>/images/
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
<a href="https://web-dorado.com/products/wordpress-google-maps-plugin.html" target="_blank">
|
57 |
-
<?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
|
58 |
-
</a>
|
59 |
</div>
|
60 |
-
</
|
61 |
|
62 |
</div>
|
63 |
</div>
|
20 |
}
|
21 |
function upgrade_pro($text = false){
|
22 |
$page = isset($_GET["page"]) ? $_GET["page"] : "";
|
23 |
+
$task = isset($_GET["task"]) ? $_GET["task"] : "";
|
24 |
?>
|
25 |
<div class="gmwd_upgrade wd-clear" >
|
26 |
<div class="wd-left">
|
27 |
<?php
|
28 |
switch($page){
|
29 |
case "maps_gmwd":
|
30 |
+
if($task == "edit"){
|
31 |
?>
|
32 |
+
<div style="font-size: 14px;margin-top: 6px;">
|
33 |
+
<?php _e(" This section allows you to add/edit map.","gmwd");?>
|
34 |
+
<a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://web-dorado.com/wordpress-google-maps/creating-map.html"><?php _e("Read More in User Manual.","gmwd");?></a>
|
35 |
+
</div>
|
36 |
+
<?php
|
37 |
+
}
|
38 |
+
else{
|
39 |
+
?>
|
40 |
+
<div style="font-size: 14px;margin-top: 6px;">
|
41 |
<?php _e(" This section allows you to create, edit and delete maps.","gmwd");?>
|
42 |
<a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://web-dorado.com/wordpress-google-maps/creating-map.html"><?php _e("Read More in User Manual.","gmwd");?></a>
|
43 |
</div>
|
44 |
+
<?php
|
45 |
+
}
|
46 |
break;
|
47 |
case "options_gmwd":
|
48 |
?>
|
49 |
+
<div style="font-size: 14px;margin-top: 6px;">
|
50 |
<?php _e("This section allows you to change general options.","gmwd");?>
|
51 |
<a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://web-dorado.com/wordpress-google-maps/installation-wizard-options-menu.html"><?php _e("Read More in User Manual.","gmwd");?></a>
|
52 |
</div>
|
53 |
<?php
|
54 |
+
break;
|
55 |
}
|
56 |
?>
|
57 |
</div>
|
58 |
<div class="wd-right">
|
59 |
+
<a href="https://web-dorado.com/products/wordpress-google-maps-plugin.html" target="_blank">
|
60 |
+
<div class="wd-table">
|
61 |
+
<div class="wd-cell wd-cell-valign-middle">
|
62 |
+
<img src="<?php echo GMWD_URL; ?>/images/web-dorado.png" width="42px" >
|
63 |
+
</div>
|
64 |
+
<div class="wd-cell wd-cell-valign-middle">
|
65 |
+
<?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
|
66 |
+
</div>
|
|
|
|
|
|
|
67 |
</div>
|
68 |
+
</a>
|
69 |
|
70 |
</div>
|
71 |
</div>
|
frontend/views/GMWDViewFrontendMap.php
CHANGED
@@ -115,7 +115,7 @@ class GMWDViewFrontendMap extends GMWDViewFrontend{
|
|
115 |
gmwdmapData["ajaxData" + '<?php echo $shortcode_id;?>'] = {};
|
116 |
|
117 |
var ajaxURL = "<?php echo admin_url('admin-ajax.php');?>";
|
118 |
-
var
|
119 |
var GMWD_URL = "<?php echo GMWD_URL;?>";
|
120 |
jQuery( document ).ready(function() {
|
121 |
gmwdInitMainMap("wd-map<?php echo $shortcode_id;?>",false, '<?php echo $shortcode_id;?>');
|
115 |
gmwdmapData["ajaxData" + '<?php echo $shortcode_id;?>'] = {};
|
116 |
|
117 |
var ajaxURL = "<?php echo admin_url('admin-ajax.php');?>";
|
118 |
+
var markerDefaultIcon = "<?php echo gmwd_get_option("marker_default_icon");?>";
|
119 |
var GMWD_URL = "<?php echo GMWD_URL;?>";
|
120 |
jQuery( document ).ready(function() {
|
121 |
gmwdInitMainMap("wd-map<?php echo $shortcode_id;?>",false, '<?php echo $shortcode_id;?>');
|
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.39';
|
15 |
////////////////////////////////////////////////////////////////////////////////////////
|
16 |
// Constructor & Destructor //
|
17 |
////////////////////////////////////////////////////////////////////////////////////////
|
images/i_support.png
DELETED
Binary file
|
images/web-dorado.png
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-google-maps-plugin.html
|
|
4 |
Tags: google map, google maps, map, map markers, maps, directions, google map plugin, google maps plugin, map plugin, map widget, wp google map, wp google maps, google map widget, google map shortcode, wp map, google maps directions, google maps builder, google places, google places api, google maps api, google places reviews, contact page map, custom google map, loaction by address, location, map direction, map styles, polygons, simple google map, gmap, google map embed, best google maps, custom google maps
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.7
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -117,6 +117,9 @@ After downloading the ZIP file of the Google Maps WD plugin,
|
|
117 |
|
118 |
== Changelog ==
|
119 |
|
|
|
|
|
|
|
120 |
= 1.0.38 =
|
121 |
* Added: Helper bar
|
122 |
|
4 |
Tags: google map, google maps, map, map markers, maps, directions, google map plugin, google maps plugin, map plugin, map widget, wp google map, wp google maps, google map widget, google map shortcode, wp map, google maps directions, google maps builder, google places, google places api, google maps api, google places reviews, contact page map, custom google map, loaction by address, location, map direction, map styles, polygons, simple google map, gmap, google map embed, best google maps, custom google maps
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.7
|
7 |
+
Stable tag: 1.0.39
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
117 |
|
118 |
== Changelog ==
|
119 |
|
120 |
+
= 1.0.39 =
|
121 |
+
* Changed: Dashboard guide texts
|
122 |
+
|
123 |
= 1.0.38 =
|
124 |
* Added: Helper bar
|
125 |
|
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.39
|
8 |
* Author: WebDorado
|
9 |
* Author URI: http://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|