- Add scope to all sites or a selected site, thanks @OscarBarrett for the issue #20
- Pointed API url to actionTrigger to support non-superuser access, thanks @Eviltoastey for the issue #23
- Locked down API controller to only allow users to access it to prevent data leakage
- Updated to support Craft Commerce / Products, thanks @matt-adigital
- Updated plugin to support Craft v4
- Typecast query parameters before getting Craft elements
- Added support for displaying relations on Asset edit pages.
- Thanks to @SHoogland for updating lookup for sections and categories to use handle instead of ID to support the de-sync between different databases. WARNING: You'll may need to reconfigure the plugin settings.
- Set minimum PHP support to >=7.2.5
- Changed status icon color to support Entry status colors reported by @terryupton.
- Hide category options if no categories' setup, fixing UI bug.
- Added support for Categories and Users, allowing both viewing their relations and returning them in other relations.
- Updated HTML layout and support more usable linking in the relation table.
- Updated to support latest CraftCMS release.
- Composer deprecation notice (#4).
- Set the model as hidden till opened (#5).
- Removed trailing comma to support all PHP 7.x builds.
- Added support for entries linked inside Matrix fields.
- Initial release