Custom Product Tabs for WooCommerce - Version 1.6.13

Version Description

  • January 22nd, 2020 =
  • Support WooCommerce 3.9.
Download this release

Release Info

Developer fmixell
Plugin Icon 128x128 Custom Product Tabs for WooCommerce
Version 1.6.13
Comparing to
See all releases

Code changes from version 1.6.12 to 1.6.13

readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://yikesinc.com
4
  Tags: woocommerce, product tabs, repeatable, duplicate, customize, custom, tabs, product, woo, commerce
5
  Requires at least: 3.8
6
  Tested up to: 5.3
7
- Stable tag: 1.6.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -75,6 +75,9 @@ Yes! Since v1.4 we've added the necessary code to ensure the custom tab data is
75
 
76
  == Changelog ==
77
 
 
 
 
78
  = 1.6.12 - November 20th, 2019 =
79
  * Support WooCommerce 3.8.
80
 
4
  Tags: woocommerce, product tabs, repeatable, duplicate, customize, custom, tabs, product, woo, commerce
5
  Requires at least: 3.8
6
  Tested up to: 5.3
7
+ Stable tag: 1.6.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
75
 
76
  == Changelog ==
77
 
78
+ = 1.6.13 - January 22nd, 2020 =
79
+ * Support WooCommerce 3.9.
80
+
81
  = 1.6.12 - November 20th, 2019 =
82
  * Support WooCommerce 3.8.
83
 
yikes-inc-easy-custom-woocommerce-product-tabs.php CHANGED
@@ -5,12 +5,12 @@
5
  * Description: Extend WooCommerce to add and manage custom product tabs. Create as many product tabs as needed per product.
6
  * Author: YIKES, Inc.
7
  * Author URI: http://www.yikesinc.com
8
- * Version: 1.6.12
9
  * Text Domain: yikes-inc-easy-custom-woocommerce-product-tabs
10
  * Domain Path: languages/
11
  *
12
  * WC requires at least: 3.0.0
13
- * WC tested up to: 3.8
14
  *
15
  * Copyright: (c) 2014-2015 YIKES Inc.
16
  *
@@ -104,7 +104,7 @@ class YIKES_Custom_Product_Tabs {
104
  * Define the plugin's version.
105
  */
106
  if ( ! defined( 'YIKES_Custom_Product_Tabs_Version' ) ) {
107
- define( 'YIKES_Custom_Product_Tabs_Version', '1.6.12' );
108
  }
109
 
110
  /**
5
  * Description: Extend WooCommerce to add and manage custom product tabs. Create as many product tabs as needed per product.
6
  * Author: YIKES, Inc.
7
  * Author URI: http://www.yikesinc.com
8
+ * Version: 1.6.13
9
  * Text Domain: yikes-inc-easy-custom-woocommerce-product-tabs
10
  * Domain Path: languages/
11
  *
12
  * WC requires at least: 3.0.0
13
+ * WC tested up to: 3.9
14
  *
15
  * Copyright: (c) 2014-2015 YIKES Inc.
16
  *
104
  * Define the plugin's version.
105
  */
106
  if ( ! defined( 'YIKES_Custom_Product_Tabs_Version' ) ) {
107
+ define( 'YIKES_Custom_Product_Tabs_Version', '1.6.13' );
108
  }
109
 
110
  /**