Skip to content

Commit

Permalink
Merge branch 'release/2.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarig committed Nov 4, 2023
2 parents 0e2257a + 7c62d4b commit bf33859
Show file tree
Hide file tree
Showing 26 changed files with 27,630 additions and 37,007 deletions.
20,755 changes: 10,409 additions & 10,346 deletions assets/vendor/leaflet/leaflet-src.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/vendor/leaflet/leaflet-src.esm.js.map

Large diffs are not rendered by default.

20,755 changes: 10,409 additions & 10,346 deletions assets/vendor/leaflet/leaflet-src.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/vendor/leaflet/leaflet-src.js.map

Large diffs are not rendered by default.

1,317 changes: 661 additions & 656 deletions assets/vendor/leaflet/leaflet.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/vendor/leaflet/leaflet.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/vendor/leaflet/leaflet.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "ootb/openstreetmap",
"version": "2.0.0",
"version": "2.4.1",
"title": "OpenStreetMap by Out of the Block",
"category": "common",
"icon": "location-alt",
Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '52fc5cfd9e7c6b58b6b9');
<?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '8e5fc7503e486fc1220c');
7 changes: 6 additions & 1 deletion build/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
padding: 0;
}

.leaflet-container img.leaflet-tile {
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
Expand Down Expand Up @@ -646,7 +651,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
}

/* Printing */

@media print {
/* Prevent printers from removing background-images of controls. */
.leaflet-control {
Expand Down
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.lock

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

6 changes: 3 additions & 3 deletions ootb-openstreetmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: A map block for the Gutenberg Editor using OpenStreetMaps and Leaflet that needs no API keys and works out of the box.
* Requires at least: 5.8.6
* Requires PHP: 7.4
* Version: 2.4.0
* Version: 2.4.1
* Author: Giorgos Sarigiannidis
* Author URI: https://www.gsarigiannidis.gr
* License: GPL-2.0-or-later
Expand All @@ -21,9 +21,9 @@
define( 'OOTB_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

const OOTB_BLOCK_NAME = 'ootb/openstreetmap';
const OOTB_VERSION = '2.4.0';
const OOTB_VERSION = '2.4.1';
const OOTB_SCRIPT_VERSION = [
'leaflet' => '1.9.3',
'leaflet' => '1.9.4',
'leaflet-gesture-handling' => '1.4.4',
];
const OOTB_PLUGIN_INC = OOTB_PLUGIN_PATH . 'includes/';
Expand Down
Loading

0 comments on commit bf33859

Please sign in to comment.