Version Description
Download this release
Release Info
Developer | chrisvrichardson |
Plugin | MapPress Easy Google Maps |
Version | 2.44 |
Comparing to | |
See all releases |
Code changes from version 2.43.10 to 2.44
- languages/mappress-google-maps-for-wordpress.pot +2 -2
- mappress.php +2 -2
- readme.txt +5 -2
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.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
|
7 |
-
"POT-Creation-Date: 2016-07-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
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.44\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
|
7 |
+
"POT-Creation-Date: 2016-07-15 17:30:13+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
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.
|
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/)
|
@@ -32,7 +32,7 @@ if (file_exists(dirname( __FILE__ ) . '/pro/mappress_pro.php')) {
|
|
32 |
include_once dirname( __FILE__ ) . '/pro/mappress_widget.php';
|
33 |
}
|
34 |
class Mappress {
|
35 |
-
const VERSION = '2.
|
36 |
|
37 |
static
|
38 |
$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.44
|
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/)
|
32 |
include_once dirname( __FILE__ ) . '/pro/mappress_widget.php';
|
33 |
}
|
34 |
class Mappress {
|
35 |
+
const VERSION = '2.44';
|
36 |
|
37 |
static
|
38 |
$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.
|
8 |
|
9 |
MapPress is the most popular and easiest way to create great-looking Google Maps and driving directions in your blog.
|
10 |
|
@@ -95,12 +95,15 @@ See full [installation intructions and Documentation](http://www.wphostreviews.c
|
|
95 |
|
96 |
== Changelog ==
|
97 |
|
|
|
|
|
|
|
98 |
2.43.10
|
99 |
* Changed: show blank container while loading mashups instead of default map
|
100 |
* Changed: no alerts for admins on missing map container
|
101 |
* Changed: apply wpautop to POIs when they are saved (wpautop inserts html tags to format carriage returns)
|
102 |
* Fixed: bug where mashups were limited to 10 POIs
|
103 |
-
* Fixed:
|
104 |
* Fixed: changed Mappress_Updater constructor for PHP 7
|
105 |
|
106 |
2.43.9
|
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.44
|
8 |
|
9 |
MapPress is the most popular and easiest way to create great-looking Google Maps and driving directions in your blog.
|
10 |
|
95 |
|
96 |
== Changelog ==
|
97 |
|
98 |
+
2.44
|
99 |
+
* Changed: version updated to 2.44
|
100 |
+
|
101 |
2.43.10
|
102 |
* Changed: show blank container while loading mashups instead of default map
|
103 |
* Changed: no alerts for admins on missing map container
|
104 |
* Changed: apply wpautop to POIs when they are saved (wpautop inserts html tags to format carriage returns)
|
105 |
* Fixed: bug where mashups were limited to 10 POIs
|
106 |
+
* Fixed: polygons are allowed again in mashup results
|
107 |
* Fixed: changed Mappress_Updater constructor for PHP 7
|
108 |
|
109 |
2.43.9
|