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.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 +22 -0 1.6.3 → 1.6.5 View file →
@@ -7,8 +7,9 @@
7 7 class ComposerStaticInitb2eff533900bbaf3c7b668b284ce4755
8 8 {
9 9 public static $files = array (
10 10 '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
11 + '5acfa953fb947d9c094f156813b35f4f' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/mbstring-loader.php',
11 12 '9680a2abca0f3f510cf2fd1b6d61afe6' => __DIR__ . '/../..' . '/boot/globals.php',
12 13 );
13 14
14 15 public static $prefixLengthsPsr4 = array (
@@ -180,8 +181,10 @@
180 181 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\BlockEditor' => __DIR__ . '/../..' . '/app/Hooks/Handlers/BlockEditors/BlockEditor.php',
181 182 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Buttons\\AddToCartButtonBlockEditor' => __DIR__ . '/../..' . '/app/Hooks/Handlers/BlockEditors/Buttons/AddToCartButtonBlockEditor.php',
182 183 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Buttons\\BuyNowButtonBlockEditor' => __DIR__ . '/../..' . '/app/Hooks/Handlers/BlockEditors/Buttons/BuyNowButtonBlockEditor.php',
183 184 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\BuySectionBlockEditor' => __DIR__ . '/../..' . '/app/Hooks/Handlers/BlockEditors/BuySectionBlockEditor.php',
185 + 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Cart\\CartBlockEditor' => __DIR__ . '/../..' . '/app/Hooks/Handlers/BlockEditors/Cart/CartBlockEditor.php',
186 + 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Cart\\InnerBlocks\\InnerBlocks' => __DIR__ . '/../..' . '/app/Hooks/Handlers/BlockEditors/Cart/InnerBlocks/InnerBlocks.php',
184 187 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Checkout\\CheckoutBlockEditor' => __DIR__ . '/../..' . '/app/Hooks/Handlers/BlockEditors/Checkout/CheckoutBlockEditor.php',
185 188 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\Checkout\\InnerBlocks\\InnerBlocks' => __DIR__ . '/../..' . '/app/Hooks/Handlers/BlockEditors/Checkout/InnerBlocks/InnerBlocks.php',
186 189 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\CustomerDashboardButtonBlockEditor' => __DIR__ . '/../..' . '/app/Hooks/Handlers/BlockEditors/CustomerDashboardButtonBlockEditor.php',
187 190 'FluentCart\\App\\Hooks\\Handlers\\BlockEditors\\CustomerProfileBlockEditor' => __DIR__ . '/../..' . '/app/Hooks/Handlers/BlockEditors/CustomerProfileBlockEditor.php',
@@ -366,10 +369,12 @@
366 369 'FluentCart\\App\\Http\\Routes\\FakerRoutes' => __DIR__ . '/../..' . '/app/Http/Routes/FakerRoutes.php',
367 370 'FluentCart\\App\\Http\\Routes\\WebRoutes' => __DIR__ . '/../..' . '/app/Http/Routes/WebRoutes.php',
368 371 'FluentCart\\App\\Http\\Rules\\MaxLengthRule' => __DIR__ . '/../..' . '/app/Http/Rules/MaxLengthRule.php',
369 372 'FluentCart\\App\\Http\\Rules\\MaxPostCodeRule' => __DIR__ . '/../..' . '/app/Http/Rules/MaxPostCodeRule.php',
373 + 'FluentCart\\App\\Http\\Rules\\RequiredWhenRule' => __DIR__ . '/../..' . '/app/Http/Rules/RequiredWhenRule.php',
370 374 'FluentCart\\App\\Http\\Rules\\SanitizeText' => __DIR__ . '/../..' . '/app/Http/Rules/SanitizeText.php',
371 375 'FluentCart\\App\\Http\\Rules\\SanitizeTextArea' => __DIR__ . '/../..' . '/app/Http/Rules/SanitizeTextArea.php',
376 + 'FluentCart\\App\\Http\\Rules\\WhenFilledRule' => __DIR__ . '/../..' . '/app/Http/Rules/WhenFilledRule.php',
372 377 'FluentCart\\App\\Listeners\\Activity' => __DIR__ . '/../..' . '/app/Listeners/Activity.php',
373 378 'FluentCart\\App\\Listeners\\FirstTimePluginActivation\\CreatePages' => __DIR__ . '/../..' . '/app/Listeners/FirstTimePluginActivation/CreatePages.php',
374 379 'FluentCart\\App\\Listeners\\FirstTimePluginActivation\\ManagePayments' => __DIR__ . '/../..' . '/app/Listeners/FirstTimePluginActivation/ManagePayments.php',
375 380 'FluentCart\\App\\Listeners\\FirstTimePluginActivation\\SetupStore' => __DIR__ . '/../..' . '/app/Listeners/FirstTimePluginActivation/SetupStore.php',
@@ -437,11 +442,16 @@
437 442 'FluentCart\\App\\Models\\WpModels\\PostMeta' => __DIR__ . '/../..' . '/app/Models/WpModels/PostMeta.php',
438 443 'FluentCart\\App\\Models\\WpModels\\Term' => __DIR__ . '/../..' . '/app/Models/WpModels/Term.php',
439 444 'FluentCart\\App\\Models\\WpModels\\TermRelationship' => __DIR__ . '/../..' . '/app/Models/WpModels/TermRelationship.php',
440 445 'FluentCart\\App\\Models\\WpModels\\TermTaxonomy' => __DIR__ . '/../..' . '/app/Models/WpModels/TermTaxonomy.php',
446 + 'FluentCart\\App\\Modules\\AdminFooter\\AdminFooter' => __DIR__ . '/../..' . '/app/Modules/AdminFooter/AdminFooter.php',
441 447 'FluentCart\\App\\Modules\\Coupon\\CouponHandler' => __DIR__ . '/../..' . '/app/Modules/Coupon/CouponHandler.php',
442 448 'FluentCart\\App\\Modules\\Data\\ProductDataSetup' => __DIR__ . '/../..' . '/app/Modules/Data/ProductDataSetup.php',
443 449 'FluentCart\\App\\Modules\\Data\\ProductQuery' => __DIR__ . '/../..' . '/app/Modules/Data/ProductQuery.php',
450 + 'FluentCart\\App\\Modules\\FluentPlayer\\FluentPlayerAdminAssets' => __DIR__ . '/../..' . '/app/Modules/FluentPlayer/FluentPlayerAdminAssets.php',
451 + 'FluentCart\\App\\Modules\\FluentPlayer\\FluentPlayerBridge' => __DIR__ . '/../..' . '/app/Modules/FluentPlayer/FluentPlayerBridge.php',
452 + 'FluentCart\\App\\Modules\\FluentPlayer\\ProductVideoRenderer' => __DIR__ . '/../..' . '/app/Modules/FluentPlayer/ProductVideoRenderer.php',
453 + 'FluentCart\\App\\Modules\\FluentPlayer\\ProductVideoSettings' => __DIR__ . '/../..' . '/app/Modules/FluentPlayer/ProductVideoSettings.php',
444 454 'FluentCart\\App\\Modules\\IntegrationActions\\BaseIntegrationAction' => __DIR__ . '/../..' . '/app/Modules/IntegrationActions/BaseIntegrationAction.php',
445 455 'FluentCart\\App\\Modules\\IntegrationActions\\GlobalIntegrationActionHandler' => __DIR__ . '/../..' . '/app/Modules/IntegrationActions/GlobalIntegrationActionHandler.php',
446 456 'FluentCart\\App\\Modules\\Integrations\\AddOnModule' => __DIR__ . '/../..' . '/app/Modules/Integrations/AddOnModule.php',
447 457 'FluentCart\\App\\Modules\\Integrations\\BaseIntegrationManager' => __DIR__ . '/../..' . '/app/Modules/Integrations/BaseIntegrationManager.php',
@@ -603,10 +613,17 @@
603 613 'FluentCart\\App\\Services\\Coupon\\CouponServiceAdmin' => __DIR__ . '/../..' . '/app/Services/Coupon/CouponServiceAdmin.php',
604 614 'FluentCart\\App\\Services\\Coupon\\DiscountService' => __DIR__ . '/../..' . '/app/Services/Coupon/DiscountService.php',
605 615 'FluentCart\\App\\Services\\CustomPayment\\PaymentIntent' => __DIR__ . '/../..' . '/app/Services/CustomPayment/PaymentIntent.php',
606 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',
607 622 'FluentCart\\App\\Services\\DateTime\\CanExtractTimeZone' => __DIR__ . '/../..' . '/app/Services/DateTime/CanExtractTimeZone.php',
623 + 'FluentCart\\App\\Services\\DateTime\\DateFormatter' => __DIR__ . '/../..' . '/app/Services/DateTime/DateFormatter.php',
608 624 'FluentCart\\App\\Services\\DateTime\\DateTime' => __DIR__ . '/../..' . '/app/Services/DateTime/DateTime.php',
625 + 'FluentCart\\App\\Services\\DateTime\\DayjsFormatter' => __DIR__ . '/../..' . '/app/Services/DateTime/DayjsFormatter.php',
609 626 'FluentCart\\App\\Services\\Email\\BlockEditorHelper' => __DIR__ . '/../..' . '/app/Services/Email/BlockEditorHelper.php',
610 627 'FluentCart\\App\\Services\\Email\\ConditionPresets' => __DIR__ . '/../..' . '/app/Services/Email/ConditionPresets.php',
611 628 'FluentCart\\App\\Services\\Email\\EmailNotificationMailer' => __DIR__ . '/../..' . '/app/Services/Email/EmailNotificationMailer.php',
612 629 'FluentCart\\App\\Services\\Email\\EmailNotifications' => __DIR__ . '/../..' . '/app/Services/Email/EmailNotifications.php',
@@ -624,8 +641,9 @@
624 641 'FluentCart\\App\\Services\\FileSystem\\Drivers\\S3\\S3FileList' => __DIR__ . '/../..' . '/app/Services/FileSystem/Drivers/S3/S3FileList.php',
625 642 'FluentCart\\App\\Services\\FileSystem\\Drivers\\S3\\S3FileUploader' => __DIR__ . '/../..' . '/app/Services/FileSystem/Drivers/S3/S3FileUploader.php',
626 643 'FluentCart\\App\\Services\\FileSystem\\Drivers\\S3\\S3InputValidator' => __DIR__ . '/../..' . '/app/Services/FileSystem/Drivers/S3/S3InputValidator.php',
627 644 'FluentCart\\App\\Services\\FileSystem\\FileManager' => __DIR__ . '/../..' . '/app/Services/FileSystem/FileManager.php',
645 + 'FluentCart\\App\\Services\\FileSystem\\StorageBucketResolver' => __DIR__ . '/../..' . '/app/Services/FileSystem/StorageBucketResolver.php',
628 646 'FluentCart\\App\\Services\\FileSystem\\StoragePath' => __DIR__ . '/../..' . '/app/Services/FileSystem/StoragePath.php',
629 647 'FluentCart\\App\\Services\\Filter\\AttrGroupFilter' => __DIR__ . '/../..' . '/app/Services/Filter/AttrGroupFilter.php',
630 648 'FluentCart\\App\\Services\\Filter\\AttrTermFilter' => __DIR__ . '/../..' . '/app/Services/Filter/AttrTermFilter.php',
631 649 'FluentCart\\App\\Services\\Filter\\BaseFilter' => __DIR__ . '/../..' . '/app/Services/Filter/BaseFilter.php',
@@ -740,10 +758,13 @@
740 758 'FluentCart\\App\\Services\\Tax\\AdminOrderTaxService' => __DIR__ . '/../..' . '/app/Services/Tax/AdminOrderTaxService.php',
741 759 'FluentCart\\App\\Services\\Tax\\TaxManager' => __DIR__ . '/../..' . '/app/Services/Tax/TaxManager.php',
742 760 'FluentCart\\App\\Services\\TemplateService' => __DIR__ . '/../..' . '/app/Services/TemplateService.php',
743 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',
744 764 'FluentCart\\App\\Services\\Theme\\ColorPaletteGenerator' => __DIR__ . '/../..' . '/app/Services/Theme/ColorPaletteGenerator.php',
745 765 'FluentCart\\App\\Services\\Theme\\FrontendTheme' => __DIR__ . '/../..' . '/app/Services/Theme/FrontendTheme.php',
766 + 'FluentCart\\App\\Services\\Theme\\ThemePalette' => __DIR__ . '/../..' . '/app/Services/Theme/ThemePalette.php',
746 767 'FluentCart\\App\\Services\\Translations\\TransStrings' => __DIR__ . '/../..' . '/app/Services/Translations/TransStrings.php',
747 768 'FluentCart\\App\\Services\\URL' => __DIR__ . '/../..' . '/app/Services/URL.php',
748 769 'FluentCart\\App\\Services\\Widgets\\BaseWidget' => __DIR__ . '/../..' . '/app/Services/Widgets/BaseWidget.php',
749 770 'FluentCart\\App\\Services\\Widgets\\DashboardWidget' => __DIR__ . '/../..' . '/app/Services/Widgets/DashboardWidget.php',
@@ -1016,8 +1037,9 @@
1016 1037 'FluentCart\\Framework\\Support\\ItemNotFoundException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php',
1017 1038 'FluentCart\\Framework\\Support\\JsonableInterface' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php',
1018 1039 'FluentCart\\Framework\\Support\\LazyCollection' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php',
1019 1040 'FluentCart\\Framework\\Support\\Locale' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Locale.php',
1041 + 'FluentCart\\Framework\\Support\\MBString\\Mbstring' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/MBString/Mbstring.php',
1020 1042 'FluentCart\\Framework\\Support\\MacroableTrait' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php',
1021 1043 'FluentCart\\Framework\\Support\\Mail' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Mail.php',
1022 1044 'FluentCart\\Framework\\Support\\MathException' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/MathException.php',
1023 1045 'FluentCart\\Framework\\Support\\Media' => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent/Support/Media.php',