Version Description
- 2014/02/03
- WP v3.8.1 compatibility check
Download this release
Release Info
Developer | WebFactory |
Plugin | Google Maps Widget – Ultimate Google Maps Plugin |
Version | 1.31 |
Comparing to | |
See all releases |
Code changes from version 1.30 to 1.31
- google-maps-widget.php +2 -2
- readme.txt +6 -2
google-maps-widget.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Maps Widget
|
|
4 |
Plugin URI: http://www.googlemapswidget.com/
|
5 |
Description: Display a single-image super-fast loading Google map in a widget. A larger, full featured map is available on click in a lightbox.
|
6 |
Author: Web factory Ltd
|
7 |
-
Version: 1.
|
8 |
Author URI: http://www.webfactoryltd.com/
|
9 |
|
10 |
Copyright 2013 - 2014 Web factory Ltd (email : info@webfactoryltd.com)
|
@@ -29,7 +29,7 @@ if (!function_exists('add_action')) {
|
|
29 |
}
|
30 |
|
31 |
|
32 |
-
define('GMW_VER', '1.
|
33 |
require_once 'gmw-widget.php';
|
34 |
|
35 |
|
4 |
Plugin URI: http://www.googlemapswidget.com/
|
5 |
Description: Display a single-image super-fast loading Google map in a widget. A larger, full featured map is available on click in a lightbox.
|
6 |
Author: Web factory Ltd
|
7 |
+
Version: 1.31
|
8 |
Author URI: http://www.webfactoryltd.com/
|
9 |
|
10 |
Copyright 2013 - 2014 Web factory Ltd (email : info@webfactoryltd.com)
|
29 |
}
|
30 |
|
31 |
|
32 |
+
define('GMW_VER', '1.31');
|
33 |
require_once 'gmw-widget.php';
|
34 |
|
35 |
|
readme.txt
CHANGED
@@ -5,8 +5,8 @@ Tags: google maps, maps, gmaps, widget, lightbox, map, google map, fancybox, fan
|
|
5 |
License: GPLv2 or later
|
6 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
7 |
Requires at least: 3.3
|
8 |
-
Tested up to: 3.8
|
9 |
-
Stable tag: 1.
|
10 |
|
11 |
Displays a single-image super-fast loading Google map in a widget. A larger map with all the usual features is available on click in a lightbox.
|
12 |
|
@@ -99,6 +99,10 @@ If you can figure it out open a thread in the support forums.
|
|
99 |
4. Widget options - lightbox map
|
100 |
|
101 |
== Changelog ==
|
|
|
|
|
|
|
|
|
102 |
= 1.30 =
|
103 |
* 2014/01/16
|
104 |
* added Dutch translation; thank you Arno!
|
5 |
License: GPLv2 or later
|
6 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
7 |
Requires at least: 3.3
|
8 |
+
Tested up to: 3.8.1
|
9 |
+
Stable tag: 1.31
|
10 |
|
11 |
Displays a single-image super-fast loading Google map in a widget. A larger map with all the usual features is available on click in a lightbox.
|
12 |
|
99 |
4. Widget options - lightbox map
|
100 |
|
101 |
== Changelog ==
|
102 |
+
= 1.31 =
|
103 |
+
* 2014/02/03
|
104 |
+
* WP v3.8.1 compatibility check
|
105 |
+
|
106 |
= 1.30 =
|
107 |
* 2014/01/16
|
108 |
* added Dutch translation; thank you Arno!
|