From 66e3860bf0e0a665b93994760fcf75506e513467 Mon Sep 17 00:00:00 2001 From: Christoffer Pohl Date: Wed, 17 Jul 2024 17:59:11 +0200 Subject: [PATCH] updated CHANGELOG.... again.... :P --- CHANGELOG.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index f225411..b827e88 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -12,9 +12,9 @@ The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog], a === Changed -* add new named constant ROTARACT_MEILISEARCH_SEARCHINDEX -* changed named constant ROTARACT_MEILISEARCH_API_KEY to ROTARACT_MEILISEARCH_CLUBFINDER_API_KEY -* updated Meilisearch Filter +* A new named constant has been created with the name ROTARACT_MEILISEARCH_SEARCHINDEX. This must be defined in wp-config.php. This allows to change the search index for Meilisearch quickly and easily +* The named constant ROTARACT_MEILISEARCH_API_KEY has been renamed to ROTARACT_MEILISEARCH_CLUBFINDER_API_KEY. The reason for this is that each Wordpress plugin should have its own API key. +* The 'limit' attribute has been added to the Meilisearch Fiter. This can be used to specify the number of data records found. The limit is currently set to 25. == {compare}/v4.0.0\...main[Unreleased]