From 833bd64321d1bf7d7a7fc9334441f049d8005523 Mon Sep 17 00:00:00 2001 From: Eyal Beker Date: Thu, 5 Dec 2024 15:39:28 +0100 Subject: [PATCH 1/3] Update Readme.md --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 1406416..edf081e 100644 --- a/Readme.md +++ b/Readme.md @@ -25,6 +25,7 @@ In all scenarios the OpenKaarten Geodata plugin needs to have the following inst * [OpenPub Base](https://github.com/OpenWebconcept/plugin-openpub-base/) * [CMB2](https://wordpress.org/plugins/cmb2/) * [OpenKaarten Geodata](https://github.com/OpenWebconcept/plugin-openkaarten-geodata-for-posts) +* [OpenKaarten Base Functions](https://github.com/OpenWebconcept/package-owc-openkaarten-functions/) With this installed you can use the OpenKaarten Geodata plugin in your WordPress website. From 7c9d85920ccf9bf5cafa1b342eef27bd94775db7 Mon Sep 17 00:00:00 2001 From: Eyal Beker Date: Thu, 5 Dec 2024 15:42:38 +0100 Subject: [PATCH 2/3] Update plugin-openkaarten-geodata-for-posts.php --- plugin-openkaarten-geodata-for-posts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-openkaarten-geodata-for-posts.php b/plugin-openkaarten-geodata-for-posts.php index a11e191..c43c591 100644 --- a/plugin-openkaarten-geodata-for-posts.php +++ b/plugin-openkaarten-geodata-for-posts.php @@ -27,7 +27,7 @@ die; } -define( 'OWC_OPENKAARTEN_GEODATA_VERSION', '0.1.2' ); +define( 'OWC_OPENKAARTEN_GEODATA_VERSION', '0.1.0' ); if ( ! defined( 'OWC_OPENKAARTEN_GEODATA_ABSPATH' ) ) { define( 'OWC_OPENKAARTEN_GEODATA_ABSPATH', plugin_dir_path( __FILE__ ) ); From 9a3279ce6c09964b709ef093827f47263c0cd029 Mon Sep 17 00:00:00 2001 From: Eyal Beker Date: Thu, 5 Dec 2024 15:52:09 +0100 Subject: [PATCH 3/3] Update Readme.md --- Readme.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index edf081e..1a896f3 100644 --- a/Readme.md +++ b/Readme.md @@ -25,6 +25,9 @@ In all scenarios the OpenKaarten Geodata plugin needs to have the following inst * [OpenPub Base](https://github.com/OpenWebconcept/plugin-openpub-base/) * [CMB2](https://wordpress.org/plugins/cmb2/) * [OpenKaarten Geodata](https://github.com/OpenWebconcept/plugin-openkaarten-geodata-for-posts) + +Furthermore, the OpenKaarten Base plugin needs a package with base functions to be installed. This package can be installed via composer (see instructions further on) and is called: + * [OpenKaarten Base Functions](https://github.com/OpenWebconcept/package-owc-openkaarten-functions/) With this installed you can use the OpenKaarten Geodata plugin in your WordPress website. @@ -46,11 +49,13 @@ At this point manual installation is not supported, because of composer dependen ### Composer installation -1. `composer source git@github.com:OpenWebconcept/plugin-openkaarten-geodata-for-posts.git` -2. `composer require acato/openkaarten-geodata-for-posts` -3. `cd /wp-content/plugins/openkaarten-geodata-for-posts` -4. `npm install && npm run build` -5. Activate the OpenKaarten Geodata Plugin through the 'Plugins' menu in WordPress. +1. `composer source git@github.com:OpenWebconcept/package-owc-openkaarten-functions.git` +2. `composer require acato/openkaarten-base-functions` +3. `composer source git@github.com:OpenWebconcept/plugin-openkaarten-geodata-for-posts.git` +4. `composer require acato/openkaarten-geodata-for-posts` +5. `cd /wp-content/plugins/openkaarten-geodata-for-posts` +6. `npm install && npm run build` +7. Activate the OpenKaarten Geodata Plugin through the 'Plugins' menu in WordPress. ## Usage