Genesis Connect for WooCommerce - Version 0.9.7

Version Description

  • Released 22 December 2013
  • Removed link from Shop breadcrumb when viewing Shop page.
Download this release

Release Info

Developer studiograsshopper
Plugin Icon 128x128 Genesis Connect for WooCommerce
Version 0.9.7
Comparing to
See all releases

Code changes from version 0.9.6 to 0.9.7

genesis-connect-woocommerce.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Genesis Connect for WooCommerce
4
  Plugin URI: http://www.studiopress.com/plugins/genesis-connect-woocommerce
5
- Version: 0.9.6
6
  Author: StudioPress
7
  Author URI: http://www.studiopress.com/
8
  Description: Allows you to seamlessly integrate WooCommerce with the Genesis Framework and Genesis child themes.
2
  /*
3
  Plugin Name: Genesis Connect for WooCommerce
4
  Plugin URI: http://www.studiopress.com/plugins/genesis-connect-woocommerce
5
+ Version: 0.9.7
6
  Author: StudioPress
7
  Author URI: http://www.studiopress.com/
8
  Description: Allows you to seamlessly integrate WooCommerce with the Genesis Framework and Genesis child themes.
lib/breadcrumb.php CHANGED
@@ -3,7 +3,7 @@
3
  * This file contains functions related modifying Genesis Breadcrumb output
4
  *
5
  * @package genesis_connect_woocommerce
6
- * @version 0.9.6
7
  *
8
  * @since 0.9.0
9
  *
@@ -56,6 +56,7 @@ add_filter( 'genesis_archive_crumb', 'gencwooc_get_archive_crumb_filter', 10, 2
56
  * - woocommerce_prepend_category_to_products (permalinks only)
57
  *
58
  * @since 0.9.0
 
59
  *
60
  * @param str $crumb Breadcrumb 'crumb' for archives
61
  * @param array $args Genesis Breadcrumb args
@@ -76,7 +77,7 @@ function gencwooc_get_archive_crumb_filter( $crumb, $args ) {
76
 
77
  else :
78
 
79
- $crumb = gencwooc_get_crumb_link( get_post_type_archive_link( 'product' ), $shop_name, $shop_name );
80
 
81
  endif;
82
 
3
  * This file contains functions related modifying Genesis Breadcrumb output
4
  *
5
  * @package genesis_connect_woocommerce
6
+ * @version 0.9.7
7
  *
8
  * @since 0.9.0
9
  *
56
  * - woocommerce_prepend_category_to_products (permalinks only)
57
  *
58
  * @since 0.9.0
59
+ * @updated 0.9.7
60
  *
61
  * @param str $crumb Breadcrumb 'crumb' for archives
62
  * @param array $args Genesis Breadcrumb args
77
 
78
  else :
79
 
80
+ $crumb = $shop_name;
81
 
82
  endif;
83
 
lib/template-loader.php CHANGED
@@ -3,7 +3,7 @@
3
  * These functions manage loading of templates for WooCommerce
4
  *
5
  * @package genesis_connect_woocommerce
6
- * @version 0.9.6
7
  *
8
  * @since 0.9.0
9
  */
3
  * These functions manage loading of templates for WooCommerce
4
  *
5
  * @package genesis_connect_woocommerce
6
+ * @version 0.9.7
7
  *
8
  * @since 0.9.0
9
  */
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: nathanrice, studiopress, studiograsshopper
3
  Tags: genesis, genesiswp, studiopress, woocommerce
4
  Requires at least: 3.3
5
  Tested up to: 3.8
6
- Stable tag: 0.9.6
7
 
8
  This plugin allows you to seamlessly integrate WooCommerce with the Genesis Framework and Genesis child themes.
9
 
@@ -141,6 +141,11 @@ For the benefit of theme developers and customizers, here is a summary of possib
141
 
142
  == Changelog ==
143
 
 
 
 
 
 
144
  = 0.9.6 =
145
  * Released 18 December 2013
146
  * Fixed bug re missing argument in the_title filter (in template-loader.php). Props Gary Jones.
3
  Tags: genesis, genesiswp, studiopress, woocommerce
4
  Requires at least: 3.3
5
  Tested up to: 3.8
6
+ Stable tag: 0.9.7
7
 
8
  This plugin allows you to seamlessly integrate WooCommerce with the Genesis Framework and Genesis child themes.
9
 
141
 
142
  == Changelog ==
143
 
144
+
145
+ = 0.9.7 =
146
+ * Released 22 December 2013
147
+ * Removed link from Shop breadcrumb when viewing Shop page.
148
+
149
  = 0.9.6 =
150
  * Released 18 December 2013
151
  * Fixed bug re missing argument in the_title filter (in template-loader.php). Props Gary Jones.
sp-plugins-integration/genesis-simple-menus.php CHANGED
@@ -3,7 +3,7 @@
3
  * Integration - Genesis Simple Menus
4
  *
5
  * @package genesis_connect_woocommerce
6
- * @version 0.9.6
7
 
8
  *
9
  * @since 0.9.0
3
  * Integration - Genesis Simple Menus
4
  *
5
  * @package genesis_connect_woocommerce
6
+ * @version 0.9.7
7
 
8
  *
9
  * @since 0.9.0
sp-plugins-integration/genesis-simple-sidebars.php CHANGED
@@ -3,7 +3,7 @@
3
  * Integration - Genesis Simple Sidebars
4
  *
5
  * @package genesis_connect_woocommerce
6
- * @version 0.9.6
7
  *
8
  * @since 0.9.0
9
  *
3
  * Integration - Genesis Simple Sidebars
4
  *
5
  * @package genesis_connect_woocommerce
6
+ * @version 0.9.7
7
  *
8
  * @since 0.9.0
9
  *
templates/archive-product.php CHANGED
@@ -3,7 +3,7 @@
3
  * This template displays the archive for Products
4
  *
5
  * @package genesis_connect_woocommerce
6
- * @version 0.9.6
7
  *
8
  * Note for customisers/users: Do not edit this file!
9
  * ==================================================
3
  * This template displays the archive for Products
4
  *
5
  * @package genesis_connect_woocommerce
6
+ * @version 0.9.7
7
  *
8
  * Note for customisers/users: Do not edit this file!
9
  * ==================================================
templates/single-product.php CHANGED
@@ -3,7 +3,7 @@
3
  * This template displays the single Product
4
  *
5
  * @package genesis_connect_woocommerce
6
- * @version 0.9.6
7
  *
8
  * Note for customisers/users: Do not edit this file!
9
  * ==================================================
3
  * This template displays the single Product
4
  *
5
  * @package genesis_connect_woocommerce
6
+ * @version 0.9.7
7
  *
8
  * Note for customisers/users: Do not edit this file!
9
  * ==================================================
templates/taxonomy.php CHANGED
@@ -3,7 +3,7 @@
3
  * This template displays the Product Category and Tag taxonomy term archives
4
  *
5
  * @package genesis_connect_woocommerce
6
- * @version 0.9.6
7
  *
8
  * Note for customisers/users: Do not edit this file!
9
  * ==================================================
3
  * This template displays the Product Category and Tag taxonomy term archives
4
  *
5
  * @package genesis_connect_woocommerce
6
+ * @version 0.9.7
7
  *
8
  * Note for customisers/users: Do not edit this file!
9
  * ==================================================