YITH WooCommerce Quick View - Version 1.0.8

Version Description

  • Fixed: Main template issue
Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Quick View
Version 1.0.8
Comparing to
See all releases

Code changes from version 1.0.7 to 1.0.8

Files changed (3) hide show
  1. README.txt +7 -6
  2. init.php +3 -3
  3. templates/yith-quick-view-content.php +2 -2
README.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: yithemes
3
  Tags: yith, woocommerce, quick view, woocommerce quick view, yit, single product, products quick view, free quick view, woocommerce extension, woocommerce plugin, product summary, summary, modal
4
  Requires at least: 4.0
5
  Tested up to: 4.3
6
- Stable tag: 1.0.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -42,6 +42,10 @@ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woo
42
 
43
  == Changelog ==
44
 
 
 
 
 
45
  = 1.0.7 =
46
 
47
  * Added: Compatibility with Wordpress 4.3
@@ -99,9 +103,6 @@ If you have created your own language pack, or have an update for an existing on
99
 
100
  == Upgrade notice ==
101
 
102
- = 1.0.7 =
103
 
104
- * Added: Compatibility with Wordpress 4.3
105
- * Added: WPML config xml
106
- * Fixed: Default variation select
107
- * Updated: Language file .pot
3
  Tags: yith, woocommerce, quick view, woocommerce quick view, yit, single product, products quick view, free quick view, woocommerce extension, woocommerce plugin, product summary, summary, modal
4
  Requires at least: 4.0
5
  Tested up to: 4.3
6
+ Stable tag: 1.0.8
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
42
 
43
  == Changelog ==
44
 
45
+ = 1.0.8 =
46
+
47
+ * Fixed: Main template issue
48
+
49
  = 1.0.7 =
50
 
51
  * Added: Compatibility with Wordpress 4.3
103
 
104
  == Upgrade notice ==
105
 
106
+ = 1.0.8 =
107
 
108
+ * Fixed: Main template issue
 
 
 
init.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: YITH WooCommerce Quick View
4
  * Plugin URI: http://yithemes.com/
5
  * Description: YITH WooCommerce Quick View allows your users to have a quick look about products.
6
- * Version: 1.0.7
7
  * Author: Yithemes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yith-wcqv
@@ -11,7 +11,7 @@
11
  *
12
  * @author Yithemes
13
  * @package YITH WooCommerce Quick View
14
- * @version 1.0.7
15
  */
16
  /* Copyright 2015 Your Inspiration Themes (email : plugins@yithemes.com)
17
 
@@ -59,7 +59,7 @@ register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
59
 
60
 
61
  if ( ! defined( 'YITH_WCQV_VERSION' ) ){
62
- define( 'YITH_WCQV_VERSION', '1.0.7' );
63
  }
64
 
65
  if ( ! defined( 'YITH_WCQV_FREE_INIT' ) ) {
3
  * Plugin Name: YITH WooCommerce Quick View
4
  * Plugin URI: http://yithemes.com/
5
  * Description: YITH WooCommerce Quick View allows your users to have a quick look about products.
6
+ * Version: 1.0.8
7
  * Author: Yithemes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yith-wcqv
11
  *
12
  * @author Yithemes
13
  * @package YITH WooCommerce Quick View
14
+ * @version 1.0.8
15
  */
16
  /* Copyright 2015 Your Inspiration Themes (email : plugins@yithemes.com)
17
 
59
 
60
 
61
  if ( ! defined( 'YITH_WCQV_VERSION' ) ){
62
+ define( 'YITH_WCQV_VERSION', '1.0.8' );
63
  }
64
 
65
  if ( ! defined( 'YITH_WCQV_FREE_INIT' ) ) {
templates/yith-quick-view-content.php CHANGED
@@ -10,7 +10,7 @@
10
 
11
  while ( have_posts() ) : the_post(); ?>
12
 
13
- '<div class="product">
14
 
15
  <div itemscope itemtype="<?php echo woocommerce_get_product_schema(); ?>" id="product-<?php the_ID(); ?>" <?php post_class('product'); ?>>
16
 
@@ -19,7 +19,7 @@ while ( have_posts() ) : the_post(); ?>
19
  <div class="summary entry-summary">
20
  <div class="summary-content">
21
  <?php do_action( 'yith_wcqv_product_summary' ); ?>
22
- <div>
23
  </div>
24
 
25
  </div>
10
 
11
  while ( have_posts() ) : the_post(); ?>
12
 
13
+ <div class="product">
14
 
15
  <div itemscope itemtype="<?php echo woocommerce_get_product_schema(); ?>" id="product-<?php the_ID(); ?>" <?php post_class('product'); ?>>
16
 
19
  <div class="summary entry-summary">
20
  <div class="summary-content">
21
  <?php do_action( 'yith_wcqv_product_summary' ); ?>
22
+ </div>
23
  </div>
24
 
25
  </div>