YITH WooCommerce Quick View - Version 1.0.6

Version Description

  • Updated: Plugin Core
Download this release

Release Info

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

Code changes from version 1.0.5 to 1.0.6

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.2.4
6
- Stable tag: 1.0.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -42,7 +42,11 @@ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woo
42
 
43
  == Changelog ==
44
 
45
- = 1.0.5 =
 
 
 
 
46
 
47
  * Added: Compatibility with WooCommerce 2.4
48
  * Updated: Plugin Core
@@ -88,8 +92,6 @@ If you have created your own language pack, or have an update for an existing on
88
 
89
  == Upgrade notice ==
90
 
91
- = 1.0.5 =
92
 
93
- * Added: Compatibility with WooCommerce 2.4
94
- * Updated: Plugin Core
95
- * Updated: Language file
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.2.4
6
+ Stable tag: 1.0.6
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.6 =
46
+
47
+ * Updated: Plugin Core
48
+
49
+ = 1.0.5 =
50
 
51
  * Added: Compatibility with WooCommerce 2.4
52
  * Updated: Plugin Core
92
 
93
  == Upgrade notice ==
94
 
95
+ = 1.0.6 =
96
 
97
+ * Updated: Plugin Core
 
 
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.5
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.5
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.5' );
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.6
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.6
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.6' );
63
  }
64
 
65
  if ( ! defined( 'YITH_WCQV_FREE_INIT' ) ) {
plugin-fw/assets/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png CHANGED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png CHANGED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png CHANGED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png CHANGED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png CHANGED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png CHANGED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png CHANGED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png CHANGED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png CHANGED
Binary file
plugin-fw/assets/css/yit-upgrader.css CHANGED
Binary file
plugin-fw/assets/images/select.png CHANGED
Binary file
plugin-fw/assets/images/sleep.png CHANGED
Binary file
plugin-fw/assets/images/spinner.png CHANGED
Binary file
plugin-fw/assets/images/yithemes-icon.png CHANGED
Binary file
plugin-fw/templates/metaboxes/types/simple-text.php CHANGED
Binary file
plugin-fw/templates/panel/woocommerce/woocommerce-panel.php CHANGED
Binary file
wpml-config.xml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <wpml-config>
2
+ <admin-texts>
3
+ <key name="yith-wcqv-button-label" />
4
+ </admin-texts>
5
+ </wpml-config>