Skip to content

Commit

Permalink
version bump 2.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Dec 20, 2023
1 parent b2f0570 commit 7a6075b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/helgatheviking/wc-not-sold-separately.git"
},
"license": "GPL-3.0-or-later",
"version": "2.2.0",
"version": "2.3.0-beta.1",
"homepage": "https://github.com/kathyisawesome/wc-not-sold-separately",
"main": "Gruntfile.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: helgatheviking
Tags: woocommerce, product, bundle, bundles, kits, composites
Requires at least: 5.0
Tested up to: 5.4
Stable tag: 2.2.0
Stable tag: 2.3.0-beta.1
WC requires at least: 4.0.0
WC tested up to: 4.0.0
License: GNU General Public License v3.0
Expand Down
5 changes: 2 additions & 3 deletions wc-not-sold-separately.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Not Sold Separately for WooCommerce
* Plugin URI: https://woocommerce.com/products/woocommerce-mix-and-match-products/
* Description: Optionally restrict products to sale only as part of Mix and Match Product.
* Version: 2.2.0
* Version: 2.3.0-beta.1
* Author: Kathy Darling
* Author URI: http://kathyisawesome.com/
*
Expand Down Expand Up @@ -37,7 +37,7 @@ class WC_Not_Sold_Separately {
*
* @var string
*/
const VERSION = '2.2.0';
const VERSION = '2.3.0-beta.1';

/**
* Props added to child products.
Expand Down Expand Up @@ -282,7 +282,6 @@ public static function remove_cart_loading() {
self::$cart_loading = false;
}


/**
* Filters message about product unable to be purchased.
*
Expand Down

0 comments on commit 7a6075b

Please sign in to comment.