Skip to content

Commit

Permalink
v3.4.0: new leaflet-wms layer
Browse files Browse the repository at this point in the history
  • Loading branch information
bozdoz committed Jan 9, 2024
1 parent 017c1fa commit 2ed3cf2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 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: 3.3.1
* Version: 3.4.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', '3.3.1');
define('LEAFLET_MAP__PLUGIN_VERSION', '3.4.0');
define('LEAFLET_MAP__PLUGIN_FILE', __FILE__);
define('LEAFLET_MAP__PLUGIN_DIR', plugin_dir_path(__FILE__));

Expand Down
4 changes: 2 additions & 2 deletions 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": "3.3.1",
"version": "3.4.0",
"description": "Leaflet Map WordPress Plugin",
"scripts": {
"start": "docker-compose up && exit 0",
Expand Down
11 changes: 7 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Author: bozdoz
Author URI: https://bozdoz.com
Plugin URI: https://wordpress.org/plugins/leaflet-map/
Contributors: bozdoz, hupe13, remigr, gerital, sal0max, thibault-barrat, sardylan, AK-digital
Contributors: bozdoz, hupe13, jannefleischer, remigr, gerital, sal0max, thibault-barrat, sardylan, AK-digital
Donate link: https://www.paypal.me/bozdoz
Tags: leaflet, map, mobile, javascript, openstreetmap, mapquest, interactive
Requires at least: 4.6
Tested up to: 6.3.1
Version: 3.3.1
Stable tag: 3.3.1
Tested up to: 6.4.2
Version: 3.4.0
Stable tag: 3.4.0
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -153,6 +153,9 @@ For more FAQs, please visit the [FAQ section on GitHub here](https://github.com/

== Changelog ==

= 3.4.0 =
* [Feature] New [leaflet-wms] layer! Thanks @jannefleischer!

= 3.3.1 =
* [Update] Default Leaflet map set at v1.9.4
* [Security] Escapes geojson popup properties to prevent XSS attacks
Expand Down

0 comments on commit 2ed3cf2

Please sign in to comment.