Custom Product Tabs for WooCommerce - Version 1.7.7

Version Description

  • March 8th, 2021 =
  • Housekeeping
Download this release

Release Info

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

Code changes from version 1.7.6 to 1.7.7

assets/banner-1544x500.png DELETED
Binary file
assets/banner-772x250.png DELETED
Binary file
assets/icon-128x128.png DELETED
Binary file
assets/icon-256x256.png DELETED
Binary file
assets/screenshot-1.png DELETED
Binary file
assets/screenshot-2.png DELETED
Binary file
assets/screenshot-3.png DELETED
Binary file
assets/screenshot-4.png DELETED
Binary file
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: yikesinc, eherman24, liljimmi, yikesitskevin, metalandcoffee, mial
3
  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.6
7
- Stable tag: 1.7.6
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.7.6 – October 19th, 2020 =
79
  * WooCommerce 4.6 tested.
80
 
@@ -268,4 +271,4 @@ Yes! Since v1.4 we've added the necessary code to ensure the custom tab data is
268
 
269
  == Upgrade Notice ==
270
  = 1.4.4 - March 1st, 2016 =
271
- * Re-named the tab ID's to support URL's with query args (eg: http://www.example.com/shop#tab-reviews)
3
  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: 6.0
7
+ Stable tag: 1.7.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
75
 
76
  == Changelog ==
77
 
78
+ = 1.7.7 - March 8th, 2021 =
79
+ * Housekeeping
80
+
81
  = 1.7.6 – October 19th, 2020 =
82
  * WooCommerce 4.6 tested.
83
 
271
 
272
  == Upgrade Notice ==
273
  = 1.4.4 - March 1st, 2016 =
274
+ * Re-named the tab ID's to support URL's with query args (eg: http://www.example.com/shop#tab-reviews)
yikes-inc-easy-custom-woocommerce-product-tabs.php CHANGED
@@ -5,7 +5,7 @@
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.7.6
9
  * Text Domain: yikes-inc-easy-custom-woocommerce-product-tabs
10
  * Domain Path: languages/
11
  *
@@ -105,7 +105,7 @@ class YIKES_Custom_Product_Tabs {
105
  * Define the plugin's version.
106
  */
107
  if ( ! defined( 'YIKES_Custom_Product_Tabs_Version' ) ) {
108
- define( 'YIKES_Custom_Product_Tabs_Version', '1.7.6' );
109
  }
110
 
111
  /**
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.7.7
9
  * Text Domain: yikes-inc-easy-custom-woocommerce-product-tabs
10
  * Domain Path: languages/
11
  *
105
  * Define the plugin's version.
106
  */
107
  if ( ! defined( 'YIKES_Custom_Product_Tabs_Version' ) ) {
108
+ define( 'YIKES_Custom_Product_Tabs_Version', '1.7.7' );
109
  }
110
 
111
  /**