Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.69 KB

CHANGELOG.adoc

File metadata and controls

39 lines (25 loc) · 1.69 KB

Changelog

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.

Changed

  • 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 to ROTARACT_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 to ROTARACT_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.

Changed

  • Drop the prefix 'd' on district number

  • Require at least PHP 8.1

Fixed

  • 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

internal

  • Upgrade wp-coding-standards/wpcs 3.0.{0→1}

  • Refactor and update GitHub Actions