Skip to content

Commit 3e036f2

Browse files
authored
Boost: Add compatibility for WooCommerce Analytics JS (#45655)
1 parent 22da8fe commit 3e036f2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
Concatenate JS: Fix incompatibility with WooCommerce Analytics.

projects/plugins/boost/compatibility/js-concatenate.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ function maybe_do_not_concat( $do_concat, $handle ) {
1616
'DEPAY_WC_WIDGETS',
1717
// Plugin: `woocommerce-bookings`
1818
'wc-bookings-booking-form',
19+
// WooCommerce Analytics
20+
'woocommerce-analytics-client',
1921
);
2022

2123
if ( in_array( $handle, $excluded_handles, true ) ) {

0 commit comments

Comments
 (0)