Skip to content

Releases: wrav/related

v2.1.1

15 Sep 02:56
fd2d194
Compare
Choose a tag to compare

Updated

  • Add scope to all sites or a selected site, thanks @OscarBarrett for the issue #20

v2.1.0

15 Sep 02:31
Compare
Choose a tag to compare

Updated

  • 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

v1.2.0

08 Mar 23:48
a270d92
Compare
Choose a tag to compare

Added

  • Added support for displaying relations on Asset edit pages.

What's Changed

New Contributors

Full Changelog: 1.1.6...1.2.0

v1.1.6

30 Mar 05:38
Compare
Choose a tag to compare

Updated

  • 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

Fixed

  • Changed status icon color to support Entry status colors reported by @terryupton.
  • Hide category options if no categories' setup, fixing UI bug.

v1.1.5

23 Mar 04:20
Compare
Choose a tag to compare

Added

  • Added support for Categories and Users, allowing both viewing their relations and returning them in other relations.

Updated

  • Updated HTML layout and support more usable linking in the relation table.

v1.1.4

01 Sep 23:28
Compare
Choose a tag to compare

Updated

  • Updated to support latest CraftCMS release.

1.1.3

02 Apr 00:02
Compare
Choose a tag to compare

Fixed

  • Composer deprecation notice (#4).

1.1.2

01 Apr 22:44
Compare
Choose a tag to compare

Fixed

  • Set the model as hidden till opened (#5).

1.1.1

05 Mar 21:05
Compare
Choose a tag to compare

Fixed

  • Removed trailing comma to support all PHP 7.x builds

1.1.0

04 Mar 23:50
Compare
Choose a tag to compare
  • Added support for entries linked inside Matrix fields.