- Fix: Moved Commissions extension to load later on plugins_loaded in preparation for EDD 3.0.
- Fix: No date was being added to manually created commissions when a date was not provided.
- Fix: Manually created commissions had a blank “Payment” column. Added a dash character to bring consistency with WordPress core.
- Fix: The Dashboard widget was not compatible with custom commission statuses.
- Fix: Corrected some issues with PHP 7.2 that caused notices 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.