WooCommerce 10.2.2 has been released.
WooCommerce 10.2.2 includes fixes for the Product Gallery and ensures that template part handling does not trigger fatal errors.
What’s in this release
Product Gallery Images Now Display at Full Resolution #61182 #61173
We’ve moved some legacy filter calls to the Product Gallery and Classic Template block’s initialize
methods, ensuring gallery images now display at their intended full resolution. (Special thanks to community contributor @helgatheviking for the PR!)
Database-Stored Template Parts Load Correctly #61171
Custom wp_template_part
templates stored in the database were causing fatal errors if a plugin was modifying the default query parameters because the code attempted to read all template parts from the filesystem, even those stored in the database. We’ve added validation to check if templates have a path
property before attempting filesystem operations.
Leave a Reply