WooCommerce 5.0
-
So WooCommerce 5.0.0 is flagging a couple of the Genesis Connect for WooCommerce templates:
archive-product.php version 0.9.8 is out of date. The core version is 3.4.0,
single-product.php version 0.9.8 is out of date. The core version is 1.6.4Archive-product.php itself needs a little cleanup (if you’re currently running Woo 1.6.0, U have a real problem). The file just calls genesiswooc_content_product() in \lib\template-loader.php which upon inspection looks OK. So you just need to update the supported version ( @version 5.0.0) in archive-product.php to clear the error.
Same is true for single-product.php
It would be nice if the author would go through the plugin and do a full compatibility check.
- The topic ‘WooCommerce 5.0’ is closed to new replies.