diff --git a/readme.txt b/readme.txt index fc5a9dc7..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.2 +Stable tag: 3.0.4 Requires PHP: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -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 diff --git a/woo-product-table.php b/woo-product-table.php index efff6f4b..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.2 + * 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.2.1' ); + define( 'WPT_DEV_VERSION', '3.0.4.0' ); } if( !defined( 'WPT_CAPABILITY' ) ){