Flexible Map - Version 1.8.3

Version Description

[2014-12-17] = * fixed: CSS for directions in twentyfifteen theme and others that toss table-layout:fixed around willy nilly

Download this release

Release Info

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

Code changes from version 1.8.2 to 1.8.3

Files changed (3) hide show
  1. css/styles.css +5 -0
  2. flexible-map.php +2 -2
  3. readme.txt +4 -1
css/styles.css CHANGED
@@ -22,6 +22,11 @@
22
  box-shadow: none;
23
  }
24
 
 
 
 
 
 
25
  .flxmap-directions td.adp-text {
26
  vertical-align: middle;
27
  }
22
  box-shadow: none;
23
  }
24
 
25
+ .flxmap-directions table.adp-placemark,
26
+ .flxmap-directions table.adp-directions {
27
+ table-layout: inherit;
28
+ }
29
+
30
  .flxmap-directions td.adp-text {
31
  vertical-align: middle;
32
  }
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.2
7
  Author: WebAware
8
  Author URI: http://webaware.com.au/
9
  Text Domain: flexible-map
@@ -36,7 +36,7 @@ if (!defined('ABSPATH')) {
36
  define('FLXMAP_PLUGIN_FILE', __FILE__);
37
  define('FLXMAP_PLUGIN_ROOT', dirname(__FILE__) . '/');
38
  define('FLXMAP_PLUGIN_NAME', basename(dirname(__FILE__)) . '/' . basename(__FILE__));
39
- define('FLXMAP_PLUGIN_VERSION', '1.8.2');
40
 
41
  // shortcode tags
42
  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.3
7
  Author: WebAware
8
  Author URI: http://webaware.com.au/
9
  Text Domain: flexible-map
36
  define('FLXMAP_PLUGIN_FILE', __FILE__);
37
  define('FLXMAP_PLUGIN_ROOT', dirname(__FILE__) . '/');
38
  define('FLXMAP_PLUGIN_NAME', basename(dirname(__FILE__)) . '/' . basename(__FILE__));
39
+ define('FLXMAP_PLUGIN_VERSION', '1.8.3');
40
 
41
  // shortcode tags
42
  define('FLXMAP_PLUGIN_TAG_MAP', 'flexiblemap');
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.1
10
- Stable tag: 1.8.2
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
@@ -296,6 +296,9 @@ Either turn off CloudFlare Rocketscript :) or install the [Flxmap No Rocketscrip
296
 
297
  == Changelog ==
298
 
 
 
 
299
  = 1.8.2 [2014-12-06] =
300
  * added: Welsh translation (thanks, [Dylan](https://profiles.wordpress.org/dtom-ct-wp/)!)
301
 
7
  Tags: google, map, maps, google maps, shortcode, google maps shortcode, kml
8
  Requires at least: 3.2.1
9
  Tested up to: 4.1
10
+ Stable tag: 1.8.3
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
296
 
297
  == Changelog ==
298
 
299
+ = 1.8.3 [2014-12-17] =
300
+ * fixed: CSS for directions in twentyfifteen theme and others that toss table-layout:fixed around willy nilly
301
+
302
  = 1.8.2 [2014-12-06] =
303
  * added: Welsh translation (thanks, [Dylan](https://profiles.wordpress.org/dtom-ct-wp/)!)
304