WooCommerce 10.0.1 – 10.0.2 have been released.
These releases include fixes to stabilize issues with the 10.0.x release cycle.
10.0.2 is the first stable release of the 10.0.x series. For more details, check out the 10.0 release post.
What’s inside
10.0.1
🔧 Fix strict types error in session handler #59479
This PR reverts a previous commit that added a strict_types
definition to satisfy phpcs
. In this case, under some circumstances (newer PHP version, something consuming wp_nonce_url
with default action of -1) the strict type declaration would cause a fatal error.
10.0.2
🐛 Restore previous init_session_cookie
behaviour to prevent conflicts with classes extending WC_Session_Handler
#59530
This fixes two conflicts with the WooCommerce Payments session handler override caused by two separate changes on the core session handler and hardens some calls to CartTokenUtils::get_cart_token
which expects a string.
Leave a Reply