Fix: Moved Commissions extension to load later on plugins_loaded in preperation for EDD 3.0.
Fix: No date was being added to manually created commissions when a date was not provieded.
Fix: Manually created commissions had a blank "Payment" column. Added a dash character to bring consistency with WordPress core.
Fix: The Dashbaord widget was not compatible with custom commission statuses.
Fix: Corrected some issues with PHP 7.2 that caused notcies and warnings to be logged.
New: The commission email settings are now filterable.
Dev: Add an action hook within class-admin-notices update function.
Dev: Added more hooks to the user commissions overview templates.
Dev: Added commission ids to edd_commissions_process_bulk_action action hook.
Dev: Added hooks to the Dashboard widget.