Skip to content

Commit

Permalink
tested up to the latest WP and WC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amirition committed Apr 24, 2024
1 parent 47645f2 commit 51ea65c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions block-for-woo-product-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
* 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.9
* Version: 1.0.10
* Author: Barn2 Plugins
* Author URI: https://barn2.co.uk
* Text Domain: block-for-woo-product-table
* Domain Path: /languages
*
* WC requires at least: 3.7
* WC tested up to: 7.8.2
* WC requires at least: 7.2
* WC tested up to: 8.8.2
*
* Copyright: Barn2 Media Ltd
* License: GNU General Public License v3.0
Expand All @@ -33,7 +33,7 @@
exit;
}

const PLUGIN_VERSION = '1.0.8';
const PLUGIN_VERSION = '1.0.10';
const PLUGIN_FILE = __FILE__;

add_action( 'before_woocommerce_init', function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-product-table-block",
"version": "1.0.9",
"version": "1.0.10",
"description": "Build package for plugins",
"main": "gulpfile.js",
"scripts": {
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Plugin Name: Gutenberg Block for WooCommerce Product Table
Contributors: barn2media
Donate link: https://barn2.co.uk
Tags: gutenberg block, blocks, block, product table, order form
Requires at least: 6.0
Tested up to: 6.4.3
Requires at least: 6.1
Tested up to: 6.5.2
Requires PHP: 7.4
Stable tag: 1.0.9
Stable tag: 1.0.10
License: GPL-3.0
License URI: https://www.gnu.org/licenses/gpl.html

Expand Down Expand Up @@ -89,6 +89,10 @@ There are also options on the WooCommerce Product Table plugin settings page whi

== Changelog ==

= 1.0.10 =
* Updated the Screenshots
* Tested up to WordPress 6.5.2 and WooCommerce 8.8.2

= 1.0.9 =
* Declare HPOS compatibility
* Tested up to WordPress 6.2.2 and WooCommerce 7.8.2
Expand Down

0 comments on commit 51ea65c

Please sign in to comment.