From 03ca9e3465dea4f7837a9dde6cbb548d77d2dd2d Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Wed, 10 Nov 2021 10:49:38 +0600 Subject: [PATCH 1/3] change log update: Fixed: Mini Filter issue (not showing all tag/taxonomy) has been fixed. --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index fc5a9dc7..ce3f15d9 100644 --- a/readme.txt +++ b/readme.txt @@ -211,6 +211,9 @@ You can easily show specific category products. While creating new table click o == Changelog == += 3.0.3 = + * Fixed: Mini Filter issue (not showing all tag/taxonomy) has been fixed. + = 3.0.2 = * Variation Product include issue fix * Variable product query fix. based on terms. such: Product Category, Tag, Color, Size From 03de666531c421dfd2e8da1ee359d3acda2ec5a8 Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Wed, 10 Nov 2021 11:48:51 +0600 Subject: [PATCH 2/3] 'WPT_DEV_VERSION', '3.0.3.0' stable version update --- readme.txt | 2 +- woo-product-table.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index ce3f15d9..1cc468ed 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://codecanyon.net/item/woo-product-table-pro/20676867?ref=Code Tags: wc product table, wooproducttable,woocommerce product table, product table, wc table, quick order table, wholesale table, restaurants table Requires at least: 4.0.0 Tested up to: 5.8.1 -Stable tag: 3.0.2 +Stable tag: 3.0.3 Requires PHP: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/woo-product-table.php b/woo-product-table.php index efff6f4b..f5aa0149 100644 --- a/woo-product-table.php +++ b/woo-product-table.php @@ -7,7 +7,7 @@ * Author URI: https://profiles.wordpress.org/codersaiful/ * Tags: woocommerce product list,woocommerce product table, wc product table, product grid view, inventory, shop product table * - * Version: 3.0.2 + * Version: 3.0.3 * Requires at least: 4.0.0 * Tested up to: 5.8.2 * WC requires at least: 3.0.0 @@ -30,7 +30,7 @@ } if( !defined( 'WPT_DEV_VERSION' ) ){ - define( 'WPT_DEV_VERSION', '3.0.2.1' ); + define( 'WPT_DEV_VERSION', '3.0.3.0' ); } if( !defined( 'WPT_CAPABILITY' ) ){ From 14bf1369cc0c22bad38ec34a68ffc7a7fc919d79 Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Wed, 10 Nov 2021 11:52:49 +0600 Subject: [PATCH 3/3] 'WPT_DEV_VERSION', '3.0.4.0' and plugin version update --- readme.txt | 2 +- woo-product-table.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 1cc468ed..40925527 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://codecanyon.net/item/woo-product-table-pro/20676867?ref=Code Tags: wc product table, wooproducttable,woocommerce product table, product table, wc table, quick order table, wholesale table, restaurants table Requires at least: 4.0.0 Tested up to: 5.8.1 -Stable tag: 3.0.3 +Stable tag: 3.0.4 Requires PHP: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/woo-product-table.php b/woo-product-table.php index f5aa0149..16959fcf 100644 --- a/woo-product-table.php +++ b/woo-product-table.php @@ -7,7 +7,7 @@ * Author URI: https://profiles.wordpress.org/codersaiful/ * Tags: woocommerce product list,woocommerce product table, wc product table, product grid view, inventory, shop product table * - * Version: 3.0.3 + * Version: 3.0.4 * Requires at least: 4.0.0 * Tested up to: 5.8.2 * WC requires at least: 3.0.0 @@ -30,7 +30,7 @@ } if( !defined( 'WPT_DEV_VERSION' ) ){ - define( 'WPT_DEV_VERSION', '3.0.3.0' ); + define( 'WPT_DEV_VERSION', '3.0.4.0' ); } if( !defined( 'WPT_CAPABILITY' ) ){