Version Description
- November 1st, 2017 =
- Declaring compatibility with WooCommerce and WordPress
Download this release
Release Info
Developer | yikesitskevin |
Plugin | Custom Product Tabs for WooCommerce |
Version | 1.6.3 |
Comparing to | |
See all releases |
Code changes from version 1.6.2 to 1.6.3
readme.txt
CHANGED
@@ -3,10 +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: 4.
|
7 |
-
|
8 |
-
Tested WooCommerce up to: 3.2.0
|
9 |
-
Stable tag: 1.6.2
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -77,6 +75,9 @@ Yes! Since v1.4 we've added the necessary code to ensure the custom tab data is
|
|
77 |
|
78 |
== Changelog ==
|
79 |
|
|
|
|
|
|
|
80 |
= 1.6.2 - October 13th, 2017 =
|
81 |
* Fixed a PHP Fatal Error that was occurring for users with PHP versions < 5.5.
|
82 |
* Updated some of our documentation and language
|
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: 4.9.1
|
7 |
+
Stable tag: 1.6.3
|
|
|
|
|
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.3 - November 1st, 2017 =
|
79 |
+
* Declaring compatibility with WooCommerce and WordPress
|
80 |
+
|
81 |
= 1.6.2 - October 13th, 2017 =
|
82 |
* Fixed a PHP Fatal Error that was occurring for users with PHP versions < 5.5.
|
83 |
* Updated some of our documentation and language
|
yikes-inc-easy-custom-woocommerce-product-tabs.php
CHANGED
@@ -5,10 +5,13 @@
|
|
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.
|
9 |
* Text Domain: yikes-inc-easy-custom-woocommerce-product-tabs
|
10 |
* Domain Path: languages/
|
11 |
*
|
|
|
|
|
|
|
12 |
* Copyright: (c) 2014-2015 YIKES Inc.
|
13 |
*
|
14 |
* License: GNU General Public License v3.0
|
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.3
|
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.2.2
|
14 |
+
*
|
15 |
* Copyright: (c) 2014-2015 YIKES Inc.
|
16 |
*
|
17 |
* License: GNU General Public License v3.0
|