All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
A new named constant has been created with the name
ROTARACT_CLUB_FINDER_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 toROTARACT_CLUB_FINDER_MEILISEARCH_KEY
. The reason for this is that each WordPress plugin should have its own API key. -
The named constant
ROTARACT_MEILISEARCH_URL
has been renamed toROTARACT_CLUB_FINDER_MEILISEARCH_URL
. The reason for this is that each WordPress plugin should have the option to use its own Meilisearch instance.. -
The 'limit' attribute has been added to the Meilisearch filter. This can be used to specify the number of data records found. The limit is currently set to 25.
-
Reduce ZIP file size by excluding development files
-
Set required PHP and WordPress version in Plugin attributes ⇒ now visible during Plugin installation
-
Update Author Link in Plugin attributes
-
Add missing setup information about Google Maps API key