Skip to content

Commit

Permalink
Merge pull request #146 from codersaiful/3.0.4.0
Browse files Browse the repository at this point in the history
3.0.4.0
  • Loading branch information
codersaiful authored Nov 10, 2021
2 parents e2f690f + 14bf136 commit e66b513
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions woo-product-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' ) ){
Expand Down

0 comments on commit e66b513

Please sign in to comment.