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/Http/Controllers/ModuleSettingsController.php +12 -0 1.6.0 → 1.6.5 View file →
@@ -278,8 +278,20 @@
278 278 'source_type' => 'cdn',
279 279 'upcoming' => false,
280 280 'repo_link' => 'https://fluentcart.com/fluentcart-addons/'
281 281 ],
282 + 'fluent-cart-divi-modules' => [
283 + 'title' => __('FluentCart Divi Modules', 'fluent-cart'),
284 + 'description' => __('Native Divi 5 modules for FluentCart products, cart, and checkout. Requires Divi 5.0+ and FluentCart 1.3.4+.', 'fluent-cart'),
285 + 'logo' => Vite::getAssetUrl('images/divi/black.svg'),
286 + 'dark_logo' => Vite::getAssetUrl('images/divi/white.svg'),
287 + 'plugin_slug' => 'fluent-cart-divi-modules',
288 + 'plugin_file' => 'fluent-cart-divi-modules/fluent-cart-divi-modules.php',
289 + 'source_type' => 'cdn',
290 + 'source_link' => 'https://addons-cdn.fluentcart.com/fluent-cart-divi-modules.zip',
291 + 'upcoming' => false,
292 + 'repo_link' => 'https://fluentcart.com/fluentcart-addons/'
293 + ],
282 294 'fluent-pdf' => [
283 295 'title' => __('Fluent PDF', 'fluent-cart'),
284 296 'description' => __('Generate PDF receipts and attach them to email notifications.', 'fluent-cart'),
285 297 'logo' => Vite::getAssetUrl('images/fluent-pdf/black.svg'),