Skip to content

Releases: cocart-headless/cocart-get-cart-enhanced

v4.0.4

05 Aug 16:41
Compare
Choose a tag to compare

Bug Fix

  • Fixed the cart key returning for guest customers in API v1.

v4.0.3

27 Jul 02:42
Compare
Choose a tag to compare

Compatibility

  • Tested with WordPress v6.6
  • Tested with WooCommerce v9.1
  • Tested with CoCart v4.3

v4.0.2

09 May 20:54
Compare
Choose a tag to compare

Compatibility

  • Tested with WordPress v6.5
  • Tested with WooCommerce v8.8
  • Tested with CoCart v4.0

v4.0.1

03 Aug 16:24
Compare
Choose a tag to compare

Bug Fix

  • Fixed Uncaught TypeError for cocart_prepare_money_response() with CoCart v4.

v4.0.0

03 Aug 01:10
Compare
Choose a tag to compare

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

01 Apr 18:00
Compare
Choose a tag to compare

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

29 Mar 19:35
Compare
Choose a tag to compare

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

28 Nov 22:38
Compare
Choose a tag to compare

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

22 Jul 23:02
Compare
Choose a tag to compare
  • Dev: Package file added for better composer packaging support.
  • Dev: Minimum requirement for WordPress is now v5.5

v3.0.3

16 Jul 04:30
Compare
Choose a tag to compare

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.