- Optimized batch process and prevent querying of incompatible MIME types to increase performance - Added composer.json - Updated README.md
Removed non-standard commenting in settings file, and added missing schema file
Replaced PHPUnit 11 incompatible group docblock annotation with attribute counterpart
Add RunTestsInSeparateProcesses attribute to functional test classes
Includes CHANGELOG and functional tests
Adds caching to report to reduce the need of querying the tables every single time the report is accessed
Bypass constructor entirely and use create() to handle everything: Resolves too few arguments WSOD
Add missing use statement for ConfigFactoryInterface to prevent resolving to the current namespace
Resolve CropAuditSettingsForm WSOD error concerning ArgumentCountError as the ConfigFactoryInterface needs to be the first and only argument in the SettingsForm construct.
Refine reporting table for legibility
Fix crop_usage_report.services.yml causing WSOD because of bad indenting
Initial, alpha, release for testing purposes