diff --git a/.gitignore b/.gitignore index 4b01765..105cf51 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ vendor php_errors.log package-lock.json config.json +block-for-woo-product-table.zip diff --git a/block-for-woo-product-table.php b/block-for-woo-product-table.php index 877fa3d..fad159e 100644 --- a/block-for-woo-product-table.php +++ b/block-for-woo-product-table.php @@ -13,14 +13,16 @@ * Plugin Name: Gutenberg Block for WooCommerce Product Table * Plugin URI: https://barn2.co.uk/wordpress-plugins/block-for-woo-product-table/ * Description: Adds an editor block to the WooCommerce Product Table plugin by Barn2, making it quick and easy to create product tables with the block editor. - * Version: 1.0.10 + * Version: 1.0.11 * Author: Barn2 Plugins * Author URI: https://barn2.co.uk * Text Domain: block-for-woo-product-table * Domain Path: /languages * * WC requires at least: 7.2 - * WC tested up to: 8.8.2 + * WC tested up to: 9.3.3 + * Requires at least: 6.1.0 + * Requires PHP: 7.4 * * Copyright: Barn2 Media Ltd * License: GNU General Public License v3.0 @@ -33,7 +35,7 @@ exit; } -const PLUGIN_VERSION = '1.0.10'; +const PLUGIN_VERSION = '1.0.11'; const PLUGIN_FILE = __FILE__; add_action( 'before_woocommerce_init', function() { diff --git a/package.json b/package.json index dfec138..c9fec74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wc-product-table-block", - "version": "1.0.10", + "version": "1.0.11", "description": "Build package for plugins", "main": "gulpfile.js", "scripts": { diff --git a/readme.txt b/readme.txt index 9f4448b..b0f9820 100644 --- a/readme.txt +++ b/readme.txt @@ -4,9 +4,9 @@ Contributors: barn2media Donate link: https://barn2.co.uk Tags: gutenberg block, blocks, block, product table, order form Requires at least: 6.1 -Tested up to: 6.6 +Tested up to: 6.7 Requires PHP: 7.4 -Stable tag: 1.0.10 +Stable tag: 1.0.11 License: GPL-3.0 License URI: https://www.gnu.org/licenses/gpl.html @@ -87,6 +87,13 @@ Yes, [WooCommerce Product Table](https://barn2.co.uk/wordpress-plugins/woocommer == Changelog == += 1.0.11 = +* Tested with the latest version of WordPress and WooCommerce +* Added the integration with PHP 8.3 +* Integrated with the latest version of WooCommerce Product Table + + + = 1.0.10 = * Updated the Screenshots * Tested up to WordPress 6.5.2 and WooCommerce 8.8.2