Skip to content

Commit

Permalink
Release: 8.7.2 (woocommerce#7396)
Browse files Browse the repository at this point in the history
* Empty commit for release pull request

* Added readme.txt changelog entry

* Update HPOS compatibility snippet (woocommerce#7395)

* 8.7.2 Testing notes

* Update testing notes

* Update testing notes

* Bumped version

* Refactor force billing: remove forcedBillingAddress from conditions for showBillingFields (woocommerce#7393)

Co-authored-by: Niels Lange <[email protected]>

* Updated testing instructions and changelog to include woocommerce#7393

* Updated testing zip

* Bumping version strings to new version.

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Paulo Arromba <[email protected]>
Co-authored-by: Alex Florisca <[email protected]>
Co-authored-by: Tarun Vijwani <[email protected]>
Co-authored-by: Niels Lange <[email protected]>
  • Loading branch information
6 people authored and senadir committed Nov 12, 2022
1 parent c4ae993 commit df9fa11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions woocommerce-gutenberg-products-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
}

// Declare compatibility with custom order tables for WooCommerce.
if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) {
add_action(
'before_woocommerce_init',
function () {
add_action(
'before_woocommerce_init',
function () {
if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) {
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
}
);
}
}
);

/**
* Whether notices must be displayed in the current page (plugins and WooCommerce pages).
Expand Down

0 comments on commit df9fa11

Please sign in to comment.