MapPress Easy Google Maps - Version 2.47.3

Version Description

  • Fixed: Pro version updater bug fixes
Download this release

Release Info

Developer chrisvrichardson
Plugin Icon 128x128 MapPress Easy Google Maps
Version 2.47.3
Comparing to
See all releases

Code changes from version 2.47.1 to 2.47.3

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.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
7
- "POT-Creation-Date: 2017-10-20 23:05:22+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,11 +655,11 @@ msgstr ""
655
  msgid "Settings"
656
  msgstr ""
657
 
658
- #: languages/texts.php:161 pro/mappress_updater.php:139
659
  msgid "download it now"
660
  msgstr ""
661
 
662
- #: languages/texts.php:162 pro/mappress_updater.php:143
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:107
1223
  msgid "Communication error"
1224
  msgstr ""
1225
 
1226
- #: pro/mappress_updater.php:113
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.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
7
+ "POT-Creation-Date: 2017-10-29 20:47:18+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:150
659
  msgid "download it now"
660
  msgstr ""
661
 
662
+ #: languages/texts.php:162 pro/mappress_updater.php:154
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:118
1223
  msgid "Communication error"
1224
  msgstr ""
1225
 
1226
+ #: pro/mappress_updater.php:124
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.1
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.1';
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.3
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.3';
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.1
8
 
9
  MapPress is the most popular and easiest way to create great-looking Google Maps and driving directions in your blog.
10
 
@@ -86,8 +86,14 @@ 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
 
92
  = 2.47 =
93
  * Added: filter dropdown now includes icons from the 'automatic icons' setting (for use as a map legend)
@@ -137,7 +143,7 @@ Please see the plugin documentation pages:
137
  * Added: NEW TEMPLATES - this release includes all new template files - please update any custom templates to match the new versions.
138
  * Added: mashup results can now be filtered by taxonomies, see the MapPress settings screen
139
  * Added: setting 'Automatic updates' allows automatic updates for the Pro version
140
- * Added: new layout with POIs on the left instead of under map, enable with: [[mappresss layout="left"]]
141
  * Added: check for multiple Google Maps API loads
142
  * Changed: template names now use hyphens instead of underscores and some names have changed: map_layout.php => map.php, map_poi_list.php => map-list.php
143
  * Changed: CSS class names, for example for the POI list class '.mapp-poi-list' is now '.mapp-list'. Please update any custom CSS.
@@ -173,7 +179,7 @@ Please see the plugin documentation pages:
173
  * Added: POI list sorting can now be set via the settings screen, the default is no sort
174
  * Added: POI list can now be clicked anywhere to select a POI (not just the POI title)
175
  * Added: a new 'hamburger' menu on the map provides map functions including centering and the bicycling, traffic, and transit layers
176
- * Added: a new 'layers' shortcode attribute enables bicycling/transit/traffic layers when map is initially displayed, for example [[mappress layers="bicycling"]]
177
  * Changed: autoicons function simplified: only 1 rule type is allowed, unfortunately you must *re-enter* any existing autoicons settings.
178
  * Changed: mashup settings are now global including infowindow type ('iwtype'), POI body ('mashupBody'), and POI title ('mashupTtitle') - use the settings screen to set them, NOT the shortcode
179
  * Changed: obsolete map control settings have been removed, and settings have been simplified to match Google defaults
@@ -269,7 +275,7 @@ Please see the plugin documentation pages:
269
  * Fixed: public variables caused query errors with null queries
270
 
271
  = 2.43.1 =
272
- * Added: wp_query public variables can be included in queries, for example [[mashup query="cat=@cat"]] to show posts in the current category
273
  * Fixed: drawing manager not showing up in editor
274
 
275
  = 2.43 =
@@ -328,7 +334,7 @@ Please see the plugin documentation pages:
328
 
329
  = 2.40.8 =
330
  * Added: workaround for Google infoWindow sizing bug
331
- * Added: shortcode parameters 'from' and 'to' can be used to set a default for all directions. Use a string or POI number, for example [[mappress from="2"]] or [[mappress from="Mountain View, CA"]]
332
  * Fixed: layout style was incorrect if map layout had rounded corners; this also prevented show="hidden" from working.
333
  * Fixed: filter 'mappress_poi_iconid' was being called as 'mapress_poi_iconid' (with one 'p' instead of two)
334
  * Fixed: Google CSS made copyright appear vertical in IE in some themes
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.3
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.3 =
90
+ * Fixed: Pro version updater bug fixes
91
+
92
+ = 2.47.2 =
93
+ * Fixed: Pro version automatic updater was not notifying about new updates (it may be necessary to update to the current version manually).
94
+
95
  = 2.47.1 =
96
+ * 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
97
 
98
  = 2.47 =
99
  * Added: filter dropdown now includes icons from the 'automatic icons' setting (for use as a map legend)
143
  * Added: NEW TEMPLATES - this release includes all new template files - please update any custom templates to match the new versions.
144
  * Added: mashup results can now be filtered by taxonomies, see the MapPress settings screen
145
  * Added: setting 'Automatic updates' allows automatic updates for the Pro version
146
+ * Added: new layout with POIs on the left instead of under map, enable with: [mappresss layout="left"]
147
  * Added: check for multiple Google Maps API loads
148
  * Changed: template names now use hyphens instead of underscores and some names have changed: map_layout.php => map.php, map_poi_list.php => map-list.php
149
  * Changed: CSS class names, for example for the POI list class '.mapp-poi-list' is now '.mapp-list'. Please update any custom CSS.
179
  * Added: POI list sorting can now be set via the settings screen, the default is no sort
180
  * Added: POI list can now be clicked anywhere to select a POI (not just the POI title)
181
  * Added: a new 'hamburger' menu on the map provides map functions including centering and the bicycling, traffic, and transit layers
182
+ * Added: a new 'layers' shortcode attribute enables bicycling/transit/traffic layers when map is initially displayed, for example [mappress layers="bicycling"]
183
  * Changed: autoicons function simplified: only 1 rule type is allowed, unfortunately you must *re-enter* any existing autoicons settings.
184
  * Changed: mashup settings are now global including infowindow type ('iwtype'), POI body ('mashupBody'), and POI title ('mashupTtitle') - use the settings screen to set them, NOT the shortcode
185
  * Changed: obsolete map control settings have been removed, and settings have been simplified to match Google defaults
275
  * Fixed: public variables caused query errors with null queries
276
 
277
  = 2.43.1 =
278
+ * Added: wp_query public variables can be included in queries, for example [mashup query="cat=@cat"] to show posts in the current category
279
  * Fixed: drawing manager not showing up in editor
280
 
281
  = 2.43 =
334
 
335
  = 2.40.8 =
336
  * Added: workaround for Google infoWindow sizing bug
337
+ * Added: shortcode parameters 'from' and 'to' can be used to set a default for all directions. Use a string or POI number, for example [mappress from="2"] or [mappress from="Mountain View, CA"]
338
  * Fixed: layout style was incorrect if map layout had rounded corners; this also prevented show="hidden" from working.
339
  * Fixed: filter 'mappress_poi_iconid' was being called as 'mapress_poi_iconid' (with one 'p' instead of two)
340
  * Fixed: Google CSS made copyright appear vertical in IE in some themes
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>