Skip to content

1.2.0

Compare
Choose a tag to compare
@aaronbushnell aaronbushnell released this 02 Mar 00:58
0438aca

1.2.0 - 2022-03-01

{warning} This update modifies the permission behavior of the plugin. If you have given permissions to users or user groups for Reporter you will need to re-enable these under the "General" section of Craft's permission utility for each user/group.

Added

  • Process reports via the CLI using php craft reporter/report --handle=myReport

Updated

  • Use $hasCpSection to insert Reporter navigation link in the control panel. This ensures it's ordered properly in the sidebar by Craft.
  • Use Craft's baked-in permissions when using $hasCpSection instead of custom one.