Skip to content

Commit

Permalink
Updated author and links
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjasson committed Sep 19, 2024
1 parent 15bffb4 commit eef580a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"title": "Product Bundles - Bundle Variations for WooCommerce",
"repository": {
"type": "git",
"url": "https://github.com/somewherewarm/woocommerce-product-bundles-bundle-variations.git"
"url": "https://github.com/woocommerce/woocommerce-product-bundles-bundle-variations.git"
},
"license": "GPL-3.0+",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://woocommerce.com/products/product-bundles/",
"main": "Gruntfile.js",
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions product-bundles-variation-bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: Product Bundles - Variation Bundles
* Plugin URI: https://docs.woocommerce.com/document/bundles/bundles-extensions/
* Description: Free mini-extension for WooCommerce Product Bundles that allows you to map variations to Product Bundles.
* Version: 2.0.0
* Author: franticpsyx
* Author URI: https://somewherewarm.com/
* Version: 2.0.1
* Author: WooCommerce
* Author URI: https://woocommerce.com/
*
* Text Domain: woocommerce-product-bundles-variation-bundles
* Domain Path: /languages/
Expand Down Expand Up @@ -33,7 +33,7 @@ class WC_PB_Variable_Bundles {
*
* @var string
*/
public static $version = '2.0.0';
public static $version = '2.0.1';

/**
* Min required PB version.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: woocommerce, product, bundles, map, variation
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 2.0.0
Stable tag: 2.0.1
WC requires at least: 8.2
WC tested up to: 9.1
License: GNU General Public License v3.0
Expand Down Expand Up @@ -41,6 +41,9 @@ This plugin requires the official [WooCommerce Product Bundles](https://woocomme

== Changelog ==

= 2.0.0 =
* Tweak - Updated author links.

= 2.0.0 =
* Important - New: PHP 7.4+ is now required.
* Important - New: WooCommerce 8.2+ is now required.
Expand Down

0 comments on commit eef580a

Please sign in to comment.