Skip to content

Commit 200be57

Browse files
author
Benjamin DeLong
committed
v2.16.0
1 parent f157510 commit 200be57

File tree

6 files changed

+21
-12
lines changed

6 files changed

+21
-12
lines changed

leaflet-map.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Author URI: https://bozdoz.com/
99
* Text Domain: leaflet-map
1010
* Domain Path: /languages/
11-
* Version: 2.15.0
11+
* Version: 2.16.0
1212
* License: GPL2
1313
* Leaflet Map is free software: you can redistribute it and/or modify
1414
* it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@
2929
exit;
3030
}
3131

32-
define('LEAFLET_MAP__PLUGIN_VERSION', '2.15.0');
32+
define('LEAFLET_MAP__PLUGIN_VERSION', '2.16.0');
3333
define('LEAFLET_MAP__PLUGIN_FILE', __FILE__);
3434
define('LEAFLET_MAP__PLUGIN_DIR', plugin_dir_path(__FILE__));
3535

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wp-plugin-leaflet-map",
33
"private": true,
4-
"version": "2.15.0",
4+
"version": "2.16.0",
55
"description": "Leaflet Map WordPress Plugin",
66
"scripts": {
77
"start": "docker-compose up && exit 0",

readme.txt

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Donate link: https://www.paypal.me/bozdoz
77
Tags: leaflet, map, mobile, javascript, openstreetmap, mapquest, interactive
88
Requires at least: 4.6
99
Tested up to: 5.2.2
10-
Version: 2.15.0
11-
Stable tag: 2.15.0
10+
Version: 2.16.0
11+
Stable tag: 2.16.0
1212
License: GPLv2
1313
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1414

@@ -153,6 +153,11 @@ Yes: use the keyword `attribution` in your shortcode (semi-colon separated list
153153

154154
== Changelog ==
155155

156+
= 2.16.0 =
157+
* allow author roles to see shortcodes
158+
* adds [leaflet-polygon] shortcode
159+
* makes map ids unique; removes auto-incremented map counts
160+
156161
= 2.15.0 =
157162
* Updates rawgit URL's to use jsdelivr, unpkg, and githubusercontent.com
158163
* Change logo to use FontAwesome SVG
@@ -357,11 +362,15 @@ Yes: use the keyword `attribution` in your shortcode (semi-colon separated list
357362

358363
== Upgrade Notice ==
359364

365+
= 2.16.0 =
366+
Adds [leaflet-polygon]
367+
Allows author roles to see shortcodes page
368+
360369
= 2.15.0 =
361-
* Adds referer to file_get_contents, in case curl is disabled
362-
* Updates default Leaflet to 1.5.1
363-
* Fixes reset default values button in settings
364-
* Requires at least WordPress 4.6
370+
Adds referer to file_get_contents, in case curl is disabled
371+
Updates default Leaflet to 1.5.1
372+
Fixes reset default values button in settings
373+
Requires at least WordPress 4.6
365374

366375
= 2.12.0 =
367376
Fixed links in shortcode helper page; fixed issue with marker popups that had single quotes; loading leaflet scripts and styles only when a map shortcode is used

scripts/construct-leaflet-map.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/shortcode-helper.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)