MapPress Easy Google Maps - Version 2.44.3

Version Description

Download this release

Release Info

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

Code changes from version 2.44.2 to 2.44.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.44.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
7
- "POT-Creation-Date: 2017-03-27 18:45:39+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -448,7 +448,6 @@ msgid "Use a specific %s for map controls and geocoding"
448
  msgstr ""
449
 
450
  #: mappress_settings.php:294 mappress_settings.php:300
451
- #: mappress_settings.php:394 mappress_settings.php:444
452
  msgid "Default"
453
  msgstr ""
454
 
@@ -565,6 +564,10 @@ msgstr ""
565
  msgid "Show POI titles as a \"tooltip\" on mouse-over"
566
  msgstr ""
567
 
 
 
 
 
568
  #: mappress_settings.php:395 pro/mappress_widget.php:112
569
  msgid "Center"
570
  msgstr ""
@@ -597,6 +600,10 @@ msgstr ""
597
  msgid "Load %s"
598
  msgstr ""
599
 
 
 
 
 
600
  #: mappress_settings.php:444
601
  msgid "Width"
602
  msgstr ""
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.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
7
+ "POT-Creation-Date: 2017-04-05 02:07:12+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
448
  msgstr ""
449
 
450
  #: mappress_settings.php:294 mappress_settings.php:300
 
451
  msgid "Default"
452
  msgstr ""
453
 
564
  msgid "Show POI titles as a \"tooltip\" on mouse-over"
565
  msgstr ""
566
 
567
+ #: mappress_settings.php:394
568
+ msgid "Default alignment"
569
+ msgstr ""
570
+
571
  #: mappress_settings.php:395 pro/mappress_widget.php:112
572
  msgid "Center"
573
  msgstr ""
600
  msgid "Load %s"
601
  msgstr ""
602
 
603
+ #: mappress_settings.php:444
604
+ msgid "Default size"
605
+ msgstr ""
606
+
607
  #: mappress_settings.php:444
608
  msgid "Width"
609
  msgstr ""
languages/texts.php CHANGED
@@ -136,6 +136,7 @@ __("Automatically open the first POI when a map is displayed");
136
  __("Show control");
137
  __("Enabled by default");
138
  __("Show POI titles as a \"tooltip\" on mouse-over");
 
139
  __("Center");
140
  __("Left");
141
  __("Right");
@@ -144,6 +145,7 @@ __("Top of post");
144
  __("Bottom of post");
145
  __("No automatic display");
146
  __("Load %s");
 
147
  __("Width");
148
  __("Height");
149
  __("Enter sizes in px or %");
136
  __("Show control");
137
  __("Enabled by default");
138
  __("Show POI titles as a \"tooltip\" on mouse-over");
139
+ __("Default alignment");
140
  __("Center");
141
  __("Left");
142
  __("Right");
145
  __("Bottom of post");
146
  __("No automatic display");
147
  __("Load %s");
148
+ __("Default size");
149
  __("Width");
150
  __("Height");
151
  __("Enter sizes in px or %");
mappress.php CHANGED
@@ -3,8 +3,8 @@
3
  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.44.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.44.2';
36
 
37
  static
38
  $baseurl,
3
  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.44.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/)
32
  include_once dirname( __FILE__ ) . '/pro/mappress_widget.php';
33
  }
