From 5fee730852dca90864477a58d1d6435ffd82813c Mon Sep 17 00:00:00 2001 From: Peter Petrov Date: Fri, 7 Feb 2025 14:33:34 +0200 Subject: [PATCH] Boost: Add compatibility with Depay Payments for WooCommerce (#41571) --- .../boost/changelog/fix-boost-compatibility-depay-woocommerce | 4 ++++ projects/plugins/boost/compatibility/js-concatenate.php | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 projects/plugins/boost/changelog/fix-boost-compatibility-depay-woocommerce diff --git a/projects/plugins/boost/changelog/fix-boost-compatibility-depay-woocommerce b/projects/plugins/boost/changelog/fix-boost-compatibility-depay-woocommerce new file mode 100644 index 0000000000000..6044234689c32 --- /dev/null +++ b/projects/plugins/boost/changelog/fix-boost-compatibility-depay-woocommerce @@ -0,0 +1,4 @@ +Significance: patch +Type: added + +Concatenate JS: Add compatibility with "Depay Payments for WooCommerce". diff --git a/projects/plugins/boost/compatibility/js-concatenate.php b/projects/plugins/boost/compatibility/js-concatenate.php index b4aca14772b45..0e3157c94860c 100644 --- a/projects/plugins/boost/compatibility/js-concatenate.php +++ b/projects/plugins/boost/compatibility/js-concatenate.php @@ -12,6 +12,8 @@ function maybe_do_not_concat( $do_concat, $handle ) { 'tribe-tickets-provider', // Plugin: `woocommerce-shipping` 'woocommerce-shipping-checkout-address-validation', + // Plugin: `depay-payments-for-woocommerce` + 'DEPAY_WC_WIDGETS', ); if ( in_array( $handle, $excluded_handles, true ) ) {