From d65888fc707c21670ba080fa0a09dbffc34889b7 Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Tue, 30 Apr 2024 10:32:39 +0600 Subject: [PATCH] readme issue fixed --- readme.txt | 7 ++++--- woo-product-table.php | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/readme.txt b/readme.txt index 457e3c62..6cee186c 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Product Table for WooCommerce by CodeAstrology (wooproducttable.com) === -Contributors: codersaiful,codeastrology,mdibrahimk48,ultraaddons,unikforce,rafiul17,fazlebari,phpcoderhannan,fatimakhatungit +Contributors: codersaiful,,mdibrahimk48,ultraaddons,unikforce,rafiul17,fazlebari Donate link: https://donate.stripe.com/4gw2bB2Pzdjd8mYfYZ -Tags: wc product table, wooproducttable, woo product table,woocommerce product table, product table, wc table, quick order table, wholesale table, restaurants table,woo-product-table +Tags: wc product table, woo table, woo product table,woocommerce product table, product table Requires at least: 4.0.0 Tested up to: 6.5.0 Stable tag: 3.4.8 @@ -9,7 +9,7 @@ Requires PHP: 5.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html -WooCommerce product table plugin helps you to display your products in a searchable table layout with filters. Boost conversions & sales. Woo Product Table is best for Wholesale. +Helps you to display your products in a searchable table layout with filters. Woo Product Table is best for Wholesale. == Description == (**Woo Product Table**) Product Table plugin helps you to display your WooCommerce products in a searchable table layout with filters. Add a table on any page or post via a shortcode. You can create tables as many as you want. @@ -335,6 +335,7 @@ You can easily show specific category products. While creating new table click o = 3.4.9 = * Variation List showing on Shop Page for Variable product issue has been fixed +* Fixed: last-active-tab issue has been fixed. * Bug fixed * Code Optimized diff --git a/woo-product-table.php b/woo-product-table.php index ffc4fa37..d204900f 100644 --- a/woo-product-table.php +++ b/woo-product-table.php @@ -7,11 +7,11 @@ * Author URI: https://wooproducttable.com/?utm_source=WPT+Plugin+Dashboard&utm_medium=Free+Version * Tags: wooproducttable, woocommerce product list,woocommerce product table, wc product table, product grid view, inventory, shop product table * - * Version: 3.4.8 + * Version: 3.4.9 * Requires at least: 4.0.0 - * Tested up to: 6.5.0 + * Tested up to: 6.5.2 * WC requires at least: 5.0.0 - * WC tested up to: 8.7.0 + * WC tested up to: 8.7.2 * * * Text Domain: woo-product-table @@ -33,7 +33,7 @@ } if( ! defined( 'WPT_DEV_VERSION' ) ){ - define( 'WPT_DEV_VERSION', '3.4.7.5' ); + define( 'WPT_DEV_VERSION', '3.4.8.0' ); } if( ! defined( 'WPT_CAPABILITY' ) ){