Version Description
- 2018-01-05
Download this release
Release Info
Developer | codeinwp |
Plugin | Google Maps Plugin by Intergeo |
Version | 2.2.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.2
- CHANGELOG.md +3 -2
- css/frontend.css +1 -1
- index.php +2 -2
- languages/intergeo-maps.pot +4 -4
- readme.md +6 -0
- readme.txt +6 -0
- themeisle-hash.json +1 -0
CHANGELOG.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
|
2 |
-
### v2.2.
|
3 |
**Changes:**
|
4 |
-
*
|
|
|
5 |
|
6 |
### v2.2.1 - 2017-11-13
|
7 |
**Changes:**
|
1 |
|
2 |
+
### v2.2.2 - 2018-01-05
|
3 |
**Changes:**
|
4 |
+
* Improves compatibility with latest WordPress version.
|
5 |
+
* Sync ThemeIsle SDK.
|
6 |
|
7 |
### v2.2.1 - 2017-11-13
|
8 |
**Changes:**
|
css/frontend.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
* Version: 2.2.
|
3 |
*/
|
4 |
|
5 |
.intergeo_map_canvas img {
|
1 |
/*
|
2 |
+
* Version: 2.2.2
|
3 |
*/
|
4 |
|
5 |
.intergeo_map_canvas img {
|
index.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Intergeo - Google Maps Plugin - Lite
|
5 |
* Plugin URI: http://themeisle.com/plugins/intergeo-maps-lite/
|
6 |
* Description: A simple, easy and quite powerful Google Map tool to create, manage and embed custom Google Maps into your WordPress posts and pages. The plugin allows you to deeply customize look and feel of a map, add overlays like markers, rectangles, circles, polylines and polygons to your map. It could even be integraded with your Google Adsense account and show ad on your maps.
|
7 |
-
* Version: 2.2.
|
8 |
* Author: Themeisle
|
9 |
* Author URI: http://themeisle.com
|
10 |
* License: GPL v2.0 or later
|
@@ -16,7 +16,7 @@
|
|
16 |
*/
|
17 |
|
18 |
define( 'INTERGEO_PLUGIN_NAME', 'intergeo' );
|
19 |
-
define( 'INTERGEO_VERSION', '2.2.
|
20 |
define( 'INTERGEO_ABSPATH', dirname( __FILE__ ) );
|
21 |
define( 'INTERGEO_ABSURL', plugins_url( '/', __FILE__ ) );
|
22 |
defined( 'WPLANG' ) || define( 'WPLANG', '' );
|
4 |
* Plugin Name: Intergeo - Google Maps Plugin - Lite
|
5 |
* Plugin URI: http://themeisle.com/plugins/intergeo-maps-lite/
|
6 |
* Description: A simple, easy and quite powerful Google Map tool to create, manage and embed custom Google Maps into your WordPress posts and pages. The plugin allows you to deeply customize look and feel of a map, add overlays like markers, rectangles, circles, polylines and polygons to your map. It could even be integraded with your Google Adsense account and show ad on your maps.
|
7 |
+
* Version: 2.2.2
|
8 |
* Author: Themeisle
|
9 |
* Author URI: http://themeisle.com
|
10 |
* License: GPL v2.0 or later
|
16 |
*/
|
17 |
|
18 |
define( 'INTERGEO_PLUGIN_NAME', 'intergeo' );
|
19 |
+
define( 'INTERGEO_VERSION', '2.2.2' );
|
20 |
define( 'INTERGEO_ABSPATH', dirname( __FILE__ ) );
|
21 |
define( 'INTERGEO_ABSURL', plugins_url( '/', __FILE__ ) );
|
22 |
defined( 'WPLANG' ) || define( 'WPLANG', '' );
|
languages/intergeo-maps.pot
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPL v2.0 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Intergeo - Google Maps Plugin - Lite 2.2.
|
6 |
"Report-Msgid-Bugs-To: https://github.com/Codeinwp/intergeo-maps/issues\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: Themeisle Translate Team <friends@themeisle.com>\n"
|
13 |
"Language-Team: Themeisle Translate <friends@themeisle.com>\n"
|
14 |
"X-Generator: grunt-wp-i18n 0.5.4\n"
|
1 |
+
# Copyright (C) 2018 Themeisle
|
2 |
# This file is distributed under the GPL v2.0 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Intergeo - Google Maps Plugin - Lite 2.2.1\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/Codeinwp/intergeo-maps/issues\n"
|
7 |
+
"POT-Creation-Date: 2018-01-05 14:50:57+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: Themeisle Translate Team <friends@themeisle.com>\n"
|
13 |
"Language-Team: Themeisle Translate <friends@themeisle.com>\n"
|
14 |
"X-Generator: grunt-wp-i18n 0.5.4\n"
|
readme.md
CHANGED
@@ -128,6 +128,12 @@ function filter_intergeo_map_settings( $options ) {
|
|
128 |
}`
|
129 |
|
130 |
## Changelog ##
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
### 2.2.1 - 2017-11-13 ###
|
132 |
|
133 |
* Fix minor issue with markers.
|
128 |
}`
|
129 |
|
130 |
## Changelog ##
|
131 |
+
### 2.2.2 - 2018-01-05 ###
|
132 |
+
|
133 |
+
* Improves compatibility with latest WordPress version.
|
134 |
+
* Sync ThemeIsle SDK.
|
135 |
+
|
136 |
+
|
137 |
### 2.2.1 - 2017-11-13 ###
|
138 |
|
139 |
* Fix minor issue with markers.
|
readme.txt
CHANGED
@@ -128,6 +128,12 @@ function filter_intergeo_map_settings( $options ) {
|
|
128 |
}`
|
129 |
|
130 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
= 2.2.1 - 2017-11-13 =
|
132 |
|
133 |
* Fix minor issue with markers.
|
128 |
}`
|
129 |
|
130 |
== Changelog ==
|
131 |
+
= 2.2.2 - 2018-01-05 =
|
132 |
+
|
133 |
+
* Improves compatibility with latest WordPress version.
|
134 |
+
* Sync ThemeIsle SDK.
|
135 |
+
|
136 |
+
|
137 |
= 2.2.1 - 2017-11-13 =
|
138 |
|
139 |
* Fix minor issue with markers.
|
themeisle-hash.json
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
{"index.php":"542ea155c07b9114978310545d08fdb9"}
|