Skip to content

Commit 37be477

Browse files
committed
woorelease: Product version bump update
1 parent 5500037 commit 37be477

8 files changed

+10
-10
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** Changelog ***
22

3-
= 9.3.0 - xxxx-xx-xx =
3+
= 9.3.0 - 2025-03-13 =
44
* Dev - Adds a new README.md file to the plugin with specific development-focused instructions.
55
* Add - Implements the Single Payment Element feature for the new checkout experience on the block checkout page.
66
* Dev - Additional replacements for payment method constant values on the backend.

includes/payment-methods/class-wc-stripe-upe-payment-method-bacs-debit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* The Bacs Direct Debit Payment Method class extending UPE base class.
88
*
9-
* @since x.x.x
9+
* @since 9.3.0
1010
*/
1111
class WC_Stripe_UPE_Payment_Method_Bacs_Debit extends WC_Stripe_UPE_Payment_Method {
1212
use WC_Stripe_Subscriptions_Trait;

includes/payment-tokens/class-wc-stripe-ach-payment-token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Representation of a payment token for ACH.
1313
*
1414
* @class WC_Payment_Token_ACH
15-
* @since x.x.x
15+
* @since 9.3.0
1616
*/
1717
class WC_Payment_Token_ACH extends WC_Payment_Token implements WC_Stripe_Payment_Method_Comparison_Interface {
1818

includes/payment-tokens/class-wc-stripe-bacs-payment-token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* Token for Bacs Direct Debit.
1212
*
13-
* @since x.x.x
13+
* @since 9.3.0
1414
*/
1515
class WC_Payment_Token_Bacs_Debit extends WC_Payment_Token implements WC_Stripe_Payment_Method_Comparison_Interface {
1616
use WC_Stripe_Fingerprint_Trait;

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "woocommerce-gateway-stripe",
33
"title": "WooCommerce Gateway Stripe",
4-
"version": "9.2.0",
4+
"version": "9.3.0",
55
"license": "GPL-3.0",
66
"homepage": "http://wordpress.org/plugins/woocommerce-gateway-stripe/",
77
"repository": {

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: credit card, stripe, apple pay, payment request, google pay, sepa, bancont
44
Requires at least: 6.5
55
Tested up to: 6.7
66
Requires PHP: 7.4
7-
Stable tag: 9.2.0
7+
Stable tag: 9.3.0
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010
Attributions: thorsten-stripe
@@ -110,7 +110,7 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
110110

111111
== Changelog ==
112112

113-
= 9.3.0 - xxxx-xx-xx =
113+
= 9.3.0 - 2025-03-13 =
114114
* Dev - Adds a new README.md file to the plugin with specific development-focused instructions.
115115
* Add - Implements the Single Payment Element feature for the new checkout experience on the block checkout page.
116116
* Dev - Additional replacements for payment method constant values on the backend.

woocommerce-gateway-stripe.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Take credit card payments on your store using Stripe.
66
* Author: Stripe
77
* Author URI: https://stripe.com/
8-
* Version: 9.2.0
8+
* Version: 9.3.0
99
* Requires Plugins: woocommerce
1010
* Requires at least: 6.5
1111
* Tested up to: 6.7
@@ -22,7 +22,7 @@
2222
/**
2323
* Required minimums and constants
2424
*/
25-
define( 'WC_STRIPE_VERSION', '9.2.0' ); // WRCS: DEFINED_VERSION.
25+
define( 'WC_STRIPE_VERSION', '9.3.0' ); // WRCS: DEFINED_VERSION.
2626
define( 'WC_STRIPE_MIN_PHP_VER', '7.4' );
2727
define( 'WC_STRIPE_MIN_WC_VER', '9.5' );
2828
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '9.6' );

0 commit comments

Comments
 (0)