Version Description
- Fixed: Pro version automatic updater was not notifying about new updates (it may be necessary to update to the current version manually).
Download this release
Release Info
Developer | chrisvrichardson |
Plugin | MapPress Easy Google Maps |
Version | 2.47.2 |
Comparing to | |
See all releases |
Code changes from version 2.47.1 to 2.47.2
- languages/mappress-google-maps-for-wordpress.pot +6 -6
- mappress.php +2 -2
- readme.txt +4 -1
- templates/map-filters.php +0 -1
languages/mappress-google-maps-for-wordpress.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the MapPress Easy Google Maps package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: MapPress Easy Google Maps 2.47.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
|
7 |
-
"POT-Creation-Date: 2017-10-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -655,11 +655,11 @@ msgstr ""
|
|
655 |
msgid "Settings"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: languages/texts.php:161 pro/mappress_updater.php:
|
659 |
msgid "download it now"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: languages/texts.php:162 pro/mappress_updater.php:
|
663 |
msgid "A PRO Version update is available for manual installation: %s"
|
664 |
msgstr ""
|
665 |
|
@@ -1219,11 +1219,11 @@ msgstr ""
|
|
1219 |
msgid "or "
|
1220 |
msgstr ""
|
1221 |
|
1222 |
-
#: pro/mappress_updater.php:
|
1223 |
msgid "Communication error"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
-
#: pro/mappress_updater.php:
|
1227 |
msgid "JSON error"
|
1228 |
msgstr ""
|
1229 |
|
2 |
# This file is distributed under the same license as the MapPress Easy Google Maps package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: MapPress Easy Google Maps 2.47.2\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
|
7 |
+
"POT-Creation-Date: 2017-10-26 21:30:16+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
655 |
msgid "Settings"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: languages/texts.php:161 pro/mappress_updater.php:145
|
659 |
msgid "download it now"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: languages/texts.php:162 pro/mappress_updater.php:149
|
663 |
msgid "A PRO Version update is available for manual installation: %s"
|
664 |
msgstr ""
|
665 |
|
1219 |
msgid "or "
|
1220 |
msgstr ""
|
1221 |
|
1222 |
+
#: pro/mappress_updater.php:113
|
1223 |
msgid "Communication error"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
+
#: pro/mappress_updater.php:119
|
1227 |
msgid "JSON error"
|
1228 |
msgstr ""
|
1229 |
|
mappress.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: MapPress Easy Google Maps
|
|
4 |
Plugin URI: http://www.wphostreviews.com/mappress
|
5 |
Author URI: http://www.wphostreviews.com/mappress
|
6 |
Description: MapPress makes it easy to insert Google Maps in WordPress posts and pages.
|
7 |
-
Version: 2.47.
|
8 |
Author: Chris Richardson
|
9 |
Text Domain: mappress-google-maps-for-wordpress
|
10 |
Thanks to all the translators and to Matthias Stasiak for his wonderful icons (http://code.google.com/p/google-maps-icons/)
|
@@ -34,7 +34,7 @@ if (is_dir(dirname( __FILE__ ) . '/pro')) {
|
|
34 |
}
|
35 |
|
36 |
class Mappress {
|
37 |
-
const VERSION = '2.47.
|
38 |
|
39 |
static
|
40 |
$baseurl,
|
4 |
Plugin URI: http://www.wphostreviews.com/mappress
|
5 |
Author URI: http://www.wphostreviews.com/mappress
|
6 |
Description: MapPress makes it easy to insert Google Maps in WordPress posts and pages.
|
7 |
+
Version: 2.47.2
|
8 |
Author: Chris Richardson
|
9 |
Text Domain: mappress-google-maps-for-wordpress
|
10 |
Thanks to all the translators and to Matthias Stasiak for his wonderful icons (http://code.google.com/p/google-maps-icons/)
|
34 |
}
|
35 |
|
36 |
class Mappress {
|
37 |
+
const VERSION = '2.47.2';
|
38 |
|
39 |
static
|
40 |
$baseurl,
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: google maps,google,map,maps,easy,poi,mapping,mapper,gps,lat,lon,latitude,longitude,geocoder,geocoding,georss,geo rss,geo,v3,marker,mashup,mash,api,v3,buddypress,mashup,geo,wp-geo,geo mashup,simplemap,simple,wpml
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 2.47.
|
8 |
|
9 |
MapPress is the most popular and easiest way to create great-looking Google Maps and driving directions in your blog.
|
10 |
|
@@ -86,6 +86,9 @@ Please see the plugin documentation pages:
|
|
86 |
|
87 |
== Changelog ==
|
88 |
|
|
|
|
|
|
|
89 |
= 2.47.1 =
|
90 |
* Changed: the settings for mashup POI title and body display have been combined. Select either poi title + body or post title + excerpt. For shortcodes use [[mashup mashupbody="poi"]] for poi title + body, or [[mashup mashupbody="post"]] for post title + excerpt
|
91 |
|
4 |
Tags: google maps,google,map,maps,easy,poi,mapping,mapper,gps,lat,lon,latitude,longitude,geocoder,geocoding,georss,geo rss,geo,v3,marker,mashup,mash,api,v3,buddypress,mashup,geo,wp-geo,geo mashup,simplemap,simple,wpml
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 2.47.2
|
8 |
|
9 |
MapPress is the most popular and easiest way to create great-looking Google Maps and driving directions in your blog.
|
10 |
|
86 |
|
87 |
== Changelog ==
|
88 |
|
89 |
+
= 2.47.2 =
|
90 |
+
* Fixed: Pro version automatic updater was not notifying about new updates (it may be necessary to update to the current version manually).
|
91 |
+
|
92 |
= 2.47.1 =
|
93 |
* Changed: the settings for mashup POI title and body display have been combined. Select either poi title + body or post title + excerpt. For shortcodes use [[mashup mashupbody="poi"]] for poi title + body, or [[mashup mashupbody="post"]] for post title + excerpt
|
94 |
|
templates/map-filters.php
CHANGED
@@ -8,5 +8,4 @@
|
|
8 |
</div>
|
9 |
<span class='mapp-button-submit mapp-filters-done' data-mapp-action='filters-toggle'><?php _e('Done', 'mappress-google-maps-for-wordpress');?></span>
|
10 |
<span class='mapp-button mapp-filters-reset' data-mapp-action='filters-reset'><?php _e('Reset', 'mappress-google-maps-for-wordpress');?></span>
|
11 |
-
|
12 |
</div>
|
8 |
</div>
|
9 |
<span class='mapp-button-submit mapp-filters-done' data-mapp-action='filters-toggle'><?php _e('Done', 'mappress-google-maps-for-wordpress');?></span>
|
10 |
<span class='mapp-button mapp-filters-reset' data-mapp-action='filters-reset'><?php _e('Reset', 'mappress-google-maps-for-wordpress');?></span>
|
|
|
11 |
</div>
|