Releases: rotaract/rotaract-club-finder
Releases · rotaract/rotaract-club-finder
v5.0.0
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 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.
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
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
v3.0.0
v2.1.6
Version 2.1.5
Bugfixes regarding elasticsearch-php
Version 2.1.4
- Update to elasticsearch 8.3
- Better opencage Request
- Dependency updates
Version 2.1.3
Fix error in OpenCage Request
Version 2.1.2
Compability for PHP >= 7.4
Version 2.1.1
Fix jQuery dependency