From 14bf1369cc0c22bad38ec34a68ffc7a7fc919d79 Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Wed, 10 Nov 2021 11:52:49 +0600 Subject: [PATCH] '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' ) ){