Skip to content

Releases: rotaract/rotaract-club-finder

v5.0.0

10 Aug 11:12
Compare
Choose a tag to compare

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

v4.0.0

22 Jan 22:25
Compare
Choose a tag to compare

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

v3.0.1

16 Jan 22:45
Compare
Choose a tag to compare
  • Drop deprecated elasticsearch PHP packages

v3.0.0

10 Sep 17:32
cf8ae74
Compare
Choose a tag to compare

Changed

  • Breaking: replace ElasticSearch with Meilisearch as backing search database.

v2.1.6

06 Dec 15:10
Compare
Choose a tag to compare
  • Display full district names

Version 2.1.5

21 Aug 15:28
647c767
Compare
Choose a tag to compare

Bugfixes regarding elasticsearch-php

Version 2.1.4

21 Aug 14:23
Compare
Choose a tag to compare
  • Update to elasticsearch 8.3
  • Better opencage Request
  • Dependency updates

Version 2.1.3

20 Aug 14:44
Compare
Choose a tag to compare

Fix error in OpenCage Request

Version 2.1.2

07 Aug 11:51
3743201
Compare
Choose a tag to compare

Compability for PHP >= 7.4

Version 2.1.1

12 Jun 10:13
Compare
Choose a tag to compare

Fix jQuery dependency