From 35ab79237413ddc45b71627fddb36c194c368da2 Mon Sep 17 00:00:00 2001 From: gsarig Date: Mon, 18 Nov 2024 00:15:41 +0200 Subject: [PATCH] Updates readme --- build/block/block.json | 2 +- readme.txt | 3 +++ src/block/block.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build/block/block.json b/build/block/block.json index 3e5677f..6099059 100644 --- a/build/block/block.json +++ b/build/block/block.json @@ -156,7 +156,7 @@ ], "textdomain": "ootb-openstreetmap", "editorScript": "file:../index.js", - "style": "file:./index.css", + "style": "file:../index.css", "script": [ "leaflet", "leaflet-gesture-handling" diff --git a/readme.txt b/readme.txt index 907826b..973fa24 100644 --- a/readme.txt +++ b/readme.txt @@ -109,6 +109,9 @@ Glad you asked! There are a few hooks that you can use to further customize the 12. Demonstrating the OpenAI integration == Upgrade Notice == += 2.8.3 = +Version 2.8.3 makes changes to the way the scripts are loaded, and bumps the minimum WordPress version to 6.5. If you are using an older WordPress version, please update WordPress first, before trying to update the plugin. + = 2.8.0 = Version 2.8.0 adds support for the "Location" custom field, which allows you to store a post's or a post type's location. Read more in the [v.2.8.0 release notes](https://github.com/gsarig/ootb-openstreetmap/releases/tag/2.8.0). diff --git a/src/block/block.json b/src/block/block.json index 8113a40..73bb508 100644 --- a/src/block/block.json +++ b/src/block/block.json @@ -153,7 +153,7 @@ ], "textdomain": "ootb-openstreetmap", "editorScript": "file:../index.js", - "style": "file:./index.css", + "style": "file:../index.css", "script": [ "leaflet", "leaflet-gesture-handling"