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 | vendor/composer/autoload_classmap.php +22 -0 1.6.2 → 1.6.5 View file →
@@ -132,8 +132,10 @@
132 132 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\BlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/BlockEditor.php',
133 133 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Buttons\\AddToCartButtonBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/Buttons/AddToCartButtonBlockEditor.php',
134 134 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Buttons\\BuyNowButtonBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/Buttons/BuyNowButtonBlockEditor.php',
135 135 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\BuySectionBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/BuySectionBlockEditor.php',
136 + 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Cart\\CartBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/Cart/CartBlockEditor.php',
137 + 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Cart\\InnerBlocks\\InnerBlocks' => $baseDir . '/app/Hooks/Handlers/BlockEditors/Cart/InnerBlocks/InnerBlocks.php',
136 138 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Checkout\\CheckoutBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/Checkout/CheckoutBlockEditor.php',
137 139 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Checkout\\InnerBlocks\\InnerBlocks' => $baseDir . '/app/Hooks/Handlers/BlockEditors/Checkout/InnerBlocks/InnerBlocks.php',
138 140 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\CustomerDashboardButtonBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/CustomerDashboardButtonBlockEditor.php',
139 141 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\CustomerProfileBlockEditor' => $baseDir . '/app/Hooks/Handlers/BlockEditors/CustomerProfileBlockEditor.php',
@@ -318,10 +320,12 @@
318 320 'FluentCart\\App\\Http\\Routes\\FakerRoutes' => $baseDir . '/app/Http/Routes/FakerRoutes.php',
319 321 'FluentCart\\App\\Http\\Routes\\WebRoutes' => $baseDir . '/app/Http/Routes/WebRoutes.php',
320 322 'FluentCart\\App\\Http\\Rules\\MaxLengthRule' => $baseDir . '/app/Http/Rules/MaxLengthRule.php',
321 323 'FluentCart\\App\\Http\\Rules\\MaxPostCodeRule' => $baseDir . '/app/Http/Rules/MaxPostCodeRule.php',
324 + 'FluentCart\\App\\Http\\Rules\\RequiredWhenRule' => $baseDir . '/app/Http/Rules/RequiredWhenRule.php',
322 325 'FluentCart\\App\\Http\\Rules\\SanitizeText' => $baseDir . '/app/Http/Rules/SanitizeText.php',
323 326 'FluentCart\\App\\Http\\Rules\\SanitizeTextArea' => $baseDir . '/app/Http/Rules/SanitizeTextArea.php',
327 + 'FluentCart\\App\\Http\\Rules\\WhenFilledRule' => $baseDir . '/app/Http/Rules/WhenFilledRule.php',
324 328 'FluentCart\\App\\Listeners\\Activity' => $baseDir . '/app/Listeners/Activity.php',
325 329 'FluentCart\\App\\Listeners\\FirstTimePluginActivation\\CreatePages' => $baseDir . '/app/Listeners/FirstTimePluginActivation/CreatePages.php',
326 330 'FluentCart\\App\\Listeners\\FirstTimePluginActivation\\ManagePayments' => $baseDir . '/app/Listeners/FirstTimePluginActivation/ManagePayments.php',
327 331 'FluentCart\\App\\Listeners\\FirstTimePluginActivation\\SetupStore' => $baseDir . '/app/Listeners/FirstTimePluginActivation/SetupStore.php',
@@ -389,11 +393,16 @@
389 393 'FluentCart\\App\\Models\\WpModels\\PostMeta' => $baseDir . '/app/Models/WpModels/PostMeta.php',
390 394 'FluentCart\\App\\Models\\WpModels\\Term' => $baseDir . '/app/Models/WpModels/Term.php',
391 395 'FluentCart\\App\\Models\\WpModels\\TermRelationship' => $baseDir . '/app/Models/WpModels/TermRelationship.php',
392 396 'FluentCart\\App\\Models\\WpModels\\TermTaxonomy' => $baseDir . '/app/Models/WpModels/TermTaxonomy.php',
397 + 'FluentCart\\App\\Modules\\AdminFooter\\AdminFooter' => $baseDir . '/app/Modules/AdminFooter/AdminFooter.php',
393 398 'FluentCart\\App\\Modules\\Coupon\\CouponHandler' => $baseDir . '/app/Modules/Coupon/CouponHandler.php',
394 399 'FluentCart\\App\\Modules\\Data\\ProductDataSetup' => $baseDir . '/app/Modules/Data/ProductDataSetup.php',
395 400 'FluentCart\\App\\Modules\\Data\\ProductQuery' => $baseDir . '/app/Modules/Data/ProductQuery.php',
401 + 'FluentCart\\App\\Modules\\FluentPlayer\\FluentPlayerAdminAssets' => $baseDir . '/app/Modules/FluentPlayer/FluentPlayerAdminAssets.php',
402 + 'FluentCart\\App\\Modules\\FluentPlayer\\FluentPlayerBridge' => $baseDir . '/app/Modules/FluentPlayer/FluentPlayerBridge.php',
403 + 'FluentCart\\App\\Modules\\FluentPlayer\\ProductVideoRenderer' => $baseDir . '/app/Modules/FluentPlayer/ProductVideoRenderer.php',
404 + 'FluentCart\\App\\Modules\\FluentPlayer\\ProductVideoSettings' => $baseDir . '/app/Modules/FluentPlayer/ProductVideoSettings.php',
396 405 'FluentCart\\App\\Modules\\IntegrationActions\\BaseIntegrationAction' => $baseDir . '/app/Modules/IntegrationActions/BaseIntegrationAction.php',
397 406 'FluentCart\\App\\Modules\\IntegrationActions\\GlobalIntegrationActionHandler' => $baseDir . '/app/Modules/IntegrationActions/GlobalIntegrationActionHandler.php',
398 407 'FluentCart\\App\\Modules\\Integrations\\AddOnModule' => $baseDir . '/app/Modules/Integrations/AddOnModule.php',
399 408 'FluentCart\\App\\Modules\\Integrations\\BaseIntegrationManager' => $baseDir . '/app/Modules/Integrations/BaseIntegrationManager.php',
@@ -555,10 +564,17 @@
555 564 'FluentCart\\App\\Services\\Coupon\\CouponServiceAdmin' => $baseDir . '/app/Services/Coupon/CouponServiceAdmin.php',
556 565 'FluentCart\\App\\Services\\Coupon\\DiscountService' => $baseDir . '/app/Services/Coupon/DiscountService.php',
557 566 'FluentCart\\App\\Services\\CustomPayment\\PaymentIntent' => $baseDir . '/app/Services/CustomPayment/PaymentIntent.php',
558 567 'FluentCart\\App\\Services\\CustomPayment\\PaymentItem' => $baseDir . '/app/Services/CustomPayment/PaymentItem.php',
568 + 'FluentCart\\App\\Services\\CustomerIdentity\\CustomerMerger' => $baseDir . '/app/Services/CustomerIdentity/CustomerMerger.php',
569 + 'FluentCart\\App\\Services\\CustomerIdentity\\CustomerRecoveryService' => $baseDir . '/app/Services/CustomerIdentity/CustomerRecoveryService.php',
570 + 'FluentCart\\App\\Services\\CustomerIdentity\\EmailClaimPortal' => $baseDir . '/app/Services/CustomerIdentity/EmailClaimPortal.php',
571 + 'FluentCart\\App\\Services\\CustomerIdentity\\EmailClaimService' => $baseDir . '/app/Services/CustomerIdentity/EmailClaimService.php',
572 + 'FluentCart\\App\\Services\\CustomerIdentity\\EmailVerificationService' => $baseDir . '/app/Services/CustomerIdentity/EmailVerificationService.php',
559 573 'FluentCart\\App\\Services\\DateTime\\CanExtractTimeZone' => $baseDir . '/app/Services/DateTime/CanExtractTimeZone.php',
574 + 'FluentCart\\App\\Services\\DateTime\\DateFormatter' => $baseDir . '/app/Services/DateTime/DateFormatter.php',
560 575 'FluentCart\\App\\Services\\DateTime\\DateTime' => $baseDir . '/app/Services/DateTime/DateTime.php',
576 + 'FluentCart\\App\\Services\\DateTime\\DayjsFormatter' => $baseDir . '/app/Services/DateTime/DayjsFormatter.php',
561 577 'FluentCart\\App\\Services\\Email\\BlockEditorHelper' => $baseDir . '/app/Services/Email/BlockEditorHelper.php',
562 578 'FluentCart\\App\\Services\\Email\\ConditionPresets' => $baseDir . '/app/Services/Email/ConditionPresets.php',
563 579 'FluentCart\\App\\Services\\Email\\EmailNotificationMailer' => $baseDir . '/app/Services/Email/EmailNotificationMailer.php',
564 580 'FluentCart\\App\\Services\\Email\\EmailNotifications' => $baseDir . '/app/Services/Email/EmailNotifications.php',
@@ -576,8 +592,10 @@
576 592 'FluentCart\\App\\Services\\FileSystem\\Drivers\\S3\\S3FileList' => $baseDir . '/app/Services/FileSystem/Drivers/S3/S3FileList.php',
577 593 'FluentCart\\App\\Services\\FileSystem\\Drivers\\S3\\S3FileUploader' => $baseDir . '/app/Services/FileSystem/Drivers/S3/S3FileUploader.php',
578 594 'FluentCart\\App\\Services\\FileSystem\\Drivers\\S3\\S3InputValidator' => $baseDir . '/app/Services/FileSystem/Drivers/S3/S3InputValidator.php',
579 595 'FluentCart\\App\\Services\\FileSystem\\FileManager' => $baseDir . '/app/Services/FileSystem/FileManager.php',
596 + 'FluentCart\\App\\Services\\FileSystem\\StorageBucketResolver' => $baseDir . '/app/Services/FileSystem/StorageBucketResolver.php',
597 + 'FluentCart\\App\\Services\\FileSystem\\StoragePath' => $baseDir . '/app/Services/FileSystem/StoragePath.php',
580 598 'FluentCart\\App\\Services\\Filter\\AttrGroupFilter' => $baseDir . '/app/Services/Filter/AttrGroupFilter.php',
581 599 'FluentCart\\App\\Services\\Filter\\AttrTermFilter' => $baseDir . '/app/Services/Filter/AttrTermFilter.php',
582 600 'FluentCart\\App\\Services\\Filter\\BaseFilter' => $baseDir . '/app/Services/Filter/BaseFilter.php',
583 601 'FluentCart\\App\\Services\\Filter\\Concerns\\HandleDateFilter' => $baseDir . '/app/Services/Filter/Concerns/HandleDateFilter.php',
@@ -691,10 +709,13 @@
691 709 'FluentCart\\App\\Services\\Tax\\AdminOrderTaxService' => $baseDir . '/app/Services/Tax/AdminOrderTaxService.php',
692 710 'FluentCart\\App\\Services\\Tax\\TaxManager' => $baseDir . '/app/Services/Tax/TaxManager.php',
693 711 'FluentCart\\App\\Services\\TemplateService' => $baseDir . '/app/Services/TemplateService.php',
694 712 'FluentCart\\App\\Services\\Theme\\AdminTheme' => $baseDir . '/app/Services/Theme/AdminTheme.php',
713 + 'FluentCart\\App\\Services\\Theme\\ColorMath' => $baseDir . '/app/Services/Theme/ColorMath.php',
714 + 'FluentCart\\App\\Services\\Theme\\ColorPalette' => $baseDir . '/app/Services/Theme/ColorPalette.php',
695 715 'FluentCart\\App\\Services\\Theme\\ColorPaletteGenerator' => $baseDir . '/app/Services/Theme/ColorPaletteGenerator.php',
696 716 'FluentCart\\App\\Services\\Theme\\FrontendTheme' => $baseDir . '/app/Services/Theme/FrontendTheme.php',
717 + 'FluentCart\\App\\Services\\Theme\\ThemePalette' => $baseDir . '/app/Services/Theme/ThemePalette.php',
697 718 'FluentCart\\App\\Services\\Translations\\TransStrings' => $baseDir . '/app/Services/Translations/TransStrings.php',
698 719 'FluentCart\\App\\Services\\URL' => $baseDir . '/app/Services/URL.php',
699 720 'FluentCart\\App\\Services\\Widgets\\BaseWidget' => $baseDir . '/app/Services/Widgets/BaseWidget.php',
700 721 'FluentCart\\App\\Services\\Widgets\\DashboardWidget' => $baseDir . '/app/Services/Widgets/DashboardWidget.php',
@@ -967,8 +988,9 @@
967 988 'FluentCart\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php',
968 989 'FluentCart\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php',
969 990 'FluentCart\\Framework\\Support\\LazyCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php',
970 991 'FluentCart\\Framework\\Support\\Locale' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Locale.php',
992 + 'FluentCart\\Framework\\Support\\MBString\\Mbstring' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MBString/Mbstring.php',
971 993 'FluentCart\\Framework\\Support\\MacroableTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php',
972 994 'FluentCart\\Framework\\Support\\Mail' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Mail.php',
973 995 'FluentCart\\Framework\\Support\\MathException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MathException.php',
974 996 'FluentCart\\Framework\\Support\\Media' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Media.php',