Version 1.4.0

May 18, 2023

Added

  • Allow ability to change the size of the batch when processing reports via the batchSize config setting

Version 1.3.1

October 3, 2022

Fixed

  • Only set an author if the user's identity can be determined

Version 1.3.0

September 8, 2022

Added

  • Allow the ability to "skip" over an item by returning an empty array

Version 1.2.0

March 1, 2022

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.

Version 1.1.0

February 17, 2022

Updated

  • Swapped Db::batch($query) for $query->batch() to obtain Craft 3.5+ compatibility

Version 1.0.0

February 15, 2022

Added

  • Initial release!