Skip to content

Releases: trendyminds/craft-reporter

2.3.0

10 Apr 14:41
fb807ae
Compare
Choose a tag to compare

2.3.0 - 2024-04-10

Added

  • Update league/fractal to ^0.20.1

2.2.0

29 Sep 14:52
Compare
Choose a tag to compare

2.2.0 - 2023-09-29

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

2.1.0

29 Sep 13:44
4f6a74d
Compare
Choose a tag to compare

2.1.0 - 2023-09-29

Fixed

  • Downgrade league/fractal to ^0.18.0 to play nicely with Element API

2.0.0

22 Jun 20:45
bb12749
Compare
Choose a tag to compare

2.0.0 - 2023-06-22

Added

1.4.0

18 May 12:29
Compare
Choose a tag to compare

1.4.0 - 2023-05-18

Added

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

1.3.1

04 Oct 01:52
d225a4f
Compare
Choose a tag to compare

1.3.1 - 2022-10-03

Fixed

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

1.3.0

08 Sep 14:57
3ba4475
Compare
Choose a tag to compare

1.3.0 - 2022-09-08

Added

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

1.2.0

02 Mar 00:58
0438aca
Compare
Choose a tag to compare

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.

1.1.0

17 Feb 15:22
Compare
Choose a tag to compare

1.1.0 - 2022-02-17

Updated

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

1.0.0

17 Feb 03:47
Compare
Choose a tag to compare

1.0.0 - 2022-02-15

Added

  • Initial release!