Google Maps Widget – Ultimate Google Maps Plugin - Version 3.04

Version Description

  • 2016/02/17
  • added more detailed instructions on how to generate the API key
Download this release

Release Info

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

Code changes from version 3.03 to 3.04

Files changed (2) hide show
  1. google-maps-widget.php +2 -2
  2. readme.txt +2 -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 as an image replacement or in a lightbox. Includes shortcode support and numerous options.
6
  Author: Web factory Ltd
7
- Version: 3.03
8
  Author URI: http://www.webfactoryltd.com/
9
  Text Domain: google-maps-widget
10
  Domain Path: lang
@@ -46,7 +46,7 @@ if (file_exists(GMW_PLUGIN_DIR . 'gmw-pro-license.php')) {
46
 
47
 
48
  class GMW {
49
- static $version = '3.03';
50
  static $options = 'gmw_options';
51
 
52
 
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 as an image replacement or in a lightbox. Includes shortcode support and numerous options.
6
  Author: Web factory Ltd
7
+ Version: 3.04
8
  Author URI: http://www.webfactoryltd.com/
9
  Text Domain: google-maps-widget
10
  Domain Path: lang
46
 
47
 
48
  class GMW {
49
+ static $version = '3.04';
50
  static $options = 'gmw_options';
51
 
52
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ License: GPLv2 or later
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: 3.8
8
  Tested up to: 4.4
9
- Stable tag: 3.03
10
 
11
  Displays a single image, super-fast loading Google map in a widget. A larger map with all interactive features is available on click in a lightbox.
12
 
@@ -142,7 +142,7 @@ Read the <a href="http://wordpress.org/support/plugin/google-maps-widget">suppor
142
 
143
  == Changelog ==
144
 
145
- = 3.03 =
146
  * 2016/02/17
147
  * added more detailed instructions on how to generate the API key
148
 
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: 3.8
8
  Tested up to: 4.4
9
+ Stable tag: 3.04
10
 
11
  Displays a single image, super-fast loading Google map in a widget. A larger map with all interactive features is available on click in a lightbox.
12
 
142
 
143
  == Changelog ==
144
 
145
+ = 3.04 =
146
  * 2016/02/17
147
  * added more detailed instructions on how to generate the API key
148