Genesis Connect for WooCommerce - Version 0.9.2

Version Description

  • Released 15 March 2012
  • single-product.php - Single product title template file now hooked in as per WooC 1.5.2
Download this release

Release Info

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

Code changes from version 0.9.1 to 0.9.2

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.1
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.2
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.
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.3.1
6
- Stable tag: 0.9.1
7
 
8
  This plugin allows you to seamlessly integrate WooCommerce with the Genesis Framework and Genesis child themes.
9
 
@@ -15,7 +15,7 @@ To allow easy customization of these templates, and ensure that you do not lose
15
 
16
  Additionally, the plugin makes [Genesis Simple Sidebars](http://wordpress.org/extend/plugins/genesis-simple-sidebars/) and [Genesis Simple Menus](http://wordpress.org/extend/plugins/genesis-simple-menus/) compatible with WooCommerce.
17
 
18
- Tested with WooCommerce 1.5
19
 
20
  == Installation ==
21
 
@@ -138,6 +138,10 @@ For the benefit of theme developers and customizers, here is a summary of possib
138
 
139
  == Changelog ==
140
 
 
 
 
 
141
  = 0.9.1 =
142
  * Released 6 March 2012
143
  * Fixes call to undefined function error in sp-plugins-integration/genesis-simple-sidebars.php
3
  Tags: genesis, genesiswp, studiopress, woocommerce
4
  Requires at least: 3.3
5
  Tested up to: 3.3.1
6
+ Stable tag: 0.9.2
7
 
8
  This plugin allows you to seamlessly integrate WooCommerce with the Genesis Framework and Genesis child themes.
9
 
15
 
16
  Additionally, the plugin makes [Genesis Simple Sidebars](http://wordpress.org/extend/plugins/genesis-simple-sidebars/) and [Genesis Simple Menus](http://wordpress.org/extend/plugins/genesis-simple-menus/) compatible with WooCommerce.
17
 
18
+ **Requires WooCommerce 1.5.2**
19
 
20
  == Installation ==
21
 
138
 
139
  == Changelog ==
140
 
141
+ = 0.9.2 =
142
+ * Released 15 March 2012
143
+ * single-product.php - Single product title template file now hooked in as per WooC 1.5.2
144
+
145
  = 0.9.1 =
146
  * Released 6 March 2012
147
  * Fixes call to undefined function error in sp-plugins-integration/genesis-simple-sidebars.php
templates/archive-product.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * This template displays the archive for Products
4
  *
5
- * Based on WooCommerce 1.4.4
6
  *
7
  * Note for customisers/users: Do not edit this file!
8
  * ==================================================
2
  /**
3
  * This template displays the archive for Products
4
  *
5
+ * Based on WooCommerce 1.5.2
6
  *
7
  * Note for customisers/users: Do not edit this file!
8
  * ==================================================
templates/single-product.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * This template displays the single Product
4
  *
5
- * Based on WooCommerce 1.4.4
6
  *
7
  * Note for customisers/users: Do not edit this file!
8
  * ==================================================
@@ -65,11 +65,9 @@ function gencwooc_single_product_loop() {
65
  <?php do_action( 'woocommerce_before_single_product_summary' ); ?>
66
 
67
  <div class="summary">
68
-
69
- <h1 itemprop="name" class="product_title page-title"><?php the_title(); ?></h1>
70
-
71
- <?php do_action( 'woocommerce_single_product_summary' ); ?>
72
-
73
  </div>
74
 
75
  <?php do_action( 'woocommerce_after_single_product_summary' ); ?>
2
  /**
3
  * This template displays the single Product
4
  *
5
+ * Based on WooCommerce 1.5.2
6
  *
7
  * Note for customisers/users: Do not edit this file!
8
  * ==================================================
65
  <?php do_action( 'woocommerce_before_single_product_summary' ); ?>
66
 
67
  <div class="summary">
68
+
69
+ <?php do_action( 'woocommerce_single_product_summary'); ?>
70
+
 
 
71
  </div>
72
 
73
  <?php do_action( 'woocommerce_after_single_product_summary' ); ?>
templates/taxonomy.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * This template displays the Product Category and Tag taxonomy term archives
4
  *
5
- * Based on WooCommerce 1.4.4
6
  *
7
  * Note for customisers/users: Do not edit this file!
8
  * ==================================================
2
  /**
3
  * This template displays the Product Category and Tag taxonomy term archives
4
  *
5
+ * Based on WooCommerce 1.5.2
6
  *
7
  * Note for customisers/users: Do not edit this file!
8
  * ==================================================