Skip to content

Commit 5887e07

Browse files
authored
Merge pull request #265 from hupe13/master
Readme changes
2 parents 85b7874 + 1d827cc commit 5887e07

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

readme.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Author URI: https://bozdoz.com
44
Plugin URI: https://wordpress.org/plugins/leaflet-map/
55
Contributors: bozdoz, hupe13, jannefleischer, remigr, gerital, sal0max, thibault-barrat, sardylan, AK-digital
66
Donate link: https://www.paypal.me/bozdoz
7-
Tags: leaflet, map, mobile, javascript, openstreetmap, mapquest, interactive
7+
Tags: leaflet, map, openstreetmap, mapquest, interactive
88
Requires at least: 4.6
9-
Tested up to: 6.6
9+
Tested up to: 6.8
1010
Version: 3.4.1
1111
Stable tag: 3.4.1
1212
License: GPLv2
@@ -66,7 +66,7 @@ Add a line to the map by adding `[leaflet-line]`. You can specify the postions w
6666

6767
Add a circle to the map by adding `[leaflet-circle]`. You can specify the position using `lat` and `lng` and the radius in meters using `radius`. You can also customize the style using [Leaflet's Path options](https://leafletjs.com/reference.html#path-option). Example: `[leaflet-circle message="max distance" lng=5.117909610271454 lat=52.097914814706094 radius=17500 color="#0DC143" fillOpacity=0.1]`.
6868

69-
Or you can add a geojson shape via a url (make sure you are allowed to access it if it's not hosted on your own server): `[leaflet-geojson src="https://example.com/path/to.geojson"]`. Add custom popups with field names; try out the default src file and fields like so:
69+
Or you can add a geojson shape via a url (make sure you are allowed to access it if it's not hosted on your own server): `[leaflet-geojson src="https://example.com/path/to.geojson"]`. Add custom popups with field names; try out the default src file and fields like so:
7070

7171
`
7272
[leaflet-map fitbounds]
@@ -161,7 +161,7 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/
161161
* [Feature] New [leaflet-wms] layer! Thanks @jannefleischer!
162162

163163
= 3.3.1 =
164-
* [Update] Default Leaflet map set at v1.9.4
164+
* [Update] Default Leaflet map set at v1.9.4
165165
* [Security] Escapes geojson popup properties to prevent XSS attacks
166166
* [Bug] Updates "!attribution" or "attribution=0" attributes to actually remove attribution
167167
* [Bug] Switches SANITIZE_FULL with SANITIZE to to allow "German umlauts"
@@ -215,7 +215,7 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/
215215
* actual bugfix to multiple or missing enqueue map scripts
216216

217217
= 2.23.1 =
218-
* possible bugfix to failing to enqueue map when shortcode rendered
218+
* possible bugfix to failing to enqueue map when shortcode rendered
219219

220220
= 2.23.0 =
221221
* Added iconUrl to leaflet-geojson shortcode.
@@ -332,7 +332,7 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/
332332
* Added string interpolation for GeoJSON popups to use feature properties (thanks to [@geraldo](https://github.com/geraldo))
333333

334334
= 2.9.1 =
335-
* Fixes for PHP 7.2: made all method arguments identical
335+
* Fixes for PHP 7.2: made all method arguments identical
336336
* Added minified JavaScript files for site speed
337337

338338
= 2.8.6 =
@@ -393,13 +393,13 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/
393393
* Added basic marker icon support (with attributes "iconUrl", "iconAnchor", etc.);
394394

395395
= 2.6.0 =
396-
* Changes to map creation which may solve an occasional marker creation JavaScript error
396+
* Changes to map creation which may solve an occasional marker creation JavaScript error
397397
* Added more attributes to marker shortcode (draggable, title, alt, opacity)
398398
* Added doubleClickZoom global, database option to globally disable double click zooming (by default), because it's more inline with disabling scroll zooming by default. Box zooming on the other hand is more intentional
399399

400400
= 2.5.0 =
401-
* Some improvements to the codebase;
402-
* added the same styling options for lines as there are for geojson;
401+
* Some improvements to the codebase;
402+
* added the same styling options for lines as there are for geojson;
403403
* added popups to lines, as there are for markers;
404404
* added an example to the shortcode admin page for the style attributes on lines;
405405
* added code and another example for disabling all map interactions (all zooms, keyboard, etc);
@@ -487,11 +487,11 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/
487487
* Fixes detect retina and maxzoom issues
488488

489489
= 3.1.0 =
490-
Reduces php warnings by checking for `lat` and `lon` in osm_geocode with `isset()`.
490+
Reduces php warnings by checking for lat and lon in osm_geocode with isset().
491491
Adds min, max, step to inputs for zoom, minZoom, and maxZoom.
492-
Obfuscates base tileurl with base64_encode in map-shortcode to deter crawlers.
493-
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).
494-
New Shortcodes: [leaflet-image-overlay] and [leaflet-video-overlay] (examples in the shortcode-helper page, or README.md).
492+
Obfuscates base tileurl with base64_encode.
493+
Allows for comma-separated tile server subdomains.
494+
New: [leaflet-image-overlay] and [leaflet-video-overlay].
495495

496496
= 3.0.5 =
497497
Fixes ampersands/querystrings in geojson/gpx/kml urls
@@ -606,7 +606,7 @@ Fixed array_filter on some older PHP versions
606606
Fixed possible JavaScript error "Unexpected token <"; fix was to remove spaces
607607

608608
= 2.6.0 =
609-
Changes to map creation which may solve an occasional marker creation JavaScript error
609+
Changes to map creation which may solve an occasional marker creation JavaScript error
610610

611611
= 2.0.2 =
612612
OpenStreetMap.org has an SSL certificate (osm.org didn't)

0 commit comments

Comments
 (0)