Skip to content

Releases: studiopress/genesis-connect-woocommerce

1.1.2

02 Aug 17:26
7bb416b
Compare
Choose a tag to compare

What's Changed

  • Add HPOS compatibility declaration and bump 'Tested up to' to 6.3 by @kienstra in #65
  • Fix svn deployment by @kienstra in #66

Full Changelog: 1.1.1...1.1.2

1.1.1

20 Aug 18:55
4943179
Compare
Choose a tag to compare

= 1.1.1 =

Removed use of wp_make_content_images_responsive featured product widget images; srcset is applied via wp_calculate_image_srcset in wp_get_attachment_image used by genesis_get_image.

1.1.0

12 Jul 13:24
b39511b
Compare
Choose a tag to compare
  • Added php codesniffer via composer package for WordPress code standards.
  • Fixed spacing and syntax issues for WordPress code standards.
  • Renamed Gencwooc_Featured_Products file to adhere to WordPress code standards.

Genesis Connect for WooCommerce 1.0.0

07 Aug 20:04
Compare
Choose a tag to compare
  • Add WooCommerce version check support.
  • Reinstate Genesis Featured Products widget. (Enable with add_theme_support( 'gencwooc-featured-products-widget' );.)
  • Prevent ‘ID was called incorrectly’ error if Genesis Featured Products widget is in use.
  • Remove product Microdata to prevent conflict with JSON-LD from WooCommerce 3.
  • Prevent deprecation notice if Genesis Simple Sidebars is in use.
  • The Genesis Featured Products widget now hides products with a price or sale price of '0' if ‘hide free products’ is ticked.
  • Prevent blank pages if WooCommerce Shop page is not set. (Thanks, Tim Jensen!)
  • Prevent fatal error on WooCommerce pages if non-Genesis theme or mobile plugin such as WPtouch is active.
  • Add support for Genesis Scripts to products. (Thanks, Graham Washbrook!)
  • The shop page now uses the default site layout if “Default Layout set in Theme Settings” is selected.
  • Show a notice instead of dying if WooCommerce is not active.
  • Show a notice instead of failing silently if a Genesis child theme is not active.
  • Use the default template for product oembeds.
  • Show the Genesis archive headline and intro text on product taxonomy archives if set. Fall back to the archive name and description.
  • Allow network activation on WordPress multisite networks.

0.9.9

31 Jan 15:26
Compare
Choose a tag to compare
  • Adds the Genesis Connect Addons tab to the WooCommerce settings page.
  • Adds an option to control the products to show per page on the Shop page template (can be overriden by theme).
  • Removes the add_theme_support( 'genesis-connect-woocommerce' ); requirement.
  • Update activation check function to only verify that Genesis is active.