Skip to content

Commit

Permalink
v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin DeLong committed Sep 12, 2019
1 parent f157510 commit 200be57
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
4 changes: 2 additions & 2 deletions leaflet-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Author URI: https://bozdoz.com/
* Text Domain: leaflet-map
* Domain Path: /languages/
* Version: 2.15.0
* Version: 2.16.0
* License: GPL2
* Leaflet Map is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -29,7 +29,7 @@
exit;
}

define('LEAFLET_MAP__PLUGIN_VERSION', '2.15.0');
define('LEAFLET_MAP__PLUGIN_VERSION', '2.16.0');
define('LEAFLET_MAP__PLUGIN_FILE', __FILE__);
define('LEAFLET_MAP__PLUGIN_DIR', plugin_dir_path(__FILE__));

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wp-plugin-leaflet-map",
"private": true,
"version": "2.15.0",
"version": "2.16.0",
"description": "Leaflet Map WordPress Plugin",
"scripts": {
"start": "docker-compose up && exit 0",
Expand Down
21 changes: 15 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Donate link: https://www.paypal.me/bozdoz
Tags: leaflet, map, mobile, javascript, openstreetmap, mapquest, interactive
Requires at least: 4.6
Tested up to: 5.2.2
Version: 2.15.0
Stable tag: 2.15.0
Version: 2.16.0
Stable tag: 2.16.0
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.16.0 =
* allow author roles to see shortcodes
* adds [leaflet-polygon] shortcode
* makes map ids unique; removes auto-incremented map counts

= 2.15.0 =
* Updates rawgit URL's to use jsdelivr, unpkg, and githubusercontent.com
* Change logo to use FontAwesome SVG
Expand Down Expand Up @@ -357,11 +362,15 @@ Yes: use the keyword `attribution` in your shortcode (semi-colon separated list

== Upgrade Notice ==

= 2.16.0 =
Adds [leaflet-polygon]
Allows author roles to see shortcodes page

= 2.15.0 =
* Adds referer to file_get_contents, in case curl is disabled
* Updates default Leaflet to 1.5.1
* Fixes reset default values button in settings
* Requires at least WordPress 4.6
Adds referer to file_get_contents, in case curl is disabled
Updates default Leaflet to 1.5.1
Fixes reset default values button in settings
Requires at least WordPress 4.6

= 2.12.0 =
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
Expand Down
2 changes: 1 addition & 1 deletion scripts/construct-leaflet-map.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/shortcode-helper.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 200be57

Please sign in to comment.