Version Description
Download this release
Release Info
Developer | chrisvrichardson |
Plugin | MapPress Easy Google Maps |
Version | 2.40.3 |
Comparing to | |
See all releases |
Code changes from version 2.40.2 to 2.40.3
- mappress.php +2 -2
- readme.txt +6 -1
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.40.
|
8 |
Author: Chris Richardson
|
9 |
Thanks to all the translators and to Matthias Stasiak for his wonderful icons (http://code.google.com/p/google-maps-icons/)
|
10 |
*/
|
@@ -29,7 +29,7 @@ Thanks to all the translators and to Matthias Stasiak for his wonderful icons (h
|
|
29 |
@include_once dirname( __FILE__ ) . '/pro/mappress_widget.php';
|
30 |
|
31 |
class Mappress {
|
32 |
-
const VERSION = '2.40.
|
33 |
|
34 |
static
|
35 |
$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.40.3
|
8 |
Author: Chris Richardson
|
9 |
Thanks to all the translators and to Matthias Stasiak for his wonderful icons (http://code.google.com/p/google-maps-icons/)
|
10 |
*/
|
29 |
@include_once dirname( __FILE__ ) . '/pro/mappress_widget.php';
|
30 |
|
31 |
class Mappress {
|
32 |
+
const VERSION = '2.40.3';
|
33 |
|
34 |
static
|
35 |
$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.3
|
6 |
Tested up to: 3.5
|
7 |
-
Stable tag: 2.40.
|
8 |
|
9 |
MapPress is the most popular and easiest way to create great-looking Google Maps and driving directions in your blog.
|
10 |
|
@@ -95,6 +95,11 @@ See full [installation intructions and Documentation](http://www.wphostreviews.c
|
|
95 |
|
96 |
The fulll MapPress change log available here: [Change Log](http://wphostreviews.com/mappress-changelog)
|
97 |
|
|
|
|
|
|
|
|
|
|
|
98 |
2.40.2
|
99 |
=
|
100 |
* Fixed: PHP notice in widget
|
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.3
|
6 |
Tested up to: 3.5
|
7 |
+
Stable tag: 2.40.3
|
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 |
The fulll MapPress change log available here: [Change Log](http://wphostreviews.com/mappress-changelog)
|
97 |
|
98 |
+
2.40.3
|
99 |
+
=
|
100 |
+
* Fixed: widget CSS settings
|
101 |
+
* Fixed: added missing blue iim2 shadow icon
|
102 |
+
|
103 |
2.40.2
|
104 |
=
|
105 |
* Fixed: PHP notice in widget
|