|
2 | 2 | Author: bozdoz |
3 | 3 | Author URI: https://bozdoz.com |
4 | 4 | Plugin URI: https://wordpress.org/plugins/leaflet-map/ |
5 | | -Contributors: bozdoz, remigr, gerital, sal0max, thibault-barrat |
| 5 | +Contributors: bozdoz, hupe13, remigr, gerital, sal0max, thibault-barrat, sardylan, AK-digital |
6 | 6 | Donate link: https://www.paypal.me/bozdoz |
7 | 7 | Tags: leaflet, map, mobile, javascript, openstreetmap, mapquest, interactive |
8 | 8 | Requires at least: 4.6 |
9 | | -Tested up to: 6.1 |
10 | | -Version: 3.0.5 |
11 | | -Stable tag: 3.0.5 |
| 9 | +Tested up to: 6.1.1 |
| 10 | +Version: 3.1.0 |
| 11 | +Stable tag: 3.1.0 |
12 | 12 | License: GPLv2 |
13 | 13 | License URI: https://www.gnu.org/licenses/gpl-2.0.html |
14 | 14 |
|
@@ -149,6 +149,16 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/ |
149 | 149 |
|
150 | 150 | == Changelog == |
151 | 151 |
|
| 152 | += 3.1.0 = |
| 153 | +* Bumps leaflet default version to 1.9.3 |
| 154 | +* Checks for `lat` and `lon` in osm_geocode with `isset` |
| 155 | +* Adds min, max, step to inputs for zoom, minZoom, and maxZoom |
| 156 | +* Obfuscates base tileurl with base64_encode in map-shortcode to deter crawlers |
| 157 | +* Adds `tooltipAnchor` to geojson and marker shortcodes |
| 158 | +* Default maxZoom is 19, down from 20 |
| 159 | +* Allows for comma-separated tile server subdomains, as opposed to 'abc' turning into 'a','b','c' automatically (i.e. you can now use something like "cache-1,cache2" as default subdomains) |
| 160 | +* Adds new shortcodes: [leaflet-image-overlay] and [leaflet-video-overlay] (examples in the shortcode-helper page, or README.md) |
| 161 | + |
152 | 162 | = 3.0.5 = |
153 | 163 | * Fixes ampersands in geojson/gpx/kml urls |
154 | 164 |
|
@@ -440,6 +450,13 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/ |
440 | 450 |
|
441 | 451 | == Upgrade Notice == |
442 | 452 |
|
| 453 | += 3.1.0 = |
| 454 | +Reduces php warnings by checking for `lat` and `lon` in osm_geocode with `isset()`. |
| 455 | +Adds min, max, step to inputs for zoom, minZoom, and maxZoom. |
| 456 | +Obfuscates base tileurl with base64_encode in map-shortcode to deter crawlers. |
| 457 | +Allows for comma-separated tile server subdomains, as opposed to 'abc' turning into 'a','b','c' automatically (i.e. you can now use something like "cache-1,cache2" as default subdomains). |
| 458 | +New Shortcodes: [leaflet-image-overlay] and [leaflet-video-overlay] (examples in the shortcode-helper page, or README.md). |
| 459 | + |
443 | 460 | = 3.0.5 = |
444 | 461 | Fixes ampersands/querystrings in geojson/gpx/kml urls |
445 | 462 |
|
|
0 commit comments