WooCommerce Product Vendors v2.6.0
*** Product Vendors Changelog ***
2026-07-20 - version 2.6.0
* Add - Admin-only notes timelines for vendors and products, with support for adding, editing, and deleting notes, an extensible `WC_Product_Vendors_Admin_Notes` API, and `wcpv_admin_note_*` hooks for programmatic note management.
* Add - Note types, including red flags for vendor and product policy violations, with a registerable type system via the `wcpv_admin_note_types` filter, allowing extensions to add custom note types and events. Red flags are highlighted next to note counts.
* Add - Display product note rollups on the vendor edit screen and vendor/product note counts on the Vendors list table, making product-level notes easier to discover without cluttering the vendor timeline.
* Update - Replace the vendor "Admin Notes" field with the new notes timeline. Existing notes are migrated automatically during upgrade.
* Update - Remove support for the WooCommerce beta product editor ahead of its removal in WooCommerce 11.0.
* Dev - Remove obsolete conditional code after the minimum supported version bump.