Version 2.3.0
April 10, 2024
Added
- Update league/fractal to ^0.20.1
Version 2.2.0
September 29, 2023
Added
- Include new user avatars in the Exports view
- Ensure all exports have an
uploaderId
. When ran in the console this defaults to the first admin
Version 2.1.0
September 29, 2023
Fixed
- Downgrade league/fractal to ^0.18.0 to play nicely with Element API
Version 2.0.0
June 22, 2023
Added
- Craft 4 support (Thanks, @darinlarimore!)
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!