Skip to content

Commit

Permalink
Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcosta99 committed May 30, 2023
1 parent dbad2b5 commit f15f528
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** Changelog ***

= 7.0.3 - 2023-05-30 =
* Fix - Add Order Key Validation.

= 7.0.2 - 2023-01-11 =
* Fix - Expand charges object from incoming webhooks using Stripe API version 2022-11-15.
* Fix - Expand refunds on charge object from incoming webhooks using Stripe API version 2022-11-15.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.0.2",
"version": "7.0.3",
"license": "GPL-3.0",
"homepage": "http://wordpress.org/plugins/woocommerce-gateway-stripe/",
"repository": {
Expand Down
8 changes: 3 additions & 5 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, sofort,
Requires at least: 5.7
Tested up to: 6.0
Requires PHP: 7.0
Stable tag: 7.0.2
Stable tag: 7.0.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Attributions: thorsten-stripe
Expand Down Expand Up @@ -128,9 +128,7 @@ If you get stuck, you can ask for help in the Plugin Forum.

== Changelog ==

= 7.0.2 - 2023-01-11 =
* Fix - Expand charges object from incoming webhooks using Stripe API version 2022-11-15.
* Fix - Expand refunds on charge object from incoming webhooks using Stripe API version 2022-11-15.
* Fix - Fix critical error on PHP 8+ when php_uname() is disabled
= 7.0.3 - 2023-05-30 =
* Fix - Add Order Key Validation.

[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: 7.0.2
* Version: 7.0.3
* Requires at least: 5.8
* Tested up to: 6.0
* WC requires at least: 6.8
Expand All @@ -21,7 +21,7 @@
/**
* Required minimums and constants
*/
define( 'WC_STRIPE_VERSION', '7.0.2' ); // WRCS: DEFINED_VERSION.
define( 'WC_STRIPE_VERSION', '7.0.3' ); // WRCS: DEFINED_VERSION.
define( 'WC_STRIPE_MIN_PHP_VER', '7.3.0' );
define( 'WC_STRIPE_MIN_WC_VER', '6.8' );
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '6.9' );
Expand Down

0 comments on commit f15f528

Please sign in to comment.