Skip to content

Commit 147aab0

Browse files
committed
woorelease: Product version bump update
1 parent feb1cd5 commit 147aab0

9 files changed

+14
-14
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.4.0 - xxxx-xx-xx =
3+
= 9.4.0 - 2025-04-16 =
44
* Add - New filter to allow merchants to bypass the default visibility of the express payment method buttons when taxes are based on customer's billing address (`wc_stripe_should_hide_express_checkout_button_based_on_tax_setup`).
55
* Dev - Improves Smart Checkout code with shared and new methods, on both front and backend.
66
* Fix - Fixes the saving of payment methods when Smart Checkout is enabled.

includes/class-wc-stripe-intent-controller.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public function update_payment_intent_ajax() {
430430
* Updates payment intent or setup intent to be able to save payment method.
431431
*
432432
* @since 5.6.0
433-
* @version x.x.x
433+
* @version 9.4.0
434434
*
435435
* @param {string} $intent_id The id of the payment intent or setup intent to update.
436436
* @param {int} $order_id The id of the order if intent created from Order.
@@ -520,7 +520,7 @@ public function update_intent( $intent_id = '', $order_id = null, $save_payment_
520520
* Handle AJAX requests for creating a setup intent without confirmation for Stripe UPE.
521521
*
522522
* @since 5.6.0
523-
* @version x.x.x
523+
* @version 9.4.0
524524
*/
525525
public function init_setup_intent_ajax() {
526526
try {
@@ -548,7 +548,7 @@ public function init_setup_intent_ajax() {
548548
* Creates a setup intent without confirmation.
549549
*
550550
* @since 5.6.0
551-
* @version x.x.x
551+
* @version 9.4.0
552552
*
553553
* @param string|null $payment_method_type The type of payment method to use for the intent.
554554
* @return array

includes/payment-tokens/class-wc-stripe-acss-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 ACSS.
1212
*
13-
* @since x.x.x
13+
* @since 9.4.0
1414
*/
1515
class WC_Payment_Token_ACSS extends WC_Payment_Token implements WC_Stripe_Payment_Method_Comparison_Interface {
1616
use WC_Stripe_Fingerprint_Trait;

includes/payment-tokens/class-wc-stripe-becs-debit-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 BECS.
1313
*
1414
* @class WC_Payment_Token_Becs_Debit
15-
* @since x.x.x
15+
* @since 9.4.0
1616
*/
1717
class WC_Payment_Token_Becs_Debit extends WC_Payment_Token implements WC_Stripe_Payment_Method_Comparison_Interface {
1818

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public static function get_instance() {
6565
/**
6666
* Normalizes the payment method labels on My Account page.
6767
*
68-
* @since x.x.x
69-
* @version x.x.x
68+
* @since 9.4.0
69+
* @version 9.4.0
7070
* @param string $label
7171
* @return string $label
7272
*/

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.3.2",
4+
"version": "9.4.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.3.2
7+
Stable tag: 9.4.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.4.0 - xxxx-xx-xx =
113+
= 9.4.0 - 2025-04-16 =
114114
* Add - New filter to allow merchants to bypass the default visibility of the express payment method buttons when taxes are based on customer's billing address (`wc_stripe_should_hide_express_checkout_button_based_on_tax_setup`).
115115
* Dev - Improves Smart Checkout code with shared and new methods, on both front and backend.
116116
* Fix - Fixes the saving of payment methods when Smart Checkout is enabled.

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.3.2
8+
* Version: 9.4.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.3.2' ); // WRCS: DEFINED_VERSION.
25+
define( 'WC_STRIPE_VERSION', '9.4.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)