- Fixes a bug where the relationship popup did not show up in single site installs
- Shows incoming relationships from drafts and provisional drafts. (Beta)
- Preparing for Craft 4 (Beta)
- Supports Craft 3.7
- Fixed a bug where fetching relationships via ajax could end up in a 403 error.
- Show image thumbnail
- Show image volume name
- Order relationships by element type and entry section/asset volume name
- Links do not open in new tab by default
- Add Relationship button to Globalsets
- Added 'showAllSites' settings (defaults to true)
- Fixed a bug where nothing was shown in element indexes
- Forked under wsydney76\elementmap
- Added german translations
- Added support for asset edit page
- Added section name to output for entries
- Added draft support
- Show relationships for all sites
- Display relationships in HUD
- Fixed a bug where relations to disabled entries were not shown
- Get maps via ajax
- Elements displayed by the map are now sorted in alphabetical order.
- Element map displays disabled elements.
- Quick table views for element maps so element counts and references can be viewed on the element overview pages.
- Super Table support.
- Elements displayed within the map will attempt to link to the element within the current site context.
- Issue with users on multi-site element maps.
- Element map display on Craft Commerce 2 products (thanks @nfourtythree).
- Support for products/variants within Craft Commerce 2.
- Proper element multi-site element maps, originally could only show maps for the current site.
- Icons now pull directly from SVG files through craft's
svg()
twig function (necessary for non-standard craft icons). resources
folder renamed toassets
to follow Craft conventions.
- Further revised quoting and how queries are built to fully address the issue partially addressed by 1.0.1.
- Updated conditions used to traverse matrix blocks for inner related elements, meaning element -> block -> element relationships should now show up properly in the map.
- Minor grammatical updates to README.md
- Quoted column names in joins, which were causing errors when the map was rendered with certain DB configurations.
The initial release of the Element Map plugin.
- Element map in full-page editor sidebars, shows elements with relations to the currently edited element