From e53f5bed1fc2496c689fad2648b642690e70acef Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Tue, 30 Apr 2024 10:26:11 +0600 Subject: [PATCH 1/2] last tab issue fixed --- admin/post_metabox.php | 2 +- admin/post_metabox_form.php | 2 +- assets/js/admin.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/post_metabox.php b/admin/post_metabox.php index 287af117..b922dca5 100644 --- a/admin/post_metabox.php +++ b/admin/post_metabox.php @@ -206,7 +206,7 @@ function wpt_redirect_after_save($location, $post_id) { // Check if it's the desired post type if (get_post_type($post_id) == 'wpt_product_table') { // Append the desired anchor to the redirect location - $location = add_query_arg('message', 'updated', $location) . '#' . $wpt_last_active_tab; + $location = add_query_arg('message', 'updated', $location); $location = add_query_arg('wpt_active_tab', $wpt_last_active_tab, $location); } return $location; diff --git a/admin/post_metabox_form.php b/admin/post_metabox_form.php index ba8e5b5c..7022c422 100644 --- a/admin/post_metabox_form.php +++ b/admin/post_metabox_form.php @@ -56,7 +56,7 @@ using: setLastActiveTab(tabName); from js code --> - + Date: Tue, 30 Apr 2024 10:32:39 +0600 Subject: [PATCH 2/2] 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' ) ){