Skip to content

Commit

Permalink
Declare incompatibility with checkout blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
vyskoczilova committed Dec 19, 2023
1 parent c04ac36 commit 319ffef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ Either post it on [GitHub](https://github.com/vyskoczilova/kybernaut-ic-dic) or

= 1.7.5 (2023-12-19) =

* Fix: Accidentaly broken toggle switch in 1.7.4
* Fix: Accidentaly broken toggle switch in 1.7.4.
* Declare incompatibility with checkout blocks.

= 1.7.4 (2023-11-20) =

Expand Down
1 change: 1 addition & 0 deletions woolab-ic-dic.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,6 @@ function woolab_icdic_ares_ajax(){
add_action( 'before_woocommerce_init', function() {
if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) {
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'cart_checkout_blocks', __FILE__, false );
}
} );

0 comments on commit 319ffef

Please sign in to comment.