Version Description
- 2013/10/03
- added Croatian translation; thank you Gordan
Download this release
Release Info
Developer | WebFactory |
Plugin | Google Maps Widget – Ultimate Google Maps Plugin |
Version | 0.85 |
Comparing to | |
See all releases |
Code changes from version 0.80 to 0.85
- google-maps-widget.php +2 -2
- lang/google-maps-widget-hr.mo +0 -0
- readme.txt +8 -3
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: 0.
|
8 |
Author URI: http://www.webfactoryltd.com/
|
9 |
|
10 |
Copyright 2013 Web factory Ltd (email : info@webfactoryltd.com)
|
@@ -29,7 +29,7 @@ if (!function_exists('add_action')) {
|
|
29 |
}
|
30 |
|
31 |
|
32 |
-
define('GMW_VER', '0.
|
33 |
require_once 'gmw-widget.php';
|
34 |
|
35 |
|
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: 0.85
|
8 |
Author URI: http://www.webfactoryltd.com/
|
9 |
|
10 |
Copyright 2013 Web factory Ltd (email : info@webfactoryltd.com)
|
29 |
}
|
30 |
|
31 |
|
32 |
+
define('GMW_VER', '0.85');
|
33 |
require_once 'gmw-widget.php';
|
34 |
|
35 |
|
lang/google-maps-widget-hr.mo
ADDED
Binary file
|
readme.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
=== Google Maps Widget ===
|
2 |
Contributors: WebFactory
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40webfactoryltd%2ecom&lc=US&item_name=Google%20Maps%20Widget&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
|
4 |
-
Tags: google maps, maps, gmaps, widget, lightbox, map, google map, fancybox, fancybox2, multilingual
|
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: 3.6.1
|
9 |
-
Stable tag: 0.
|
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 |
|
@@ -51,8 +51,9 @@ The plugin was voted on the <a href="http://themesplugins.com/Plugin-detail/goog
|
|
51 |
* English - original :)
|
52 |
* Swedish - Sofia Asklund
|
53 |
* Spanish - Jesus Garica
|
54 |
-
* Croatian -
|
55 |
* German - coming soon
|
|
|
56 |
|
57 |
== Installation ==
|
58 |
|
@@ -89,6 +90,10 @@ If you can figure it out open a thread in the support forums.
|
|
89 |
4. Widget options - lightbox map
|
90 |
|
91 |
== Changelog ==
|
|
|
|
|
|
|
|
|
92 |
= 0.80 =
|
93 |
* 2013/09/28
|
94 |
* minor translation fixes
|
1 |
=== Google Maps Widget ===
|
2 |
Contributors: WebFactory
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40webfactoryltd%2ecom&lc=US&item_name=Google%20Maps%20Widget&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
|
4 |
+
Tags: google maps, maps, gmaps, widget, lightbox, map, google map, fancybox, fancybox2, multilingual, sidebar
|
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: 3.6.1
|
9 |
+
Stable tag: 0.85
|
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 |
|
51 |
* English - original :)
|
52 |
* Swedish - Sofia Asklund
|
53 |
* Spanish - Jesus Garica
|
54 |
+
* Croatian - Gordan
|
55 |
* German - coming soon
|
56 |
+
* French - coming soon
|
57 |
|
58 |
== Installation ==
|
59 |
|
90 |
4. Widget options - lightbox map
|
91 |
|
92 |
== Changelog ==
|
93 |
+
= 0.85 =
|
94 |
+
* 2013/10/03
|
95 |
+
* added Croatian translation; thank you Gordan
|
96 |
+
|
97 |
= 0.80 =
|
98 |
* 2013/09/28
|
99 |
* minor translation fixes
|