Version Description
- 2013/10/21
- added French translation; thanks Karimba
Download this release
Release Info
Developer | WebFactory |
Plugin | Google Maps Widget – Ultimate Google Maps Plugin |
Version | 0.95 |
Comparing to | |
See all releases |
Code changes from version 0.90 to 0.95
- google-maps-widget.php +2 -2
- lang/google-maps-widget-fr_FR.mo +0 -0
- readme.txt +6 -2
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.95
|
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.95');
|
33 |
require_once 'gmw-widget.php';
|
34 |
|
35 |
|
lang/google-maps-widget-fr_FR.mo
ADDED
Binary file
|
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: 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 |
|
@@ -53,7 +53,7 @@ The plugin was voted on the <a href="http://themesplugins.com/Plugin-detail/goog
|
|
53 |
* Spanish - Jesus Garica
|
54 |
* Croatian - Gordan
|
55 |
* German - Karimba
|
56 |
-
* French -
|
57 |
* Chinese - coming soon
|
58 |
|
59 |
== Installation ==
|
@@ -95,6 +95,10 @@ If you can figure it out open a thread in the support forums.
|
|
95 |
4. Widget options - lightbox map
|
96 |
|
97 |
== Changelog ==
|
|
|
|
|
|
|
|
|
98 |
= 0.90 =
|
99 |
* 2013/10/14
|
100 |
* added German translation; thanks Karimba
|
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.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 |
|
53 |
* Spanish - Jesus Garica
|
54 |
* Croatian - Gordan
|
55 |
* German - Karimba
|
56 |
+
* French - Karimba
|
57 |
* Chinese - coming soon
|
58 |
|
59 |
== Installation ==
|
95 |
4. Widget options - lightbox map
|
96 |
|
97 |
== Changelog ==
|
98 |
+
= 0.95 =
|
99 |
+
* 2013/10/21
|
100 |
+
* added French translation; thanks Karimba
|
101 |
+
|
102 |
= 0.90 =
|
103 |
* 2013/10/14
|
104 |
* added German translation; thanks Karimba
|