Version Description
- Added: Compatibility with Wordpress 4.3
- Added: WPML config xml
- Fixed: Default variation select
- Updated: Language file .pot
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Quick View |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- README.txt +14 -4
- assets/js/frontend.js +2 -1
- init.php +3 -3
- languages/yith-wcqv.pot +1 -1
- templates/yith-quick-view-content.php +5 -3
README.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
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.
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -42,6 +42,13 @@ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woo
|
|
42 |
|
43 |
== Changelog ==
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
= 1.0.6 =
|
46 |
|
47 |
* Updated: Plugin Core
|
@@ -92,6 +99,9 @@ If you have created your own language pack, or have an update for an existing on
|
|
92 |
|
93 |
== Upgrade notice ==
|
94 |
|
95 |
-
= 1.0.
|
96 |
|
97 |
-
*
|
|
|
|
|
|
2 |
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 |
|
43 |
== Changelog ==
|
44 |
|
45 |
+
= 1.0.7 =
|
46 |
+
|
47 |
+
* Added: Compatibility with Wordpress 4.3
|
48 |
+
* Added: WPML config xml
|
49 |
+
* Fixed: Default variation select
|
50 |
+
* Updated: Language file .pot
|
51 |
+
|
52 |
= 1.0.6 =
|
53 |
|
54 |
* Updated: Plugin Core
|
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
|
assets/js/frontend.js
CHANGED
@@ -72,6 +72,7 @@ jQuery(document).ready(function($){
|
|
72 |
var form_variation = qv_content.find( '.variations_form' );
|
73 |
|
74 |
form_variation.wc_variation_form();
|
|
|
75 |
|
76 |
if( typeof $.fn.yith_wccl !== 'undefined' ) {
|
77 |
form_variation.yith_wccl();
|
@@ -136,7 +137,7 @@ jQuery(document).ready(function($){
|
|
136 |
// START
|
137 |
$.fn.yith_quick_view();
|
138 |
|
139 |
-
$( document ).on( 'yith_infs_adding_elem', function(){
|
140 |
// RESTART
|
141 |
$.fn.yith_quick_view();
|
142 |
});
|
72 |
var form_variation = qv_content.find( '.variations_form' );
|
73 |
|
74 |
form_variation.wc_variation_form();
|
75 |
+
form_variation.trigger( 'check_variations' );
|
76 |
|
77 |
if( typeof $.fn.yith_wccl !== 'undefined' ) {
|
78 |
form_variation.yith_wccl();
|
137 |
// START
|
138 |
$.fn.yith_quick_view();
|
139 |
|
140 |
+
$( document ).on( 'yith_infs_adding_elem yith-wcan-ajax-filtered', function(){
|
141 |
// RESTART
|
142 |
$.fn.yith_quick_view();
|
143 |
});
|
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 |
* 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.
|
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.
|
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.7
|
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.7
|
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.7' );
|
63 |
}
|
64 |
|
65 |
if ( ! defined( 'YITH_WCQV_FREE_INIT' ) ) {
|
languages/yith-wcqv.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: YITH Woocommerce Quick View\n"
|
5 |
-
"POT-Creation-Date: 2015-08-
|
6 |
"PO-Revision-Date: 2015-05-18 11:52+0100\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: YIThemes <plugins@yithemes.com>\n"
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: YITH Woocommerce Quick View\n"
|
5 |
+
"POT-Creation-Date: 2015-08-21 13:23+0200\n"
|
6 |
"PO-Revision-Date: 2015-05-18 11:52+0100\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: YIThemes <plugins@yithemes.com>\n"
|
templates/yith-quick-view-content.php
CHANGED
@@ -10,14 +10,16 @@
|
|
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(); ?>>
|
16 |
|
17 |
<?php do_action( 'yith_wcqv_product_image' ); ?>
|
18 |
|
19 |
<div class="summary entry-summary">
|
20 |
-
|
|
|
|
|
21 |
</div>
|
22 |
|
23 |
</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 |
|
17 |
<?php do_action( 'yith_wcqv_product_image' ); ?>
|
18 |
|
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>
|