34
  class Mappress {
35
+ const VERSION = '2.44.3';
36
 
37
  static
38
  $baseurl,
mappress_settings.php CHANGED
@@ -391,7 +391,7 @@ class Mappress_Settings {
391
  $image = "<img src='" . Mappress::$baseurl . "/images/%s' style='vertical-align:middle' />";
392
 
393
  $alignments = array(
394
- '' => __('Default', 'mappress-google-maps-for-wordpress'),
395
  'center' => sprintf($image, 'justify_center.png') . __('Center', 'mappress-google-maps-for-wordpress'),
396
  'left' => sprintf($image, 'justify_left.png') . __('Left', 'mappress-google-maps-for-wordpress'),
397
  'right' => sprintf($image, 'justify_right.png') . __('Right', 'mappress-google-maps-for-wordpress')
@@ -441,7 +441,7 @@ class Mappress_Settings {
441
  }
442
 
443
  function set_sizes() {
444
- $headers = array(__('Default', 'mappress-google-maps-for-wordpress'), __('Width', 'mappress-google-maps-for-wordpress'), __('Height', 'mappress-google-maps-for-wordpress'));
445
  $rows = array();
446
 
447
  foreach($this->options->sizes as $i => $size) {
@@ -462,7 +462,7 @@ class Mappress_Settings {
462
  *
463
  */
464
  function metabox_like() {
465
- $rate_link = "<a href='http://wordpress.org/extend/plugins/mappress-easy-google-maps'>" . __('Rate it 5 Stars', 'mappress-google-maps-for-wordpress') . "</a>";
466
  echo "<ul>";
467
  echo "<li>" . sprintf(__('%s on WordPress.org', 'mappress-google-maps-for-wordpress'), $rate_link) . "</li>";
468
  echo "<li>" . __('Thanks for your support!', 'mappress-google-maps-for-wordpress') . "</li>";
391
  $image = "<img src='" . Mappress::$baseurl . "/images/%s' style='vertical-align:middle' />";
392
 
393
  $alignments = array(
394
+ '' => __('Default alignment', 'mappress-google-maps-for-wordpress'),
395
  'center' => sprintf($image, 'justify_center.png') . __('Center', 'mappress-google-maps-for-wordpress'),
396
  'left' => sprintf($image, 'justify_left.png') . __('Left', 'mappress-google-maps-for-wordpress'),
397
  'right' => sprintf($image, 'justify_right.png') . __('Right', 'mappress-google-maps-for-wordpress')
441
  }
442
 
443
  function set_sizes() {
444
+ $headers = array(__('Default size', 'mappress-google-maps-for-wordpress'), __('Width', 'mappress-google-maps-for-wordpress'), __('Height', 'mappress-google-maps-for-wordpress'));
445
  $rows = array();
446
 
447
  foreach($this->options->sizes as $i => $size) {
462
  *
463
  */
464
  function metabox_like() {
465
+ $rate_link = "<a href='https://wordpress.org/plugins/mappress-google-maps-for-wordpress/'>" . __('Rate it 5 Stars', 'mappress-google-maps-for-wordpress') . "</a>";
466
  echo "<ul>";
467
  echo "<li>" . sprintf(__('%s on WordPress.org', 'mappress-google-maps-for-wordpress'), $rate_link) . "</li>";
468
  echo "<li>" . __('Thanks for your support!', 'mappress-google-maps-for-wordpress') . "</li>";
readme.txt CHANGED
@@ -4,9 +4,9 @@ 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.44.2
8
 
9
- MapPress is the most popular and easiest way to create great-looking Google Maps and driving directions in your blog.
10
 
11
  == Description ==
12
  MapPress adds an interactive map to the wordpress editing screens. When editing a post or page just enter any addresses you'd like to map.
@@ -15,7 +15,7 @@ The plugin will automatically insert a great-looking interactive map into your b
15
 
16
  For even more features, try [MapPress Pro](http://wphostreviews.com/mappress)
17
 
18
- For the latest updates try the [Development Version](https://wordpress.org/plugins/mappress-google-maps-for-wordpress/developers/)
19
 
20
  = Key Features =
21
  * MapPress is based on the latest Google maps API v3
@@ -33,16 +33,14 @@ For the latest updates try the [Development Version](https://wordpress.org/plugi
33
 
34
  = Pro Version Features =
35
  * Get the [MapPress Pro Version](http://wphostreviews.com/mappress) for additional functionality
36
- * Use different marker icons in your maps - over 200 standard icons included
37
- * Use your own custom icons in your maps or download thousands of icons from the web
38
- * Shortcodes and template tags for "mashups": easily create a "mashup" showing all of your map locations on a single map
39
- * Mashups can automatically link to your blog posts and pages and they can display posts by category, date, tags, etc.
40
  * Map widget to show a map or a mashup
41
- * Display a clickable list of mapped icons and locations under the map
42
 
43
- [Home Page](http://www.wphostreviews.com/mappress) |
44
- [Documentation](http://www.wphostreviews.com/mappress-documentation) |
45
- [FAQ](http://www.wphostreviews.com/mappress-faq) |
46
  [Support](http://www.wphostreviews.com/mappress-faq)
47
 
48
  == Screenshots ==
@@ -54,22 +52,7 @@ For the latest updates try the [Development Version](https://wordpress.org/plugi
54
  6. Street view of mashup location
55
 
56
  = Localization =
57
- Please [Contact me](http://wphostreviews.com/chris-contact) if you'd like to provide a translation or an update. Special thanks to all the folks who created and udpated these translations:
58
-
59
- * Catalan
60
- * Chinese / Taiwanese
61
- * Croatian
62
- * Dutch
63
- * Finnish
64
- * French
65
- * German
66
- * Hungarian
67
- * Italian
68
- * Russian
69
- * Serbian - Ogi of firstsiteguide.com
70
- * Simplified Chinese
71
- * Spanish
72
- * Swedish
73
 
74
  == Installation ==
75
 
@@ -77,10 +60,7 @@ See full [installation intructions and Documentation](http://www.wphostreviews.c
77
  1. Install and activate the plugin through the 'Plugins' menu in WordPress
78
  1. You should now see a MapPress meta box in in the 'edit posts' screen
79
 
80
- [Home Page](http://www.wphostreviews.com/mappress) |
81
- [Documentation](http://www.wphostreviews.com/mappress-documentation) |
82
- [FAQ](http://www.wphostreviews.com/mappress-faq) |
83
- [Support](http://www.wphostreviews.com/forums)
84
 
85
  == Upgrade ==
86
 
@@ -97,6 +77,9 @@ See full [installation intructions and Documentation](http://www.wphostreviews.c
97
 
98
  == Changelog ==
99
 
 
 
 
100
  2.44.2
101
  * Changed: geocoding module has been updated
102
  * Changed: the Nominatim geocoder has been removed
@@ -105,6 +88,7 @@ See full [installation intructions and Documentation](http://www.wphostreviews.c
105
 
106
  2.44.1
107
  * Changed: added 'footer' option for loading scripts in header/footer (for use in AJAX plugins)
 
108
  * Fixed: default sort applied to mashup with orderby
109
  * Fixed: updated widget to use array field names (since WP 4.4)
110
 
@@ -350,8 +334,4 @@ See full [installation intructions and Documentation](http://www.wphostreviews.c
350
  * Added: setting 'hideEmpty="true"' can be used to suppress a mashup of current posts if it is empty. Setting is also available on map widget
351
  * Changed: mashup shortcode is now suppressed in the admin screens when do_shortcode is called by indexing plugins
352
  * Fixed: warning about file 'settings.js' on the settings screen
353
- * Fixed: invalid tinyMCE language for non-english sites
354
-
355
- 2.39.2
356
- =
357
- * Changed: some blogs are loading outdated javascript versions, so changed use of javascript '.on' (deprecated in 1.7) to '.live'
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.3
8
 
9
+ MapPress is the most popular and easiest way to create great-looking Google Maps and driving directions.
10
 
11
  == Description ==
12
  MapPress adds an interactive map to the wordpress editing screens. When editing a post or page just enter any addresses you'd like to map.
15
 
16
  For even more features, try [MapPress Pro](http://wphostreviews.com/mappress)
17
 
18
+ For the latest updates please see the [Development Version](https://downloads.wordpress.org/plugin/mappress-google-maps-for-wordpress.trunk.zip)
19
 
20
  = Key Features =
21
  * MapPress is based on the latest Google maps API v3
33
 
34
  = Pro Version Features =
35
  * Get the [MapPress Pro Version](http://wphostreviews.com/mappress) for additional functionality
36
+ * Use marker icons in your maps - 100 standard icons included
37
+ * Use your own custom icons or download thousands of icons from the web
38
+ * Create mashups by taxonomy, tag, category, or post to show multiple locations on a single map
 
39
  * Map widget to show a map or a mashup
 
40
 
41
+ [Home Page](http://www.wphostreviews.com/mappress)
42
+ [Documentation](http://www.wphostreviews.com/mappress-documentation)
43
+ [FAQ](http://www.wphostreviews.com/mappress-faq)
44
  [Support](http://www.wphostreviews.com/mappress-faq)
45
 
46
  == Screenshots ==
52
  6. Street view of mashup location
53
 
54
  = Localization =
55
+ Please [Contact me](http://wphostreviews.com/chris-contact) if you'd like to provide a translation or an update. Special thanks to all the folks who created and udpated translations.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  == Installation ==
58
 
60
  1. Install and activate the plugin through the 'Plugins' menu in WordPress
61
  1. You should now see a MapPress meta box in in the 'edit posts' screen
62
 
63
+ [Home Page](http://www.wphostreviews.com/mappress) |[Documentation](http://www.wphostreviews.com/mappress-documentation) | [FAQ](http://www.wphostreviews.com/mappress-faq) | [Support](http://www.wphostreviews.com/forums)
 
 
 
64
 
65
  == Upgrade ==
66
 
77
 
78
  == Changelog ==
79
 
80
+ 2.44.3
81
+ * Changed: plugin repository URL updated
82
+
83
  2.44.2
84
  * Changed: geocoding module has been updated
85
  * Changed: the Nominatim geocoder has been removed
88
 
89
  2.44.1
90
  * Changed: added 'footer' option for loading scripts in header/footer (for use in AJAX plugins)
91
+ * Changed: added underscore library to loader
92
  * Fixed: default sort applied to mashup with orderby
93
  * Fixed: updated widget to use array field names (since WP 4.4)
94
 
334
  * Added: setting 'hideEmpty="true"' can be used to suppress a mashup of current posts if it is empty. Setting is also available on map widget
335
  * Changed: mashup shortcode is now suppressed in the admin screens when do_shortcode is called by indexing plugins
336
  * Fixed: warning about file 'settings.js' on the settings screen
337
+ * Fixed: invalid tinyMCE language for non-english sites