diff --git a/readme.txt b/readme.txt index b9d11c677a3..b6bcdf5d0a5 100644 --- a/readme.txt +++ b/readme.txt @@ -65,6 +65,8 @@ For further documentation on using WooCommerce, please sign up for free at http: * Zero tax rate fix * Filters for tax rates * Fixes to find rate function +* Product dimension fields +* Fixed archives being displayed by woocommerce_show_product_images = 1.0.3 - 06/10/2011 = * Several minor fixes/tweaks diff --git a/woocommerce_template_functions.php b/woocommerce_template_functions.php index bd6b4a87aad..0b7803ce610 100644 --- a/woocommerce_template_functions.php +++ b/woocommerce_template_functions.php @@ -142,6 +142,7 @@ if (!function_exists('woocommerce_show_product_thumbnails')) { 'post_status' => null, 'post_parent' => $post->ID, 'post__not_in' => array($thumb_id), + 'post_mime_type' => 'image', 'meta_query' => array( array( 'key' => '_woocommerce_exclude_image',