Google Maps Widget – Ultimate Google Maps Plugin - Version 1.95

Version Description

  • 2014/12/19
  • minor WP v4.1 updates
Download this release

Release Info

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

Code changes from version 1.93 to 1.95

Files changed (3) hide show
  1. gmw-widget.php +7 -7
  2. google-maps-widget.php +2 -2
  3. readme.txt +6 -2
gmw-widget.php CHANGED
@@ -97,15 +97,15 @@ class GoogleMapsWidget extends WP_Widget {
97
  $zoom_levels[] = array('val' => $tmp, 'label' => $tmp);
98
  }
99
 
100
- $lightbox_skins[] = array('val' => 'light', 'label' => __('Light (default)', 'google-maps-widget'));
101
- $lightbox_skins[] = array('val' => 'dark', 'label' => __('Dark', 'google-maps-widget'));
102
 
103
- $thumb_pin_types[] = array('val' => 'predefined', 'label' => __('Predefined (default)', 'google-maps-widget'));
104
- $thumb_pin_types[] = array('val' => 'custom', 'label' => __('Custom', 'google-maps-widget'));
105
 
106
- $thumb_link_types[] = array('val' => 'lightbox', 'label' => __('Lightbox (default)', 'google-maps-widget'));
107
- $thumb_link_types[] = array('val' => 'custom', 'label' => __('Custom link', 'google-maps-widget'));
108
- $thumb_link_types[] = array('val' => 'nolink', 'label' => __('Disable link', 'google-maps-widget'));
109
 
110
 
111
  echo '<p><label for="' . $this->get_field_id('title') . '">' . __('Title', 'google-maps-widget') . ':</label><input class="widefat" id="' . $this->get_field_id('title') . '" name="' . $this->get_field_name('title') . '" type="text" value="' . esc_attr($title) . '" /></p>';
97
  $zoom_levels[] = array('val' => $tmp, 'label' => $tmp);
98
  }
99
 
100
+ $lightbox_skins = array(array('val' => 'light', 'label' => __('Light (default)', 'google-maps-widget')),
101
+ array('val' => 'dark', 'label' => __('Dark', 'google-maps-widget')));
102
 
103
+ $thumb_pin_types = array(array('val' => 'predefined', 'label' => __('Predefined (default)', 'google-maps-widget')),
104
+ array('val' => 'custom', 'label' => __('Custom', 'google-maps-widget')));
105
 
106
+ $thumb_link_types = array(array('val' => 'lightbox', 'label' => __('Lightbox (default)', 'google-maps-widget')),
107
+ array('val' => 'custom', 'label' => __('Custom link', 'google-maps-widget')),
108
+ array('val' => 'nolink', 'label' => __('Disable link', 'google-maps-widget')));
109
 
110
 
111
  echo '<p><label for="' . $this->get_field_id('title') . '">' . __('Title', 'google-maps-widget') . ':</label><input class="widefat" id="' . $this->get_field_id('title') . '" name="' . $this->get_field_name('title') . '" type="text" value="' . esc_attr($title) . '" /></p>';
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.93
8
  Author URI: http://www.webfactoryltd.com/
9
  Text Domain: google-maps-widget
10
  Domain Path: lang
@@ -31,7 +31,7 @@ if (!defined('ABSPATH')) {
31
  }
32
 
33
 
34
- define('GMW_VER', '1.93');
35
  define('GMW_OPTIONS', 'gmw_options');
36
  define('GMW_CRON', 'gmw_cron');
37
 
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.95
8
  Author URI: http://www.webfactoryltd.com/
9
  Text Domain: google-maps-widget
10
  Domain Path: lang
31
  }
32
 
33
 
34
+ define('GMW_VER', '1.95');
35
  define('GMW_OPTIONS', 'gmw_options');
36
  define('GMW_CRON', 'gmw_cron');
37
 
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: 4.0.1
9
- Stable tag: 1.93
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
 
@@ -111,6 +111,10 @@ If you can figure it out open a thread in the support forums.
111
  4. Widget options - lightbox map
112
 
113
  == Changelog ==
 
 
 
 
114
  = 1.93 =
115
  * 2014/12/03
116
  * due to someone being a huge cun* we can no longer offer discounts for our Envato products in GMW
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: 4.1
9
+ Stable tag: 1.95
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
 
111
  4. Widget options - lightbox map
112
 
113
  == Changelog ==
114
+ = 1.95 =
115
+ * 2014/12/19
116
+ * minor WP v4.1 updates
117
+
118
  = 1.93 =
119
  * 2014/12/03
120
  * due to someone being a huge cun* we can no longer offer discounts for our Envato products in GMW