Flexible Map - Version 1.8.1

Version Description

[2014-10-05] = * fixed: Hungarian translation (thanks, Krisztin Vrs) * changed: bump version of Google Maps API to 3.17

Download this release

Release Info

Developer webaware
Plugin Icon 128x128 Flexible Map
Version 1.8.1
Comparing to
See all releases

Code changes from version 1.8.0 to 1.8.1

flexible-map.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Flexible Map
4
  Plugin URI: http://flexible-map.webaware.net.au/
5
  Description: Embed Google Maps in pages and posts, either by centre coodinates or street address, or by URL to a Google Earth KML file.
6
- Version: 1.8.0
7
  Author: WebAware
8
  Author URI: http://webaware.com.au/
9
  Text Domain: flexible-map
@@ -32,7 +32,7 @@ if (!defined('FLXMAP_PLUGIN_ROOT')) {
32
  define('FLXMAP_PLUGIN_FILE', __FILE__);
33
  define('FLXMAP_PLUGIN_ROOT', dirname(__FILE__) . '/');
34
  define('FLXMAP_PLUGIN_NAME', basename(dirname(__FILE__)) . '/' . basename(__FILE__));
35
- define('FLXMAP_PLUGIN_VERSION', '1.8.0');
36
 
37
  // shortcode tags
38
  define('FLXMAP_PLUGIN_TAG_MAP', 'flexiblemap');
3
  Plugin Name: Flexible Map
4
  Plugin URI: http://flexible-map.webaware.net.au/
5
  Description: Embed Google Maps in pages and posts, either by centre coodinates or street address, or by URL to a Google Earth KML file.
6
+ Version: 1.8.1
7
  Author: WebAware
8
  Author URI: http://webaware.com.au/
9
  Text Domain: flexible-map
32
  define('FLXMAP_PLUGIN_FILE', __FILE__);
33
  define('FLXMAP_PLUGIN_ROOT', dirname(__FILE__) . '/');
34
  define('FLXMAP_PLUGIN_NAME', basename(dirname(__FILE__)) . '/' . basename(__FILE__));
35
+ define('FLXMAP_PLUGIN_VERSION', '1.8.1');
36
 
37
  // shortcode tags
38
  define('FLXMAP_PLUGIN_TAG_MAP', 'flexiblemap');
includes/class.FlxMapPlugin.php CHANGED
@@ -79,7 +79,7 @@ class FlxMapPlugin {
79
  public function enqueueScripts() {
80
  // allow others to override the Google Maps API URL
81
  $protocol = is_ssl() ? 'https' : 'http';
82
- $args = apply_filters('flexmap_google_maps_api_args', array('v' => '3.15', 'sensor' => 'false'));
83
  $apiURL = apply_filters('flexmap_google_maps_api_url', add_query_arg($args, "$protocol://maps.google.com/maps/api/js"));
84
  if (!empty($apiURL)) {
85
  wp_register_script('google-maps', $apiURL, false, null, true);
79
  public function enqueueScripts() {
80
  // allow others to override the Google Maps API URL
81
  $protocol = is_ssl() ? 'https' : 'http';
82
+ $args = apply_filters('flexmap_google_maps_api_args', array('v' => '3.17', 'sensor' => 'false'));
83
  $apiURL = apply_filters('flexmap_google_maps_api_url', add_query_arg($args, "$protocol://maps.google.com/maps/api/js"));
84
  if (!empty($apiURL)) {
85
  wp_register_script('google-maps', $apiURL, false, null, true);
languages/flexible-map-hu_HU.mo CHANGED
Binary file
readme.txt CHANGED
@@ -7,7 +7,7 @@ Donate link: http://shop.webaware.com.au/downloads/flexible-map/
7
  Tags: google, map, maps, google maps, shortcode, google maps shortcode, kml
8
  Requires at least: 3.2.1
9
  Tested up to: 4.0
10
- Stable tag: 1.8.0
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
@@ -51,6 +51,7 @@ Many thanks to the generous efforts of these people for human translations:
51
  * French (fr) -- [mister klucha](http://profiles.wordpress.org/mister-klucha/)
52
  * German (de) -- [Carib Design](http://www.caribdesign.com/)
53
  * Greek (el) -- [Pantelis Orfanos](http://profiles.wordpress.org/ironwiller/)
 
54
  * Norwegian: Bokmål (nb_NO) -- [neonnero](http://www.neonnero.com/)
55
  * Norwegian: Nynorsk (nn_NO) -- [neonnero](http://www.neonnero.com/)
56
  * Spanish (es) -- [edurramos](http://profiles.wordpress.org/edurramos/)
@@ -294,6 +295,10 @@ Either turn off CloudFlare Rocketscript :) or install the [Flxmap No Rocketscrip
294
 
295
  == Changelog ==
296
 
 
 
 
 
297
  = 1.8.0 [2014-08-31] =
298
  * fixed: Czech translation (thanks, [caslavak](http://profiles.wordpress.org/caslavak/)!)
299
  * fixed: Norwegian translations (thanks, [neonnero](http://www.neonnero.com/)!)
7
  Tags: google, map, maps, google maps, shortcode, google maps shortcode, kml
8
  Requires at least: 3.2.1
9
  Tested up to: 4.0
10
+ Stable tag: 1.8.1
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
51
  * French (fr) -- [mister klucha](http://profiles.wordpress.org/mister-klucha/)
52
  * German (de) -- [Carib Design](http://www.caribdesign.com/)
53
  * Greek (el) -- [Pantelis Orfanos](http://profiles.wordpress.org/ironwiller/)
54
+ * Hungarian (hu) -- Krisztián Vörös
55
  * Norwegian: Bokmål (nb_NO) -- [neonnero](http://www.neonnero.com/)
56
  * Norwegian: Nynorsk (nn_NO) -- [neonnero](http://www.neonnero.com/)
57
  * Spanish (es) -- [edurramos](http://profiles.wordpress.org/edurramos/)
295
 
296
  == Changelog ==
297
 
298
+ = 1.8.1 [2014-10-05] =
299
+ * fixed: Hungarian translation (thanks, Krisztián Vörös)
300
+ * changed: bump version of Google Maps API to 3.17
301
+
302
  = 1.8.0 [2014-08-31] =
303
  * fixed: Czech translation (thanks, [caslavak](http://profiles.wordpress.org/caslavak/)!)
304
  * fixed: Norwegian translations (thanks, [neonnero](http://www.neonnero.com/)!)