Skip to content

Commit 4474bb3

Browse files
eyalacatorichardkorthuis
authored andcommitted
Merged in feature/readme (pull request #8)
Update Readme.md Approved-by: Richard Korthuis
2 parents b729e31 + 9a3279c commit 4474bb3

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Readme.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ In all scenarios the OpenKaarten Geodata plugin needs to have the following inst
2626
* [CMB2](https://wordpress.org/plugins/cmb2/)
2727
* [OpenKaarten Geodata](https://github.com/OpenWebconcept/plugin-openkaarten-geodata-for-posts)
2828

29+
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:
30+
31+
* [OpenKaarten Base Functions](https://github.com/OpenWebconcept/package-owc-openkaarten-functions/)
32+
2933
With this installed you can use the OpenKaarten Geodata plugin in your WordPress website.
3034

3135
If you chose for option 2 (new WordPress installation), you will probably need to install a WordPress theme. Since the OpenKaarten plugin is a REST API, it can be used in any WordPress theme.
@@ -45,11 +49,13 @@ At this point manual installation is not supported, because of composer dependen
4549

4650
### Composer installation
4751

48-
1. `composer source git@github.com:OpenWebconcept/plugin-openkaarten-geodata-for-posts.git`
49-
2. `composer require acato/openkaarten-geodata-for-posts`
50-
3. `cd /wp-content/plugins/openkaarten-geodata-for-posts`
51-
4. `npm install && npm run build`
52-
5. Activate the OpenKaarten Geodata Plugin through the 'Plugins' menu in WordPress.
52+
1. `composer source git@github.com:OpenWebconcept/package-owc-openkaarten-functions.git`
53+
2. `composer require acato/openkaarten-base-functions`
54+
3. `composer source git@github.com:OpenWebconcept/plugin-openkaarten-geodata-for-posts.git`
55+
4. `composer require acato/openkaarten-geodata-for-posts`
56+
5. `cd /wp-content/plugins/openkaarten-geodata-for-posts`
57+
6. `npm install && npm run build`
58+
7. Activate the OpenKaarten Geodata Plugin through the 'Plugins' menu in WordPress.
5359

5460
## Usage
5561

plugin-openkaarten-geodata-for-posts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
die;
2828
}
2929

30-
define( 'OWC_OPENKAARTEN_GEODATA_VERSION', '0.1.2' );
30+
define( 'OWC_OPENKAARTEN_GEODATA_VERSION', '0.1.0' );
3131

3232
if ( ! defined( 'OWC_OPENKAARTEN_GEODATA_ABSPATH' ) ) {
3333
define( 'OWC_OPENKAARTEN_GEODATA_ABSPATH', plugin_dir_path( __FILE__ ) );

0 commit comments

Comments
 (0)