Google Maps Widget – Ultimate Google Maps Plugin - Version 3.39

Version Description

  • 2016/07/10
  • fix for "over quota limit" error some users were getting
Download this release

Release Info

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

Code changes from version 3.38 to 3.39

Files changed (4) hide show
  1. css/gmw-admin.css +2 -2
  2. gmw-widget.php +3 -3
  3. google-maps-widget.php +3 -4
  4. readme.txt +6 -2
css/gmw-admin.css CHANGED
@@ -91,12 +91,12 @@
91
 
92
  .gmw-tabs select, .gmw-tabs input[type=text]:not(.wp-color-picker) {
93
  min-width: 230px;
94
- max-width: 331px;
95
  width: 100%;
96
  }
97
 
98
  .gmw-tabs input {
99
- max-width: 331px;
100
  }
101
 
102
  option.gmw_promo {
91
 
92
  .gmw-tabs select, .gmw-tabs input[type=text]:not(.wp-color-picker) {
93
  min-width: 230px;
94
+ max-width: 330px;
95
  width: 100%;
96
  }
97
 
98
  .gmw-tabs input {
99
+ max-width: 330px;
100
  }
101
 
102
  option.gmw_promo {
gmw-widget.php CHANGED
@@ -321,13 +321,13 @@ class GoogleMapsWidget extends WP_Widget {
321
  echo '<div id="gmw-pins">';
322
  echo '<p>Multiple pins support is a <span class="gmw-pro-red">PRO</span> feature. If you need to show multiple locations on the same map with full per-pin customizability upgrade now. Besides multiple pins you will get 50 extra options and features.</p>';
323
  echo '<p>If one location per map is all you need, please enter the address in the address field above.</p>';
324
- echo '<p><br><a class="button open_promo_dialog" href="#">Activate PRO features</a></p>';
325
  echo '</div>';
326
  // end - pins tab
327
 
328
  // shortcode tab
329
  echo '<div id="gmw-shortcode">';
330
- echo '<p>Shortcode support is a <span class="gmw-pro-red">PRO</span> feature. It enables you to place maps anywhere in content; including pages, posts and custom post types. Besides the shortcode feature you will get 50 extra options and features.</p><p><br><a class="button open_promo_dialog" href="#">Activate PRO features</a></p>';
331
  echo '</div>';
332
  // end - shortcode tab
333
 
@@ -339,7 +339,7 @@ class GoogleMapsWidget extends WP_Widget {
339
 
340
  echo '<h4>' . __('Activate <span class="gmw-pro-red">PRO</span> features', 'google-maps-widget') . '</h4>';
341
  echo '<p><span class="gmw-pro-red">PRO</span> features give you access to priority support and more than 50 extra options &amp; features including shortcode support, additional map types, more map skins and a host of other additional features.';
342
- echo ' <a class="open_promo_dialog" href="#">Activate PRO features</a>';
343
  echo '</p>';
344
  echo '<h4>' . __('Rate the plugin &amp; spread the word', 'google-maps-widget') . '</h4>';
345
  echo '<p>It won\'t take you more than a minute, but it will help us immensely. So please - <a href="https://wordpress.org/support/view/plugin-reviews/google-maps-widget" target="_blank">rate the plugin</a>. Or spread the word by <a href="https://twitter.com/intent/tweet?via=WebFactoryLtd&amp;text=' . urlencode('I\'m using the #free Google Maps Widget for #wordpress. You can grab it too at http://goo.gl/2qcbbf') . '" target="_blank">tweeting about it</a>. Thank you!</p>';
321
  echo '<div id="gmw-pins">';
322
  echo '<p>Multiple pins support is a <span class="gmw-pro-red">PRO</span> feature. If you need to show multiple locations on the same map with full per-pin customizability upgrade now. Besides multiple pins you will get 50 extra options and features.</p>';
323
  echo '<p>If one location per map is all you need, please enter the address in the address field above.</p>';
324
+ echo '<p><br><a class="button open_promo_dialog" href="#">Activate <span class="gmw-pro-red">PRO</span> features NOW</a></p>';
325
  echo '</div>';
326
  // end - pins tab
327
 
328
  // shortcode tab
329
  echo '<div id="gmw-shortcode">';
330
+ echo '<p>Shortcode support is a <span class="gmw-pro-red">PRO</span> feature. It enables you to place maps anywhere in content; including pages, posts and custom post types. Besides the shortcode feature you will get 50 extra options and features.</p><p><br><a class="button open_promo_dialog" href="#">Activate <span class="gmw-pro-red">PRO</span> features NOW</a></p>';
331
  echo '</div>';
332
  // end - shortcode tab
333
 
339
 
340
  echo '<h4>' . __('Activate <span class="gmw-pro-red">PRO</span> features', 'google-maps-widget') . '</h4>';
341
  echo '<p><span class="gmw-pro-red">PRO</span> features give you access to priority support and more than 50 extra options &amp; features including shortcode support, additional map types, more map skins and a host of other additional features.';
342
+ echo ' <a class="open_promo_dialog" href="#">Activate PRO features NOW</a>';
343
  echo '</p>';
344
  echo '<h4>' . __('Rate the plugin &amp; spread the word', 'google-maps-widget') . '</h4>';
345
  echo '<p>It won\'t take you more than a minute, but it will help us immensely. So please - <a href="https://wordpress.org/support/view/plugin-reviews/google-maps-widget" target="_blank">rate the plugin</a>. Or spread the word by <a href="https://twitter.com/intent/tweet?via=WebFactoryLtd&amp;text=' . urlencode('I\'m using the #free Google Maps Widget for #wordpress. You can grab it too at http://goo.gl/2qcbbf') . '" target="_blank">tweeting about it</a>. Thank you!</p>';
google-maps-widget.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Maps Widget
4
  Plugin URI: http://www.gmapswidget.com/
5
  Description: Display a single image super-fast loading Google map in a widget. A larger, full featured map is available in a lightbox. Includes a user-friendly interface and numerous appearance options.
6
  Author: Web factory Ltd
7
- Version: 3.38
8
  Author URI: http://www.webfactoryltd.com/
9
  Text Domain: google-maps-widget
10
  Domain Path: lang
@@ -253,8 +253,7 @@ class GMW {
253
  static function get_api_key($type = 'static') {
254
  $options = GMW::get_options();
255
  $default_api_keys = array('AIzaSyB35Ukt8bKRSY-mII-1Q7DmVx8LnlpmND0',
256
- 'AIzaSyCsY7jqJLTFBtRsGLcb-JQOhW6910qh1ts',
257
- 'AIzaSyDawXzxQurkSkkTxzzW-WRYKmia_Y28S1Q',
258
  'AIzaSyArcXkQ15FoOTS2Z7El2SJHDIlTMW7Rxxg',
259
  'AIzaSyBVJ4JR63d1JIL8L6b_emat-_jXMcHveR0',
260
  'AIzaSyDOobziwX_9-4JuAgqIlTUZgXAss7zIIEM',
@@ -746,7 +745,7 @@ class GMW {
746
  $out .= '<div class="gmw-promo-box gmw-promo-box-trial gmw_goto_trial">
747
  <div class="gmw-promo-icon"><img src="' . GMW_PLUGIN_URL . 'images/icon-trial.png" alt="7 Days Free Trial License" title="7 Days Free Trial License"></div>
748
  <div class="gmw-promo-description"><h3>7 Days Free Trial</h3><br>
749
- <span>Still on the fence? Test PRO for free.</span></div>
750
  <div class="gmw-promo-button"><a href="#">Start</a></div>
751
  </div>';
752
  $out .= '<p class="gmw-footer-intro">Already have a license key? <a href="#" class="gmw_goto_activation">Enter it here</a></p>';
4
  Plugin URI: http://www.gmapswidget.com/
5
  Description: Display a single image super-fast loading Google map in a widget. A larger, full featured map is available in a lightbox. Includes a user-friendly interface and numerous appearance options.
6
  Author: Web factory Ltd
7
+ Version: 3.39
8
  Author URI: http://www.webfactoryltd.com/
9
  Text Domain: google-maps-widget
10
  Domain Path: lang
253
  static function get_api_key($type = 'static') {
254
  $options = GMW::get_options();
255
  $default_api_keys = array('AIzaSyB35Ukt8bKRSY-mII-1Q7DmVx8LnlpmND0',
256
+ 'AIzaSyDlGWq9fCAJopqM0FakFvUWH0J52-tr3UM',
 
257
  'AIzaSyArcXkQ15FoOTS2Z7El2SJHDIlTMW7Rxxg',
258
  'AIzaSyBVJ4JR63d1JIL8L6b_emat-_jXMcHveR0',
259
  'AIzaSyDOobziwX_9-4JuAgqIlTUZgXAss7zIIEM',
745
  $out .= '<div class="gmw-promo-box gmw-promo-box-trial gmw_goto_trial">
746
  <div class="gmw-promo-icon"><img src="' . GMW_PLUGIN_URL . 'images/icon-trial.png" alt="7 Days Free Trial License" title="7 Days Free Trial License"></div>
747
  <div class="gmw-promo-description"><h3>7 Days Free Trial</h3><br>
748
+ <span>Still on the fence? Test PRO for free NOW.</span></div>
749
  <div class="gmw-promo-button"><a href="#">Start</a></div>
750
  </div>';
751
  $out .= '<p class="gmw-footer-intro">Already have a license key? <a href="#" class="gmw_goto_activation">Enter it here</a></p>';
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: 4.0
8
  Tested up to: 4.5
9
- Stable tag: 3.38
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
 
@@ -140,7 +140,11 @@ Read the <a href="http://wordpress.org/support/plugin/google-maps-widget">suppor
140
  4. Widget options - Interactive map
141
  5. Widget options - Shortcode
142
 
143
- == Changelog ==
 
 
 
 
144
  = 3.38 =
145
  * 2016/06/23
146
  * just a few bug fixes
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: 4.0
8
  Tested up to: 4.5
9
+ Stable tag: 3.39
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
 
140
  4. Widget options - Interactive map
141
  5. Widget options - Shortcode
142
 
143
+ == Changelog ==
144
+ = 3.39 =
145
+ * 2016/07/10
146
+ * fix for "over quota limit" error some users were getting
147
+
148
  = 3.38 =
149
  * 2016/06/23
150
  * just a few bug fixes