Skip to content

Commit

Permalink
build version 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
amirition committed Nov 13, 2024
1 parent 42612a6 commit b6f0e9d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ vendor
php_errors.log
package-lock.json
config.json
block-for-woo-product-table.zip
8 changes: 5 additions & 3 deletions block-for-woo-product-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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() {
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.10",
"version": "1.0.11",
"description": "Build package for plugins",
"main": "gulpfile.js",
"scripts": {
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

<!-- more -->

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

0 comments on commit b6f0e9d

Please sign in to comment.