Google Maps Widget – Ultimate Google Maps Plugin - Version 0.36

Version Description

Download this release

Release Info

Developer WebFactory
Plugin Icon 128x128 Google Maps Widget – Ultimate Google Maps Plugin
Version 0.36
Comparing to
See all releases

Code changes from version 0.35 to 0.36

Files changed (2) hide show
  1. google-maps-widget.php +2 -2
  2. readme.txt +1 -1
google-maps-widget.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Maps Widget
4
  Plugin URI: http://wordpress.org/extend/plugins/google-maps-widget/
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: 0.35
8
  Author URI: http://www.webfactoryltd.com/
9
  */
10
 
@@ -14,7 +14,7 @@ if (!function_exists('add_action')) {
14
  }
15
 
16
 
17
- define('GMW_VER', '0.35');
18
  require 'gmw-widget.php';
19
 
20
 
4
  Plugin URI: http://wordpress.org/extend/plugins/google-maps-widget/
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: 0.36
8
  Author URI: http://www.webfactoryltd.com/
9
  */
10
 
14
  }
15
 
16
 
17
+ define('GMW_VER', '0.36');
18
  require 'gmw-widget.php';
19
 
20
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: google maps, maps, gmaps, widget, lightbox, map, google map, fancybox, fan
5
  License: GPLv2 or later
6
  Requires at least: 3.2
7
  Tested up to: 3.4.2
8
- Stable tag: 0.35
9
 
10
  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.
11
 
5
  License: GPLv2 or later
6
  Requires at least: 3.2
7
  Tested up to: 3.4.2
8
+ Stable tag: 0.36
9
 
10
  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.
11