Skip to content

Commit

Permalink
woorelease: Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocurbelo committed Aug 10, 2023
1 parent 14fc3bf commit 9fe9da6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** Changelog ***

= 7.5.0 - xxxx-xx-xx =
= 7.5.0 - 2023-08-10 =
* Fix - Unable to process 0 amount subscription.
* Fix - Resolved an issue that prevented customers using saved `card_` prefixed payment methods on checkout.

Expand Down
2 changes: 1 addition & 1 deletion includes/class-wc-stripe-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ public static function get_order_by_charge_id( $charge_id ) {
/**
* Gets the order by Stripe refund ID.
*
* @since x.x.x
* @since 7.5.0
* @param string $refund_id
*/
public static function get_order_by_refund_id( $refund_id ) {
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.4.2",
"version": "7.5.0",
"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, sofort,
Requires at least: 5.9
Tested up to: 6.2.2
Requires PHP: 7.3
Stable tag: 7.4.2
Stable tag: 7.5.0
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 ==

= 7.5.0 - xxxx-xx-xx =
= 7.5.0 - 2023-08-10 =
* Fix - Unable to process 0 amount subscription.
* Fix - Resolved an issue that prevented customers using saved `card_` prefixed payment methods on checkout.

Expand Down
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.4.2
* Version: 7.5.0
* Requires at least: 6.0
* Tested up to: 6.3.0
* WC requires at least: 7.5
Expand All @@ -21,7 +21,7 @@
/**
* Required minimums and constants
*/
define( 'WC_STRIPE_VERSION', '7.4.2' ); // WRCS: DEFINED_VERSION.
define( 'WC_STRIPE_VERSION', '7.5.0' ); // 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 9fe9da6

Please sign in to comment.