These breaking changes affect how CoCart handles cart sessions.
4.0.0
- Was missing a required class. 4.0.1
fixes that.4.2.0
- A deprecated function was causing a fatal error. Fixed with 4.2.1
4.3.1
- Hot fix in 4.3.2
corrected issues that affected CoCart since 4.2.0
and patches were applied to previous versions to prevent roll update issues for those who had not updated automatically.cocart_override_cart_item
filter. Recommend using cocart_item_added_to_cart
action hook instead.cocart_cart_updated
hook. Replaced with cocart_update_cart_before_totals
hook.CoCart_Session
that extended WC_Session
. Any remaining functions have moved to a refreshed session handler.CoCart_Session_Handler::destroy_cookie()
no longer used.CoCart_Session_Handler::cocart_setcookie()
no longer used.CoCart_Session_Handler::get_cart()
no longer used.cocart_cookie
no longer used. Use woocommerce_cookie
instead.cocart_cookie_httponly
no longer used.cocart_cookie_supported
no longer used.cocart_set_cookie_options
no longer used.cocart_cart_use_secure_cookie
no longer used. Use wc_session_use_secure_cookie
instead.cocart_is_cart_data_valid
no longer used.X-CoCart-API-Timestamp
and X-CoCart-API-Version
no longer used.