v0.6.2 🚀
·
663 commits
to refs/heads/main
since this release
🔥 Strapi V4 compatibility !! 🔥
⚠️ Breaking changes
- Make plugin compatible with version 4 of Strapi (#357) @bidoubiwa
Hello everyone! This release marks the compatibility with v4 of Strapi. All versions from now on ( v0.6.x and higher ) will only be compatible with v4 of Strapi. If you still want to download the v3 version you can access it using the @strapi_v3 tag on npm
# v4
yarn add strapi-plugin-meilisearch
# v3
yarn add strapi-plugin-meilisearch@strapi_v3
Because the breaking changes are linked to the breaking changes between Strapi v3 and Strapi v4, I suggest that you read the README.md file to find out how the strapi-plugin-meilisearch works in a Strapi V4 environment!
🐛 Bug Fixes
- Change files field (#359) @bidoubiwa
- Move utils into server directory (#360) @bidoubiwa
Thanks again to @bidoubiwa! 🎉