From 2ed3cf2fdf7b584f8ba5c09d9926bddb0fc736ea Mon Sep 17 00:00:00 2001 From: bozdoz Date: Tue, 9 Jan 2024 11:16:05 -0400 Subject: [PATCH] v3.4.0: new leaflet-wms layer --- leaflet-map.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 11 +++++++---- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/leaflet-map.php b/leaflet-map.php index 2699411..d806ab4 100644 --- a/leaflet-map.php +++ b/leaflet-map.php @@ -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 @@ -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__)); diff --git a/package-lock.json b/package-lock.json index 526c67e..70cf7cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-plugin-leaflet-map", - "version": "3.3.1", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wp-plugin-leaflet-map", - "version": "3.3.1", + "version": "3.4.0", "license": "GPL-2.0", "devDependencies": { "jest": "^27.0.5", diff --git a/package.json b/package.json index 7085174..311475d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index 7ffc16f..88f1821 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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