Version Description
- Fixed: a minor bug
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.0.62 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.61 to 1.0.62
- framework/functions.php +1 -1
- gmwd_admin_class.php +1 -1
- readme.txt +4 -1
- wd-google-maps.php +1 -1
framework/functions.php
CHANGED
|
@@ -23,7 +23,7 @@ function gmwd_get_option($option_name)
|
|
| 23 |
|
| 24 |
function upgrade_pro($text = false) {
|
| 25 |
$page = isset($_GET["page"]) ? sanitize_text_field($_GET["page"]) : "";
|
| 26 |
-
$task = isset($_GET["task"]) ?
|
| 27 |
?>
|
| 28 |
<div class="gmwd_upgrade wd-clear">
|
| 29 |
<div class="wd-left">
|
| 23 |
|
| 24 |
function upgrade_pro($text = false) {
|
| 25 |
$page = isset($_GET["page"]) ? sanitize_text_field($_GET["page"]) : "";
|
| 26 |
+
$task = isset($_GET["task"]) ? sanitize_text_field($_GET["task"]) : "";
|
| 27 |
?>
|
| 28 |
<div class="gmwd_upgrade wd-clear">
|
| 29 |
<div class="wd-left">
|
gmwd_admin_class.php
CHANGED
|
@@ -12,7 +12,7 @@ class GMWDAdmin
|
|
| 12 |
// Variables //
|
| 13 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 14 |
protected static $instance = null;
|
| 15 |
-
private static $version = '1.0.
|
| 16 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 17 |
// Constructor & Destructor //
|
| 18 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 12 |
// Variables //
|
| 13 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 14 |
protected static $instance = null;
|
| 15 |
+
private static $version = '1.0.62';
|
| 16 |
////////////////////////////////////////////////////////////////////////////////////////
|
| 17 |
// Constructor & Destructor //
|
| 18 |
////////////////////////////////////////////////////////////////////////////////////////
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: webdorado,10web,wdsupport
|
|
| 3 |
Tags: google map, google maps, map, map markers, maps, directions, google map plugin, google maps plugin, map plugin, wp google map, wp google maps, google map widget
|
| 4 |
Requires at least: 3.4
|
| 5 |
Tested up to: 5.2
|
| 6 |
-
Stable tag: 1.0.
|
| 7 |
License: GPLv2 or later
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
|
|
@@ -139,6 +139,9 @@ Activate 10Web Google Maps by going to Plugins and pressing Activate button.
|
|
| 139 |
|
| 140 |
== Changelog ==
|
| 141 |
|
|
|
|
|
|
|
|
|
|
| 142 |
= 1.0.61 =
|
| 143 |
* Fixed: Security issues
|
| 144 |
|
| 3 |
Tags: google map, google maps, map, map markers, maps, directions, google map plugin, google maps plugin, map plugin, wp google map, wp google maps, google map widget
|
| 4 |
Requires at least: 3.4
|
| 5 |
Tested up to: 5.2
|
| 6 |
+
Stable tag: 1.0.62
|
| 7 |
License: GPLv2 or later
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
|
| 139 |
|
| 140 |
== Changelog ==
|
| 141 |
|
| 142 |
+
= 1.0.62 =
|
| 143 |
+
* Fixed: a minor bug
|
| 144 |
+
|
| 145 |
= 1.0.61 =
|
| 146 |
* Fixed: Security issues
|
| 147 |
|
wd-google-maps.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* Plugin Name: 10Web Google Maps
|
| 5 |
* Plugin URI: https://10web.io/plugins/wordpress-google-maps/
|
| 6 |
* Description: 10Web Google Maps is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.
|
| 7 |
-
* Version: 1.0.
|
| 8 |
* Author: 10Web
|
| 9 |
* Author URI: https://10web.io/plugins
|
| 10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 4 |
* Plugin Name: 10Web Google Maps
|
| 5 |
* Plugin URI: https://10web.io/plugins/wordpress-google-maps/
|
| 6 |
* Description: 10Web Google Maps is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.
|
| 7 |
+
* Version: 1.0.62
|
| 8 |
* Author: 10Web
|
| 9 |
* Author URI: https://10web.io/plugins
|
| 10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
