Version Description
- 2019/02/19
- added Gray #2 thumbnail color scheme
Download this release
Release Info
Developer | WebFactory |
Plugin | Google Maps Widget – Ultimate Google Maps Plugin |
Version | 4.10 |
Comparing to | |
See all releases |
Code changes from version 4.05 to 4.10
- gmw-widget.php +3 -2
- google-maps-widget.php +1 -1
- readme.txt +7 -3
gmw-widget.php
CHANGED
@@ -158,7 +158,7 @@ class GoogleMapsWidget extends WP_Widget {
|
|
158 |
array('val' => 'bright', 'label' => __('Bright', 'google-maps-widget')),
|
159 |
array('val' => 'gowalla', 'label' => __('Gowalla', 'google-maps-widget')),
|
160 |
array('val' => 'gray', 'label' => __('Gray', 'google-maps-widget')),
|
161 |
-
array('val' => '
|
162 |
array('val' => '-1', 'label' => __('Light', 'google-maps-widget')),
|
163 |
array('val' => 'mapbox', 'label' => __('Mapbox', 'google-maps-widget')),
|
164 |
array('val' => 'midnight', 'label' => __('Midnight', 'google-maps-widget')),
|
@@ -516,7 +516,8 @@ class GoogleMapsWidget extends WP_Widget {
|
|
516 |
'midnight' => 'style=feature:water|element:all|color:0x021019|&style=feature:landscape|element:all|color:0x08304b|&style=feature:poi|element:geometry|color:0x0c4152|lightness:5|&style=feature:road.highway|element:geometry.fill|color:0x000000|&style=feature:road.highway|element:geometry.stroke|color:0x0b434f|lightness:25|&style=feature:road.arterial|element:geometry.fill|color:0x000000|&style=feature:road.arterial|element:geometry.stroke|color:0x0b3d51|lightness:16|&style=feature:road.local|element:geometry|color:0x000000|&style=feature:all|element:labels.text.fill|color:0xffffff|&style=feature:all|element:labels.text.stroke|color:0x000000|lightness:13|&style=feature:transit|element:all|color:0x146474|&style=feature:administrative|element:geometry.fill|color:0x000000|&style=feature:administrative|element:geometry.stroke|color:0x144b53|lightness:14|weight:1.4|',
|
517 |
'neon' => 'style=saturation:100|gamma:0.6',
|
518 |
'gray' => 'style=feature:landscape|element:all|saturation:-100|lightness:65|visibility:on|&style=feature:poi|element:all|saturation:-100|lightness:51|visibility:simplified|&style=feature:road.highway|element:all|saturation:-100|visibility:simplified|&style=feature:road.arterial|element:all|saturation:-100|lightness:30|visibility:on|&style=feature:road.local|element:all|saturation:-100|lightness:40|visibility:on|&style=feature:transit|element:all|saturation:-100|visibility:simplified|&style=feature:administrative.province|element:all|visibility:off|&style=feature:water|element:labels|visibility:on|lightness:-25|saturation:-100|&style=feature:water|element:geometry|hue:0xffff00|lightness:-25|saturation:-97|',
|
519 |
-
'blue' => 'style=feature:water|element:all|color:0x46bcec|visibility:on|&style=feature:landscape|element:all|color:0xf2f2f2|&style=feature:road|element:all|saturation:-100|lightness:45|&style=feature:road.highway|element:all|visibility:simplified|&style=feature:road.arterial|element:labels.icon|visibility:off|&style=feature:administrative|element:labels.text.fill|color:0x444444|&style=feature:transit|element:all|visibility:off|&style=feature:poi|element:all|visibility:off|'
|
|
|
520 |
|
521 |
$map_src = '//maps.googleapis.com/maps/api/staticmap';
|
522 |
|
158 |
array('val' => 'bright', 'label' => __('Bright', 'google-maps-widget')),
|
159 |
array('val' => 'gowalla', 'label' => __('Gowalla', 'google-maps-widget')),
|
160 |
array('val' => 'gray', 'label' => __('Gray', 'google-maps-widget')),
|
161 |
+
array('val' => 'gray2', 'label' => __('Gray #2', 'google-maps-widget')),
|
162 |
array('val' => '-1', 'label' => __('Light', 'google-maps-widget')),
|
163 |
array('val' => 'mapbox', 'label' => __('Mapbox', 'google-maps-widget')),
|
164 |
array('val' => 'midnight', 'label' => __('Midnight', 'google-maps-widget')),
|
516 |
'midnight' => 'style=feature:water|element:all|color:0x021019|&style=feature:landscape|element:all|color:0x08304b|&style=feature:poi|element:geometry|color:0x0c4152|lightness:5|&style=feature:road.highway|element:geometry.fill|color:0x000000|&style=feature:road.highway|element:geometry.stroke|color:0x0b434f|lightness:25|&style=feature:road.arterial|element:geometry.fill|color:0x000000|&style=feature:road.arterial|element:geometry.stroke|color:0x0b3d51|lightness:16|&style=feature:road.local|element:geometry|color:0x000000|&style=feature:all|element:labels.text.fill|color:0xffffff|&style=feature:all|element:labels.text.stroke|color:0x000000|lightness:13|&style=feature:transit|element:all|color:0x146474|&style=feature:administrative|element:geometry.fill|color:0x000000|&style=feature:administrative|element:geometry.stroke|color:0x144b53|lightness:14|weight:1.4|',
|
517 |
'neon' => 'style=saturation:100|gamma:0.6',
|
518 |
'gray' => 'style=feature:landscape|element:all|saturation:-100|lightness:65|visibility:on|&style=feature:poi|element:all|saturation:-100|lightness:51|visibility:simplified|&style=feature:road.highway|element:all|saturation:-100|visibility:simplified|&style=feature:road.arterial|element:all|saturation:-100|lightness:30|visibility:on|&style=feature:road.local|element:all|saturation:-100|lightness:40|visibility:on|&style=feature:transit|element:all|saturation:-100|visibility:simplified|&style=feature:administrative.province|element:all|visibility:off|&style=feature:water|element:labels|visibility:on|lightness:-25|saturation:-100|&style=feature:water|element:geometry|hue:0xffff00|lightness:-25|saturation:-97|',
|
519 |
+
'blue' => 'style=feature:water|element:all|color:0x46bcec|visibility:on|&style=feature:landscape|element:all|color:0xf2f2f2|&style=feature:road|element:all|saturation:-100|lightness:45|&style=feature:road.highway|element:all|visibility:simplified|&style=feature:road.arterial|element:labels.icon|visibility:off|&style=feature:administrative|element:labels.text.fill|color:0x444444|&style=feature:transit|element:all|visibility:off|&style=feature:poi|element:all|visibility:off|',
|
520 |
+
'gray2' => 'style=feature:all|element:all|saturation:-100|gamma:0.5|');
|
521 |
|
522 |
$map_src = '//maps.googleapis.com/maps/api/staticmap';
|
523 |
|
google-maps-widget.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Maps Widget
|
|
4 |
Plugin URI: https://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: Google Maps Widget
|
7 |
-
Version: 4.
|
8 |
Author URI: https://www.gmapswidget.com/
|
9 |
Text Domain: google-maps-widget
|
10 |
Domain Path: lang
|
4 |
Plugin URI: https://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: Google Maps Widget
|
7 |
+
Version: 4.10
|
8 |
Author URI: https://www.gmapswidget.com/
|
9 |
Text Domain: google-maps-widget
|
10 |
Domain Path: lang
|
readme.txt
CHANGED
@@ -4,11 +4,11 @@ Tags: google maps, maps, map, google map, map markers, google maps plugin, wp go
|
|
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: 5.
|
8 |
-
Stable tag: 4.
|
9 |
Requires PHP: 5.2
|
10 |
|
11 |
-
Google Maps
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -181,6 +181,10 @@ Try <a href="http://www.niftymaps.co">Nifty Maps</a> - a comprehensive Map Build
|
|
181 |
|
182 |
== Changelog ==
|
183 |
|
|
|
|
|
|
|
|
|
184 |
= 4.05 =
|
185 |
* 2019/01/08
|
186 |
* added Blue thumbnail color scheme
|
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: 5.1
|
8 |
+
Stable tag: 4.10
|
9 |
Requires PHP: 5.2
|
10 |
|
11 |
+
Are your Google Maps slow? Try Google Maps Widget. You'll have a fast Google Map with a thumbnail & lightbox in minutes!
|
12 |
|
13 |
== Description ==
|
14 |
|
181 |
|
182 |
== Changelog ==
|
183 |
|
184 |
+
= 4.10 =
|
185 |
+
* 2019/02/19
|
186 |
+
* added Gray #2 thumbnail color scheme
|
187 |
+
|
188 |
= 4.05 =
|
189 |
* 2019/01/08
|
190 |
* added Blue thumbnail color scheme
|