Version Description
- 2017/02/17
- minor bug fixes
- lower PRO prices
Download this release
Release Info
Developer | WebFactory |
Plugin | Google Maps Widget – Ultimate Google Maps Plugin |
Version | 3.50 |
Comparing to | |
See all releases |
Code changes from version 3.49 to 3.50
- css/gmw-admin.css +1 -1
- google-maps-widget.php +7 -7
- readme.txt +7 -2
css/gmw-admin.css
CHANGED
@@ -1059,4 +1059,4 @@ table.disabled, h3.disabled {
|
|
1059 |
.ui-tabs ul.ui-tabs-nav li {
|
1060 |
margin: 0;
|
1061 |
}
|
1062 |
-
}
|
1059 |
.ui-tabs ul.ui-tabs-nav li {
|
1060 |
margin: 0;
|
1061 |
}
|
1062 |
+
}
|
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.
|
8 |
Author URI: http://www.webfactoryltd.com/
|
9 |
Text Domain: google-maps-widget
|
10 |
Domain Path: lang
|
@@ -546,7 +546,7 @@ class GMW {
|
|
546 |
}
|
547 |
$min = $delta / 60 % 60;
|
548 |
echo '<p>We\'ve prepared a special <b>25% welcoming discount</b> available only for another <b class="gmw-countdown" data-endtime="' . ($options['first_install_gmt'] + $promo_delta) . '" style="font-weight: bold;">' . $h . ' ' . $min . 'min</b>.</p>';
|
549 |
-
echo '<p><a href="' . esc_url($activate_url) . '" style="vertical-align: baseline; margin-top: 15px;" class="button-primary">Get PRO now
|
550 |
} else {
|
551 |
echo '<p><a href="' . esc_url($activate_url) . '" style="vertical-align: baseline; margin-top: 15px;" class="button-primary">' . __('See what PRO has to offer', 'google-maps-widget') . '</a>';
|
552 |
}
|
@@ -779,7 +779,7 @@ class GMW {
|
|
779 |
$out .= '<div class="gmw-promo-box gmw-promo-box-agency gmw_goto_activation">
|
780 |
<div class="gmw-promo-icon"><img src="' . GMW_PLUGIN_URL . 'images/icon-agency.png" alt="Unlimited Agency Lifetime License" title="Unlimited Agency Lifetime License"></div>
|
781 |
<div class="gmw-promo-description"><h3>Unlimited Agency License</h3><br>
|
782 |
-
<span>Unlimited Client & Personal Sites<br>Lifetime Priority Support
|
783 |
if ($promo_active) {
|
784 |
$out .= '<div class="gmw-promo-button gmw-promo-button-extra"><a href="http://www.gmapswidget.com/buy/?p=pro-agency-welcome&r=welcome-GMW+v' . GMW::$version . '" target="_blank">only <strike>$99</strike> $74</a><span>discount: 25%</span></div>';
|
785 |
} else {
|
@@ -789,17 +789,17 @@ class GMW {
|
|
789 |
$out .= '<div class="gmw-promo-box gmw-promo-box-lifetime gmw_goto_activation gmw-promo-box-hover">
|
790 |
<div class="gmw-promo-icon"><img src="' . GMW_PLUGIN_URL . 'images/icon-unlimited.png" alt="Unlimited Lifetime License" title="Unlimited Lifetime License"></div>
|
791 |
<div class="gmw-promo-description"><h3>Unlimited Personal License</h3><br>
|
792 |
-
<span>Unlimited personal sites<br>
|
793 |
if ($promo_active) {
|
794 |
-
$out .= '<div class="gmw-promo-button gmw-promo-button-extra"><a href="http://www.gmapswidget.com/buy/?p=pro-welcome2&r=welcome-GMW+v' . GMW::$version . '" target="_blank">only <strike>$
|
795 |
} else {
|
796 |
-
$out .= '<div class="gmw-promo-button"><a href="http://www.gmapswidget.com/buy/?p=pro-unlimited2&r=GMW+v' . GMW::$version . '" data-noprevent="1" target="_blank">BUY $
|
797 |
}
|
798 |
$out .= '</div>';
|
799 |
$out .= '<div class="gmw-promo-box gmw-promo-box-yearly gmw_goto_activation">
|
800 |
<div class="gmw-promo-icon"><img src="' . GMW_PLUGIN_URL . 'images/icon-yearly.png" alt="Yearly License" title="Yearly License"></div>
|
801 |
<div class="gmw-promo-description"><h3>Single Site License</h3><br>
|
802 |
-
<span>1 Site (personal or client\'s)<br>1 Year of Support & 1 Year of
|
803 |
<div class="gmw-promo-button"><a href="http://www.gmapswidget.com/buy/?p=yearly&r=GMW+v' . GMW::$version . '" data-noprevent="1" target="_blank">$15 /year</a></div>
|
804 |
</div>';
|
805 |
$out .= '<div class="gmw-promo-box gmw-promo-box-trial gmw_goto_trial">
|
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.50
|
8 |
Author URI: http://www.webfactoryltd.com/
|
9 |
Text Domain: google-maps-widget
|
10 |
Domain Path: lang
|
546 |
}
|
547 |
$min = $delta / 60 % 60;
|
548 |
echo '<p>We\'ve prepared a special <b>25% welcoming discount</b> available only for another <b class="gmw-countdown" data-endtime="' . ($options['first_install_gmt'] + $promo_delta) . '" style="font-weight: bold;">' . $h . ' ' . $min . 'min</b>.</p>';
|
549 |
+
echo '<p><a href="' . esc_url($activate_url) . '" style="vertical-align: baseline; margin-top: 15px;" class="button-primary"><b>Get a lifetime PRO license now for only $19 - LIMITED OFFER!</b></a>';
|
550 |
} else {
|
551 |
echo '<p><a href="' . esc_url($activate_url) . '" style="vertical-align: baseline; margin-top: 15px;" class="button-primary">' . __('See what PRO has to offer', 'google-maps-widget') . '</a>';
|
552 |
}
|
779 |
$out .= '<div class="gmw-promo-box gmw-promo-box-agency gmw_goto_activation">
|
780 |
<div class="gmw-promo-icon"><img src="' . GMW_PLUGIN_URL . 'images/icon-agency.png" alt="Unlimited Agency Lifetime License" title="Unlimited Agency Lifetime License"></div>
|
781 |
<div class="gmw-promo-description"><h3>Unlimited Agency License</h3><br>
|
782 |
+
<span>Unlimited Client & Personal Sites<br>Lifetime Priority Support & Lifetime Updates</span></div>';
|
783 |
if ($promo_active) {
|
784 |
$out .= '<div class="gmw-promo-button gmw-promo-button-extra"><a href="http://www.gmapswidget.com/buy/?p=pro-agency-welcome&r=welcome-GMW+v' . GMW::$version . '" target="_blank">only <strike>$99</strike> $74</a><span>discount: 25%</span></div>';
|
785 |
} else {
|
789 |
$out .= '<div class="gmw-promo-box gmw-promo-box-lifetime gmw_goto_activation gmw-promo-box-hover">
|
790 |
<div class="gmw-promo-icon"><img src="' . GMW_PLUGIN_URL . 'images/icon-unlimited.png" alt="Unlimited Lifetime License" title="Unlimited Lifetime License"></div>
|
791 |
<div class="gmw-promo-description"><h3>Unlimited Personal License</h3><br>
|
792 |
+
<span>Unlimited personal sites<br> Lifetime Priority Support & Lifetime Updates</span></div>';
|
793 |
if ($promo_active) {
|
794 |
+
$out .= '<div class="gmw-promo-button gmw-promo-button-extra"><a href="http://www.gmapswidget.com/buy/?p=pro-welcome2&r=welcome-GMW+v' . GMW::$version . '" target="_blank">only <strike>$29</strike> $19</a><span>discount: 25%</span></div>';
|
795 |
} else {
|
796 |
+
$out .= '<div class="gmw-promo-button"><a href="http://www.gmapswidget.com/buy/?p=pro-unlimited2&r=GMW+v' . GMW::$version . '" data-noprevent="1" target="_blank">BUY $29</a></div>';
|
797 |
}
|
798 |
$out .= '</div>';
|
799 |
$out .= '<div class="gmw-promo-box gmw-promo-box-yearly gmw_goto_activation">
|
800 |
<div class="gmw-promo-icon"><img src="' . GMW_PLUGIN_URL . 'images/icon-yearly.png" alt="Yearly License" title="Yearly License"></div>
|
801 |
<div class="gmw-promo-description"><h3>Single Site License</h3><br>
|
802 |
+
<span>1 Site (personal or client\'s)<br>1 Year of Support & 1 Year of Updates</span></div>
|
803 |
<div class="gmw-promo-button"><a href="http://www.gmapswidget.com/buy/?p=yearly&r=GMW+v' . GMW::$version . '" data-noprevent="1" target="_blank">$15 /year</a></div>
|
804 |
</div>';
|
805 |
$out .= '<div class="gmw-promo-box gmw-promo-box-trial gmw_goto_trial">
|
readme.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
=== Google Maps Widget ===
|
2 |
Contributors: WebFactory
|
3 |
-
Tags:
|
4 |
License: GPLv2 or later
|
5 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
6 |
Requires at least: 4.0
|
7 |
Tested up to: 4.7
|
8 |
-
Stable tag: 3.
|
9 |
|
10 |
Tired of buggy and slow Google Maps plugins taking hours to setup? With GMW you'll have a perfect map with a thumbnail and lightbox in minutes!
|
11 |
|
@@ -151,6 +151,11 @@ Read the <a href="http://wordpress.org/support/plugin/google-maps-widget">suppor
|
|
151 |
|
152 |
== Changelog ==
|
153 |
|
|
|
|
|
|
|
|
|
|
|
154 |
= 3.49 =
|
155 |
* 2017/01/16
|
156 |
* minor bug fixes
|
1 |
=== Google Maps Widget ===
|
2 |
Contributors: WebFactory
|
3 |
+
Tags: google maps, google map, gmap, maps, map widget
|
4 |
License: GPLv2 or later
|
5 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
6 |
Requires at least: 4.0
|
7 |
Tested up to: 4.7
|
8 |
+
Stable tag: 3.50
|
9 |
|
10 |
Tired of buggy and slow Google Maps plugins taking hours to setup? With GMW you'll have a perfect map with a thumbnail and lightbox in minutes!
|
11 |
|
151 |
|
152 |
== Changelog ==
|
153 |
|
154 |
+
= 3.50 =
|
155 |
+
* 2017/02/17
|
156 |
+
* minor bug fixes
|
157 |
+
* lower PRO prices
|
158 |
+
|
159 |
= 3.49 =
|
160 |
* 2017/01/16
|
161 |
* minor bug fixes
|