- Craft 5 updates and fixes.
- Add
valueType()
to field. (thanks @markhuot).
- Fix
getTableAttributeHtml
not using default CP rendering. (thanks @regularlabs).
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
.
- Add
valueType()
to field. (thanks @markhuot).
- Fix
getTableAttributeHtml
not using default CP rendering. (thanks @regularlabs).
- Fix GraphQL queries not allowing arguments on field.
- Fix inverse relations not working.
- Migrate field settings to uid instead of ids.
- Fix fields not migrating to new package name correctly.
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
.
- Migrate field settings to uid instead of ids.
- Fix fields not migrating to new package name correctly.
{note} The plugin’s package name has changed to
verbb/many-to-many
. Many To Many will need be updated to 2.0 from a terminal, by runningcomposer require verbb/many-to-many && composer remove page-8/craft-manytomany
.
- Add GraphQL support for querying the field.
- Add “Selection Label” to field settings.
- Add preview in CP content index table. (thanks @svale).
- Migration to
verbb/many-to-many
. - Now requires Craft 3.7+.
- Update input.js to use boolean value. (thanks @matthisamoto).
- Refactor field to use
normalizeValue
so it has a proper value for front-end, control panel, element index, and GraphQL.
- Injected Javascript HTML should reflect updated template HTML.
- Update input template to better display elements.
- Translatable text.
- Optimized the cache control. Instead of clearing all Entry types from the cache, just clears records related to the changed element.
- Initial Release.