PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.6.5
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.6.5
1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.5 1.5.3 1.5.2 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.28 1.3.27 1.3.26 1.3.25 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 trunk All 48 releases
← All changes | app/Modules/Templating/AssetLoader.php +4 -1 1.6.1 → 1.6.5 View file →
@@ -342,12 +342,15 @@
342 342 Vite::enqueueStyle('fluentcart-customer-css',
343 343 'public/customer-profile/style/customer-profile.scss'
344 344 );
345 345
346 + // wp-i18n: this bundle pulls in the admin translator transitively
347 + // (Start.js -> @/Bits/common.js -> @/utils/translator/Translator.js),
348 + // which resolves strings through window.wp.i18n.
346 349 Vite::enqueueScript(
347 350 'fluentcart-customer-js',
348 351 'public/customer-profile/Start.js',
349 - []
352 + ['wp-i18n']
350 353 )->with(CustomerProfileHandler::getLocalizationData());
351 354
352 355 /**
353 356 * Enqueue additional customer-dashboard assets — the hook an add-on