Releases: cocart-headless/cocart-get-cart-enhanced
Releases · cocart-headless/cocart-get-cart-enhanced
v4.0.4
Bug Fix
- Fixed the cart key returning for guest customers in API v1.
v4.0.3
Compatibility
- Tested with WordPress v6.6
- Tested with WooCommerce v9.1
- Tested with CoCart v4.3
v4.0.2
Compatibility
- Tested with WordPress v6.5
- Tested with WooCommerce v8.8
- Tested with CoCart v4.0
v4.0.1
Bug Fix
- Fixed Uncaught TypeError for
cocart_prepare_money_response()
with CoCart v4.
v4.0.0
What's New?
- Added parent ID for a variation.
- Added visible product attributes for other products that is not a variation product.
- Added more validation should required fields not be available in the request.
- Removed WooCommerce plugin headers to prevent incompatibility warning message when using "HPOS" feature.
Compatibility
- Ready for CoCart v4.0
- Tested with WooCommerce v7.9
v3.3.0
What's New?
- Return discount type for any coupons applied.
Compatibility
- Tested with CoCart v3.8 ✔️
- Tested with WooCommerce v7.5
- Tested with WordPress v6.2 ✔️
v3.2.0
What's New?
- Tweaked: Prices returned are consistent with other monetary values.
Compatibility
- Tested with CoCart v3.1 and up ✔️
- Tested with WooCommerce v6.3
- Tested with WordPress v5.9 ✔️
v3.1.0
What's New?
- Each item now returns the regular and sale price just before price discounted.
Bug Fixes
- Corrected discounted price value per item.
Tweaks
- Updated POT file to change language team email address.
Compatibility
- Tested with WooCommerce v5.9 ✔️
- Tested with WordPress v5.9 ✔️
Full Changelog: v3.0.4...v3.1.0
v3.0.4
- Dev: Package file added for better composer packaging support.
- Dev: Minimum requirement for WordPress is now v5.5
v3.0.3
This release keeps up with WordPress code standards.
- Fixed: Yoda conditions.
- Dev: Documented parameter comments for functions that were missing.
- Dev: Change the use of
strip_tags()
function to wp_strip_all_tags()
function instead.