PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.6.6
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.6.6
1.6.6 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 All 49 releases
← All changes | vendor/composer/autoload_static.php +18 -0 1.6.4 → 1.6.6 View file →
@@ -442,8 +442,9 @@
442 442 'FluentCart\\App\\Models\\WpModels\\PostMeta' => __DIR__ . '/../..' . '/app/Models/WpModels/PostMeta.php',
443 443 'FluentCart\\App\\Models\\WpModels\\Term' => __DIR__ . '/../..' . '/app/Models/WpModels/Term.php',
444 444 'FluentCart\\App\\Models\\WpModels\\TermRelationship' => __DIR__ . '/../..' . '/app/Models/WpModels/TermRelationship.php',
445 445 'FluentCart\\App\\Models\\WpModels\\TermTaxonomy' => __DIR__ . '/../..' . '/app/Models/WpModels/TermTaxonomy.php',
446 + 'FluentCart\\App\\Modules\\AdminFooter\\AdminFooter' => __DIR__ . '/../..' . '/app/Modules/AdminFooter/AdminFooter.php',
446 447 'FluentCart\\App\\Modules\\Coupon\\CouponHandler' => __DIR__ . '/../..' . '/app/Modules/Coupon/CouponHandler.php',
447 448 'FluentCart\\App\\Modules\\Data\\ProductDataSetup' => __DIR__ . '/../..' . '/app/Modules/Data/ProductDataSetup.php',
448 449 'FluentCart\\App\\Modules\\Data\\ProductQuery' => __DIR__ . '/../..' . '/app/Modules/Data/ProductQuery.php',
449 450 'FluentCart\\App\\Modules\\FluentPlayer\\FluentPlayerAdminAssets' => __DIR__ . '/../..' . '/app/Modules/FluentPlayer/FluentPlayerAdminAssets.php',
@@ -612,10 +613,17 @@
612 613 'FluentCart\\App\\Services\\Coupon\\CouponServiceAdmin' => __DIR__ . '/../..' . '/app/Services/Coupon/CouponServiceAdmin.php',
613 614 'FluentCart\\App\\Services\\Coupon\\DiscountService' => __DIR__ . '/../..' . '/app/Services/Coupon/DiscountService.php',
614 615 'FluentCart\\App\\Services\\CustomPayment\\PaymentIntent' => __DIR__ . '/../..' . '/app/Services/CustomPayment/PaymentIntent.php',
615 616 'FluentCart\\App\\Services\\CustomPayment\\PaymentItem' => __DIR__ . '/../..' . '/app/Services/CustomPayment/PaymentItem.php',
617 + 'FluentCart\\App\\Services\\CustomerIdentity\\CustomerMerger' => __DIR__ . '/../..' . '/app/Services/CustomerIdentity/CustomerMerger.php',
618 + 'FluentCart\\App\\Services\\CustomerIdentity\\CustomerRecoveryService' => __DIR__ . '/../..' . '/app/Services/CustomerIdentity/CustomerRecoveryService.php',
619 + 'FluentCart\\App\\Services\\CustomerIdentity\\EmailClaimPortal' => __DIR__ . '/../..' . '/app/Services/CustomerIdentity/EmailClaimPortal.php',
620 + 'FluentCart\\App\\Services\\CustomerIdentity\\EmailClaimService' => __DIR__ . '/../..' . '/app/Services/CustomerIdentity/EmailClaimService.php',
621 + 'FluentCart\\App\\Services\\CustomerIdentity\\EmailVerificationService' => __DIR__ . '/../..' . '/app/Services/CustomerIdentity/EmailVerificationService.php',
616 622 'FluentCart\\App\\Services\\DateTime\\CanExtractTimeZone' => __DIR__ . '/../..' . '/app/Services/DateTime/CanExtractTimeZone.php',
623 + 'FluentCart\\App\\Services\\DateTime\\DateFormatter' => __DIR__ . '/../..' . '/app/Services/DateTime/DateFormatter.php',
617 624 'FluentCart\\App\\Services\\DateTime\\DateTime' => __DIR__ . '/../..' . '/app/Services/DateTime/DateTime.php',
625 + 'FluentCart\\App\\Services\\DateTime\\DayjsFormatter' => __DIR__ . '/../..' . '/app/Services/DateTime/DayjsFormatter.php',
618 626 'FluentCart\\App\\Services\\Email\\BlockEditorHelper' => __DIR__ . '/../..' . '/app/Services/Email/BlockEditorHelper.php',
619 627 'FluentCart\\App\\Services\\Email\\ConditionPresets' => __DIR__ . '/../..' . '/app/Services/Email/ConditionPresets.php',
620 628 'FluentCart\\App\\Services\\Email\\EmailNotificationMailer' => __DIR__ . '/../..' . '/app/Services/Email/EmailNotificationMailer.php',
621 629 'FluentCart\\App\\Services\\Email\\EmailNotifications' => __DIR__ . '/../..' . '/app/Services/Email/EmailNotifications.php',
@@ -750,10 +758,20 @@
750 758 'FluentCart\\App\\Services\\Tax\\AdminOrderTaxService' => __DIR__ . '/../..' . '/app/Services/Tax/AdminOrderTaxService.php',
751 759 'FluentCart\\App\\Services\\Tax\\TaxManager' => __DIR__ . '/../..' . '/app/Services/Tax/TaxManager.php',
752 760 'FluentCart\\App\\Services\\TemplateService' => __DIR__ . '/../..' . '/app/Services/TemplateService.php',
753 761 'FluentCart\\App\\Services\\Theme\\AdminTheme' => __DIR__ . '/../..' . '/app/Services/Theme/AdminTheme.php',
762 + 'FluentCart\\App\\Services\\Theme\\ColorMath' => __DIR__ . '/../..' . '/app/Services/Theme/ColorMath.php',
763 + 'FluentCart\\App\\Services\\Theme\\ColorPalette' => __DIR__ . '/../..' . '/app/Services/Theme/ColorPalette.php',
754 764 'FluentCart\\App\\Services\\Theme\\ColorPaletteGenerator' => __DIR__ . '/../..' . '/app/Services/Theme/ColorPaletteGenerator.php',
755 765 'FluentCart\\App\\Services\\Theme\\FrontendTheme' => __DIR__ . '/../..' . '/app/Services/Theme/FrontendTheme.php',
766 + 'FluentCart\\App\\Services\\Theme\\Readers\\AstraSettingsReader' => __DIR__ . '/../..' . '/app/Services/Theme/Readers/AstraSettingsReader.php',
767 + 'FluentCart\\App\\Services\\Theme\\Readers\\BlocksySettingsReader' => __DIR__ . '/../..' . '/app/Services/Theme/Readers/BlocksySettingsReader.php',
768 + 'FluentCart\\App\\Services\\Theme\\Readers\\BricksSettingsReader' => __DIR__ . '/../..' . '/app/Services/Theme/Readers/BricksSettingsReader.php',
769 + 'FluentCart\\App\\Services\\Theme\\Readers\\DiviSettingsReader' => __DIR__ . '/../..' . '/app/Services/Theme/Readers/DiviSettingsReader.php',
770 + 'FluentCart\\App\\Services\\Theme\\Readers\\GeneratePressSettingsReader' => __DIR__ . '/../..' . '/app/Services/Theme/Readers/GeneratePressSettingsReader.php',
771 + 'FluentCart\\App\\Services\\Theme\\Readers\\KadenceSettingsReader' => __DIR__ . '/../..' . '/app/Services/Theme/Readers/KadenceSettingsReader.php',
772 + 'FluentCart\\App\\Services\\Theme\\Readers\\ThemeSettingsReader' => __DIR__ . '/../..' . '/app/Services/Theme/Readers/ThemeSettingsReader.php',
773 + 'FluentCart\\App\\Services\\Theme\\ThemePalette' => __DIR__ . '/../..' . '/app/Services/Theme/ThemePalette.php',
756 774 'FluentCart\\App\\Services\\Translations\\TransStrings' => __DIR__ . '/../..' . '/app/Services/Translations/TransStrings.php',
757 775 'FluentCart\\App\\Services\\URL' => __DIR__ . '/../..' . '/app/Services/URL.php',
758 776 'FluentCart\\App\\Services\\Widgets\\BaseWidget' => __DIR__ . '/../..' . '/app/Services/Widgets/BaseWidget.php',
759 777 'FluentCart\\App\\Services\\Widgets\\DashboardWidget' => __DIR__ . '/../..' . '/app/Services/Widgets/DashboardWidget.php',