Skip to content

Commit

Permalink
updated Changelog and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Pohl committed Jul 16, 2024
1 parent db82013 commit f1fce7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file.

The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog], and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].

== {compare}/Unreleased\...main[5.0.0]

=== Changed

*


== {compare}/v4.0.0\...main[Unreleased]

== {compare}/v3.0.1\...v4.0.0[4.0.0]
Expand Down
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ IMPORTANT: The plugin's latest version is already installed at https://hosting.r
[source, php]
----
define( 'ROTARACT_MEILISEARCH_URL', 'https://search.rotaract.de' );
define( 'ROTARACT_MEILISEARCH_API_KEY', '<your-meiliseach-api-key>' );
define( 'ROTARACT_MEILISEARCH_CLUBFINDER_API_KEY', '<your-meiliseach-api-key>' );
define( 'ROTARACT_MEILISEARCH_SEARCHINDEX', 'Club_public');
----
* The Meilisearch API key is required to have `search` permission on index `Club`
. Set OpenCage API key in your `wp-config.php`, used to convert geocode to geopoint data
Expand Down

0 comments on commit f1fce7a

Please sign in to comment.