Skip to content

Commit

Permalink
Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-danae committed Mar 8, 2024
1 parent 3af9226 commit 901169d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** Changelog ***

= 8.1.0 - xxxx-xx-xx =
= 8.0.1 - xxxx-xx-xx =
* Fix - Resolved failing card payments when `statement_descriptor` parameter is used.

= 8.0.0 - 2024-02-29 =
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce-gateway-stripe",
"title": "WooCommerce Gateway Stripe",
"version": "8.1.0",
"version": "8.0.1",
"license": "GPL-3.0",
"homepage": "http://wordpress.org/plugins/woocommerce-gateway-stripe/",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: credit card, stripe, apple pay, payment request, google pay, sepa, bancont
Requires at least: 6.1
Tested up to: 6.4.2
Requires PHP: 7.4
Stable tag: 8.1.0
Stable tag: 8.0.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Attributions: thorsten-stripe
Expand Down Expand Up @@ -128,7 +128,7 @@ If you get stuck, you can ask for help in the Plugin Forum.

== Changelog ==

= 8.1.0 - xxxx-xx-xx =
= 8.0.1 - xxxx-xx-xx =
* Fix - Resolved failing card payments when `statement_descriptor` parameter is used.

[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).
4 changes: 2 additions & 2 deletions woocommerce-gateway-stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Take credit card payments on your store using Stripe.
* Author: WooCommerce
* Author URI: https://woocommerce.com/
* Version: 8.1.0
* Version: 8.0.1
* Requires at least: 6.1
* Tested up to: 6.4.3
* WC requires at least: 8.2
Expand All @@ -21,7 +21,7 @@
/**
* Required minimums and constants
*/
define( 'WC_STRIPE_VERSION', '8.1.0' ); // WRCS: DEFINED_VERSION.
define( 'WC_STRIPE_VERSION', '8.0.1' ); // WRCS: DEFINED_VERSION.
define( 'WC_STRIPE_MIN_PHP_VER', '7.3.0' );
define( 'WC_STRIPE_MIN_WC_VER', '7.4' );
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '7.5' );
Expand Down

0 comments on commit 901169d

Please sign in to comment.