Payload v3 was released on November 19th. As far as I can tell from their release notes and migration guide, the following changes were made to the plugin system:
- Plugins must use named exports
- The export must have a
Plugin suffix
Both are already the case for payload-plugin-oidc.
After I get this plugin to work with Payload v3, would a PR be welcome to add a note to the README.md about compatibility with different Payload versions?
https://github.com/payloadcms/payload/releases/tag/v3.0.0
https://github.com/payloadcms/payload/blob/main/docs/migration-guide/overview.mdx#plugins
Payload v3 was released on November 19th. As far as I can tell from their release notes and migration guide, the following changes were made to the plugin system:
PluginsuffixBoth are already the case for
payload-plugin-oidc.After I get this plugin to work with Payload v3, would a PR be welcome to add a note to the
README.mdabout compatibility with different Payload versions?https://github.com/payloadcms/payload/releases/tag/v3.0.0
https://github.com/payloadcms/payload/blob/main/docs/migration-guide/overview.mdx#plugins