Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@bbenno bbenno released this 10 Aug 11:12
· 9 commits to master since this release

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.

What's Changed

  • Bump composer/composer from 2.2.22 to 2.2.23 by @dependabot in #67
  • Bump wp-cli/wp-cli-bundle from 2.9.0 to 2.10.0 by @dependabot in #68
  • Bump meilisearch/meilisearch-php from 1.6.0 to 1.6.1 by @dependabot in #69
  • Bump meilisearch/meilisearch-php from 1.6.1 to 1.7.0 by @dependabot in #70
  • Bump wp-coding-standards/wpcs from 3.0.1 to 3.1.0 by @dependabot in #71
  • Bump meilisearch/meilisearch-php from 1.7.0 to 1.8.0 by @dependabot in #72
  • Bump composer/composer from 2.7.1 to 2.7.7 by @dependabot in #73
  • Meilisearch Pagination, API-Key and Searchindex by @chripoh in #75
  • Bump meilisearch/meilisearch-php from 1.8.0 to 1.9.0 by @dependabot in #74
  • Bump guzzlehttp/guzzle from 7.8.1 to 7.9.1 by @dependabot in #76

Full Changelog: v4.0.0...v5.0.0