- Backward compatible: Yes
- Database/config update required: No
- Minimum requirements: No change in this release.
- Tested with: WooCommerce 9.9
Filter products by brand
The Products endpoint can now filter results to a specific brand.
GET /wp-json/cocart/v2/products?brand=[brand-slug]
Random product ordering
The Products endpoint was missing a random value for its orderby parameter — it’s now available, closing issue #516:
GET /wp-json/cocart/v2/products?orderby=random
Plugin details
- Documentation links throughout the plugin were updated to point to current pages.
- The WordPress Dashboard’s upgrade page link was updated.
- Plugin action links (on the Plugins screen) now appear after the default WordPress links instead of before them.
Breaking changes & deprecations
No breaking changes in this release — it is a drop-in upgrade.

