You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
545: Update version for the next release (0.6.0-strapi-v3) r=bidoubiwa a=bidoubiwa
Next release of Strapi plugin compatible with Strapi v3!
546: Add support information for strapi v3 compatible plugin r=bidoubiwa a=bidoubiwa
Provide information on the fact that we:
- Do not fix bugs anymore on the strapi v3 plugin, unless critical
- Keep the plugin updated with the latest version of meilisearch
547: Update node versions used in CI to 14 when possible r=bidoubiwa a=bidoubiwa
Node 12 is EOF, we prefer using node 14 to run the environments.
Nonetheless, we keep using node 12 in tests to ensure support of strapi v3 with node 12.
Co-authored-by: Charlotte Vermandel <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ yarn playground:dev
73
73
74
74
This command will install required dependencies and launch the app in development mode. You should be able to reach it on the [port 8000 of your localhost](http://localhost:8000/admin/).
75
75
76
-
Once on the admin panel, you are required to log-in. Here are the credentials:
76
+
Once on the admin panel, you are required to log-in. Here are the credentials:
@@ -440,7 +440,9 @@ Complete installation requirements are the same as for Strapi itself and can be
440
440
441
441
- Strapi `>=v3.6.x <v4.x.x`
442
442
443
-
(This plugin **may work** with the older Strapi versions, but these are not tested nor officially supported at this time.)
443
+
This plugin **may work** with the older Strapi versions, but these are not tested nor officially supported at this time.
444
+
445
+
⚠️ We do not longer fix bugs on the v3 compatible plugin, unless critical. Nonetheless, we update it to work with the [latest version](https://github.com/meilisearch/meilisearch/releases) of Meilisearch.
0 commit comments