* Fix - Ensure Vendor Managers do not see the "Sales summary" section on the dashboard.
* Tweak - Bump tested up to WordPress version 6.0.
Fix - Modify column content only when the column slug is `vendors` in user list table.
* Fix - check if `wp_get_object_terms` response is `WP_Error`.
* Tweak - WC 5.9 compatibility.
* Tweak - WP 5.8 compatibility.
* Fix - Added validation for default product cost and handling fee fields.
* Fix - Show refunded quantity in the vendor order details.
* Fix - Show shipping method name in the order email and dashboard if shipping is passed to vendor.
* Tweak - WC 5.8 compatibility.
* Tweak - WP 5.8 compatibility.
* Fix - Show refunded quantity in the vendor order details.
* Fix - Show shipping method name in the order email and dashboard if shipping is passed to vendor.
* Add - New action on Vendor Profile screen, `wcpv_vendor_settings_render_additional_fields`, to enable other plugins to add additional settings fields.
* Fix - Ensure array key exists before we try using it.
* Fix - Ensure the data we are using is an array before we try accessing a property of that array.
* Fix - Column width and characters break issues when viewing the product list table on narrow screen sizes.
* Fix - Ensure the Vendor Email field is required properly and if not set for existing Vendors, show an admin notice.
* Tweak - Add more details to log messages coming from PayPal.