Skip to content

Commit aaf4795

Browse files
cesarcosta99Kristófer R
andauthored
Declare HPOS as compatible (#2532)
* Declare HPOS as compatible * Add changelog entry --------- Co-authored-by: Kristófer R <[email protected]>
1 parent 5fc16bc commit aaf4795

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Fix - Replace some post meta methods with equivalent methods compatible with HPOS.
55
* Fix - Rare cases of payment processing failing when webhooks arrive before customer is redirected when UPE is enabled will no longer occur.
66
* Tweak - Update minimum supported versions for WordPress, WooCommerce, and PHP.
7+
* Update – Declare this plugin compatible with High-Performance Order Storage (HPOS).
78

89
= 7.0.2 - 2023-01-11 =
910
* Fix - Expand charges object from incoming webhooks using Stripe API version 2022-11-15.

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ If you get stuck, you can ask for help in the Plugin Forum.
131131
= 7.1.0 - 2023-xx-xx =
132132
* Fix - Replace some post meta methods with equivalent methods compatible with HPOS.
133133
* Tweak - Update minimum supported versions for WordPress, WooCommerce, and PHP.
134+
* Update – Declare this plugin compatible with High-Performance Order Storage (HPOS).
134135

135136

136137
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).

woocommerce-gateway-stripe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ function() {
777777
'before_woocommerce_init',
778778
function() {
779779
if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) {
780-
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, false );
780+
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
781781
}
782782
}
783783
);

0 commit comments

Comments
 (0)