Version Description
- Fixed: directions form not working
- Fixed: fatal error for missing icon upload
Download this release
Release Info
Developer | chrisvrichardson |
Plugin | MapPress Easy Google Maps |
Version | 2.56.4 |
Comparing to | |
See all releases |
Code changes from version 2.56.3 to 2.56.4
- languages/mappress-google-maps-for-wordpress.pot +1 -1
- mappress.php +1 -1
- readme.txt +5 -2
languages/mappress-google-maps-for-wordpress.pot
CHANGED
@@ -9,7 +9,7 @@ msgstr ""
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2020-11-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2020-11-09T14:27:15+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
|
mappress.php
CHANGED
@@ -36,7 +36,7 @@ if (is_dir(dirname( __FILE__ ) . '/pro')) {
|
|
36 |
}
|
37 |
|
38 |
class Mappress {
|
39 |
-
const VERSION = '2.56.
|
40 |
|
41 |
static
|
42 |
$baseurl,
|
36 |
}
|
37 |
|
38 |
class Mappress {
|
39 |
+
const VERSION = '2.56.4';
|
40 |
|
41 |
static
|
42 |
$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, leaflet, openstreetmap, osm, mapbox, map, maps, mapping, mapper, gps, geocoder, geocoding, georss, mashup, wpml, multisite
|
5 |
Requires at least: 5.3
|
6 |
Tested up to: 5.6
|
7 |
-
Stable tag: 2.56.
|
8 |
|
9 |
== Description ==
|
10 |
MapPress adds beautiful interfactive Google and Leaflet maps to WordPress.
|
@@ -73,10 +73,13 @@ Please see the plugin documentation pages:
|
|
73 |
|
74 |
== Changelog ==
|
75 |
|
76 |
-
= 2.56.
|
77 |
* Fixed: directions form not working
|
78 |
* Fixed: fatal error for missing icon upload
|
79 |
|
|
|
|
|
|
|
80 |
= 2.56.2 =
|
81 |
* Changed: map font color set to black
|
82 |
* Fixed: Next Gen Gallery plugin interferes with template output
|
4 |
Tags: google, leaflet, openstreetmap, osm, mapbox, map, maps, mapping, mapper, gps, geocoder, geocoding, georss, mashup, wpml, multisite
|
5 |
Requires at least: 5.3
|
6 |
Tested up to: 5.6
|
7 |
+
Stable tag: 2.56.4
|
8 |
|
9 |
== Description ==
|
10 |
MapPress adds beautiful interfactive Google and Leaflet maps to WordPress.
|
73 |
|
74 |
== Changelog ==
|
75 |
|
76 |
+
= 2.56.4 =
|
77 |
* Fixed: directions form not working
|
78 |
* Fixed: fatal error for missing icon upload
|
79 |
|
80 |
+
= 2.56.3 =
|
81 |
+
* Removed: internal flag gtenable
|
82 |
+
|
83 |
= 2.56.2 =
|
84 |
* Changed: map font color set to black
|
85 |
* Fixed: Next Gen Gallery plugin interferes with template output
|