Skip to content

Commit a0424bb

Browse files
wjrosadaledupreez
andauthored
Re-including the deprecated order wrapper class (#4465)
* Re-including the deprecated order wrapper class * Update changelog.txt Co-authored-by: daledupreez <[email protected]> * Update readme.txt Co-authored-by: daledupreez <[email protected]> --------- Co-authored-by: daledupreez <[email protected]>
1 parent 80704cb commit a0424bb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

changelog.txt

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

33
= 9.6.0 - xxxx-xx-xx =
4+
* Dev - Re-include the deprecated WC_Stripe_Order class to avoid breaking changes for merchants using it
45
* Update - Removes the change display order feature from the settings page when the Optimized Checkout is enabled
56
* Update - Removes the customization of individual payment method titles and descriptions
67
* Fix - Fixes some inconsistencies related to the Optimized Checkout feature and improves its unit tests

includes/class-wc-stripe.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public function init() {
119119
require_once WC_STRIPE_PLUGIN_PATH . '/includes/class-wc-stripe-feature-flags.php';
120120
}
121121

122+
require_once WC_STRIPE_PLUGIN_PATH . '/includes/class-wc-stripe-order.php';
122123
require_once WC_STRIPE_PLUGIN_PATH . '/includes/class-wc-stripe-upe-compatibility.php';
123124
require_once WC_STRIPE_PLUGIN_PATH . '/includes/class-wc-stripe-co-branded-cc-compatibility.php';
124125
require_once WC_STRIPE_PLUGIN_PATH . '/includes/class-wc-stripe-exception.php';

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,6 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
180180
* Dev - Build dynamic WordPress and WooCommerce dependencies for unit tests
181181
* Dev - Prevent changelog entries with trailing periods
182182
* Dev - Fix failing optimized checkout e2e test due to incorrect order of operations
183+
* Dev - Re-include the deprecated WC_Stripe_Order class to avoid breaking changes for merchants using it
183184

184185
[See changelog for full details across versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).

0 commit comments

Comments
 (0)