Flexible Map - Version 1.8.2

Version Description

[2014-12-06] = * added: Welsh translation (thanks, Dylan!)

Download this release

Release Info

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

Code changes from version 1.8.1 to 1.8.2

Files changed (3) hide show
  1. flexible-map.php +13 -9
  2. languages/flexible-map-cy.mo +0 -0
  3. readme.txt +7 -3
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.1
7
  Author: WebAware
8
  Author URI: http://webaware.com.au/
9
  Text Domain: flexible-map
@@ -28,16 +28,20 @@ along with this program; if not, write to the Free Software
28
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
29
  */
30
 
31
- 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.1');
36
-
37
- // shortcode tags
38
- define('FLXMAP_PLUGIN_TAG_MAP', 'flexiblemap');
39
  }
40
 
 
 
 
 
 
 
 
 
 
 
41
  // instantiate the plug-in
42
  require FLXMAP_PLUGIN_ROOT . 'includes/class.FlxMapPlugin.php';
43
  $FlxMapPlugin = FlxMapPlugin::getInstance();
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
28
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
29
  */
30
 
31
+ if (!defined('ABSPATH')) {
32
+ exit;
 
 
 
 
 
 
33
  }
34
 
35
+
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');
43
+
44
+
45
  // instantiate the plug-in
46
  require FLXMAP_PLUGIN_ROOT . 'includes/class.FlxMapPlugin.php';
47
  $FlxMapPlugin = FlxMapPlugin::getInstance();
languages/flexible-map-cy.mo ADDED
Binary file
readme.txt CHANGED
@@ -6,8 +6,8 @@ Author URI: http://www.webaware.com.au/
6
  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.1
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
@@ -44,7 +44,7 @@ Thanks for sponsoring new features on WP Flexible Maps!
44
 
45
  = Translations =
46
 
47
- Many thanks to the generous efforts of these people for human translations:
48
 
49
  * Czech (cs) -- [caslavak](http://profiles.wordpress.org/caslavak/)
50
  * Dutch (nl) -- [Ivan Beemster](http://www.lijndiensten.com/)
@@ -55,6 +55,7 @@ Many thanks to the generous efforts of these people for human translations:
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/)
 
58
 
59
  The initial translations for all other languages were made using Google Translate, so it's likely that some will be truly awful! If you'd like to help out by translating this plugin, please [sign up for an account and dig in](http://translate.webaware.com.au/projects/flexible-map).
60
 
@@ -295,6 +296,9 @@ Either turn off CloudFlare Rocketscript :) or install the [Flxmap No Rocketscrip
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
6
  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
 
44
 
45
  = Translations =
46
 
47
+ Many thanks to the generous efforts of our translators:
48
 
49
  * Czech (cs) -- [caslavak](http://profiles.wordpress.org/caslavak/)
50
  * Dutch (nl) -- [Ivan Beemster](http://www.lijndiensten.com/)
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/)
58
+ * Welsh (cy) -- ([Dylan](https://profiles.wordpress.org/dtom-ct-wp/))
59
 
60
  The initial translations for all other languages were made using Google Translate, so it's likely that some will be truly awful! If you'd like to help out by translating this plugin, please [sign up for an account and dig in](http://translate.webaware.com.au/projects/flexible-map).
61
 
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
+
302
  = 1.8.1 [2014-10-05] =
303
  * fixed: Hungarian translation (thanks, Krisztián Vörös)
304
  * changed: bump version of Google Maps API to 3.17