PluginProbe
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses / 2.10.01
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses v2.10.01
2.11.0 2.10.0 2.10.01 2.9.1 2.9.0 2.8.1 2.8.0 2.7.7 2.7.5 2.7.0 2.6.01 2.6.0 2.5.0 2.4.01 trunk 1.0.90 1.0.91 1.0.92 1.0.93 1.0.94 1.0.95 1.0.96 1.0.97 1.0.98 1.0.99 All 78 releases
← All changes | vendor/composer/autoload_classmap.php +18 -13 2.5.0 → 2.10.01 View file →
@@ -20,8 +20,9 @@
20 20 'FluentCommunity\\App\\Hooks\\Handlers\\DeactivationHandler' => $baseDir . '/app/Hooks/Handlers/DeactivationHandler.php',
21 21 'FluentCommunity\\App\\Hooks\\Handlers\\EmailNotificationHandler' => $baseDir . '/app/Hooks/Handlers/EmailNotificationHandler.php',
22 22 'FluentCommunity\\App\\Hooks\\Handlers\\EventHooksHandler' => $baseDir . '/app/Hooks/Handlers/EventHooksHandler.php',
23 23 'FluentCommunity\\App\\Hooks\\Handlers\\FluentBlockEditorHandler' => $baseDir . '/app/Hooks/Handlers/FluentBlockEditorHandler.php',
24 + 'FluentCommunity\\App\\Hooks\\Handlers\\LessonVideoGateHandler' => $baseDir . '/app/Hooks/Handlers/LessonVideoGateHandler.php',
24 25 'FluentCommunity\\App\\Hooks\\Handlers\\NotificationEventHandler' => $baseDir . '/app/Hooks/Handlers/NotificationEventHandler.php',
25 26 'FluentCommunity\\App\\Hooks\\Handlers\\PortalHandler' => $baseDir . '/app/Hooks/Handlers/PortalHandler.php',
26 27 'FluentCommunity\\App\\Hooks\\Handlers\\PortalSettingsHandler' => $baseDir . '/app/Hooks/Handlers/PortalSettingsHandler.php',
27 28 'FluentCommunity\\App\\Hooks\\Handlers\\RateLimitHandler' => $baseDir . '/app/Hooks/Handlers/RateLimitHandler.php',
@@ -42,8 +43,9 @@
42 43 'FluentCommunity\\App\\Http\\Policies\\AdminPolicy' => $baseDir . '/app/Http/Policies/AdminPolicy.php',
43 44 'FluentCommunity\\App\\Http\\Policies\\BasePolicy' => $baseDir . '/app/Http/Policies/BasePolicy.php',
44 45 'FluentCommunity\\App\\Http\\Policies\\PortalPolicy' => $baseDir . '/app/Http/Policies/PortalPolicy.php',
45 46 'FluentCommunity\\App\\Http\\Policies\\SpacePolicy' => $baseDir . '/app/Http/Policies/SpacePolicy.php',
47 + 'FluentCommunity\\App\\Http\\Policies\\SuperAdminPolicy' => $baseDir . '/app/Http/Policies/SuperAdminPolicy.php',
46 48 'FluentCommunity\\App\\Http\\Policies\\UserPolicy' => $baseDir . '/app/Http/Policies/UserPolicy.php',
47 49 'FluentCommunity\\App\\Http\\Requests\\UserRequest' => $baseDir . '/app/Http/Requests/UserRequest.php',
48 50 'FluentCommunity\\App\\Models\\Activity' => $baseDir . '/app/Models/Activity.php',
49 51 'FluentCommunity\\App\\Models\\BaseSpace' => $baseDir . '/app/Models/BaseSpace.php',
@@ -54,8 +56,9 @@
54 56 'FluentCommunity\\App\\Models\\Media' => $baseDir . '/app/Models/Media.php',
55 57 'FluentCommunity\\App\\Models\\Meta' => $baseDir . '/app/Models/Meta.php',
56 58 'FluentCommunity\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php',
57 59 'FluentCommunity\\App\\Models\\Notification' => $baseDir . '/app/Models/Notification.php',
60 + 'FluentCommunity\\App\\Models\\NotificationPreference' => $baseDir . '/app/Models/NotificationPreference.php',
58 61 'FluentCommunity\\App\\Models\\NotificationSubscriber' => $baseDir . '/app/Models/NotificationSubscriber.php',
59 62 'FluentCommunity\\App\\Models\\NotificationSubscription' => $baseDir . '/app/Models/NotificationSubscription.php',
60 63 'FluentCommunity\\App\\Models\\Reaction' => $baseDir . '/app/Models/Reaction.php',
61 64 'FluentCommunity\\App\\Models\\SidebarLink' => $baseDir . '/app/Models/SidebarLink.php',
@@ -74,8 +77,9 @@
74 77 'FluentCommunity\\App\\Services\\FormBuilder' => $baseDir . '/app/Services/FormBuilder.php',
75 78 'FluentCommunity\\App\\Services\\Helper' => $baseDir . '/app/Services/Helper.php',
76 79 'FluentCommunity\\App\\Services\\Libs\\DailyDigest' => $baseDir . '/app/Services/Libs/DailyDigest.php',
77 80 'FluentCommunity\\App\\Services\\Libs\\EmailComposer' => $baseDir . '/app/Services/Libs/EmailComposer.php',
81 + 'FluentCommunity\\App\\Services\\Libs\\Emogrifier\\Emogrifier' => $baseDir . '/app/Services/Libs/Emogrifier/Emogrifier.php',
78 82 'FluentCommunity\\App\\Services\\Libs\\FileSystem' => $baseDir . '/app/Services/Libs/FileSystem.php',
79 83 'FluentCommunity\\App\\Services\\Libs\\Mailer' => $baseDir . '/app/Services/Libs/Mailer.php',
80 84 'FluentCommunity\\App\\Services\\LockscreenService' => $baseDir . '/app/Services/LockscreenService.php',
81 85 'FluentCommunity\\App\\Services\\NotificationPref' => $baseDir . '/app/Services/NotificationPref.php',
@@ -95,8 +99,9 @@
95 99 'FluentCommunity\\Database\\Migrations\\FeedSpaceMigrator' => $baseDir . '/database/Migrations/FeedSpaceMigrator.php',
96 100 'FluentCommunity\\Database\\Migrations\\FeedSpaceUserMigrator' => $baseDir . '/database/Migrations/FeedSpaceUserMigrator.php',
97 101 'FluentCommunity\\Database\\Migrations\\MediaArchiveMigrator' => $baseDir . '/database/Migrations/MediaArchiveMigrator.php',
98 102 'FluentCommunity\\Database\\Migrations\\MetaMigrator' => $baseDir . '/database/Migrations/MetaMigrator.php',
103 + 'FluentCommunity\\Database\\Migrations\\NotificationPrefMigrator' => $baseDir . '/database/Migrations/NotificationPrefMigrator.php',
99 104 'FluentCommunity\\Database\\Migrations\\NotificationUserMigrator' => $baseDir . '/database/Migrations/NotificationUserMigrator.php',
100 105 'FluentCommunity\\Database\\Migrations\\NotificationsMigrator' => $baseDir . '/database/Migrations/NotificationsMigrator.php',
101 106 'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => $baseDir . '/database/Migrations/TermFeedMigrator.php',
102 107 'FluentCommunity\\Database\\Migrations\\TermMigrator' => $baseDir . '/database/Migrations/TermMigrator.php',
@@ -101,19 +106,8 @@
101 106 'FluentCommunity\\Database\\Migrations\\TermFeedMigrator' => $baseDir . '/database/Migrations/TermFeedMigrator.php',
102 107 'FluentCommunity\\Database\\Migrations\\TermMigrator' => $baseDir . '/database/Migrations/TermMigrator.php',
103 108 'FluentCommunity\\Database\\Migrations\\UserActivitiesMigrator' => $baseDir . '/database/Migrations/UserActivitiesMigrator.php',
104 109 'FluentCommunity\\Database\\Migrations\\XProfileMigrator' => $baseDir . '/database/Migrations/XProfileMigrator.php',
105 - 'FluentCommunity\\Dev\\ComposerScript' => $baseDir . '/dev/ComposerScript.php',
106 - 'FluentCommunity\\Dev\\Seeds\\CommentTableSeeder' => $baseDir . '/dev/Seeds/CommentTableSeeder.php',
107 - 'FluentCommunity\\Dev\\Seeds\\FeedTableSeeder' => $baseDir . '/dev/Seeds/FeedTableSeeder.php',
108 - 'FluentCommunity\\Dev\\Seeds\\PostReactionsTableSeeder' => $baseDir . '/dev/Seeds/PostReactionsTableSeeder.php',
109 - 'FluentCommunity\\Dev\\Seeds\\SpaceTableSeeder' => $baseDir . '/dev/Seeds/SpaceTableSeeder.php',
110 - 'FluentCommunity\\Dev\\Seeds\\SpaceUserTableSeeder' => $baseDir . '/dev/Seeds/SpaceUserTableSeeder.php',
111 - 'FluentCommunity\\Dev\\Seeds\\TermFeedTableSeeder' => $baseDir . '/dev/Seeds/TermFeedTableSeeder.php',
112 - 'FluentCommunity\\Dev\\Seeds\\TermsTableSeeder' => $baseDir . '/dev/Seeds/TermsTableSeeder.php',
113 - 'FluentCommunity\\Dev\\Seeds\\UserActivityTableSeeder' => $baseDir . '/dev/Seeds/UserActivityTableSeeder.php',
114 - 'FluentCommunity\\Dev\\Seeds\\UserTableSeeder' => $baseDir . '/dev/Seeds/UserTableSeeder.php',
115 - 'FluentCommunity\\Dev\\Seeds\\XProfileTableSeeder' => $baseDir . '/dev/Seeds/XProfileTableSeeder.php',
116 110 'FluentCommunity\\Framework\\Cache\\Cache' => $vendorDir . '/wpfluent/framework/src/WPFluent/Cache/Cache.php',
117 111 'FluentCommunity\\Framework\\Container\\BoundMethod' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/BoundMethod.php',
118 112 'FluentCommunity\\Framework\\Container\\Container' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/Container.php',
119 113 'FluentCommunity\\Framework\\Container\\ContextualBindingBuilder' => $vendorDir . '/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php',
@@ -137,9 +131,8 @@
137 131 'FluentCommunity\\Framework\\Database\\Concerns\\ManagesTransactions' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/Concerns/ManagesTransactions.php',
138 132 'FluentCommunity\\Framework\\Database\\ConnectionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php',
139 133 'FluentCommunity\\Framework\\Database\\ConnectionResolver' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php',
140 134 'FluentCommunity\\Framework\\Database\\ConnectionResolverInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php',
141 - 'FluentCommunity\\Framework\\Database\\DBManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DBManager.php',
142 135 'FluentCommunity\\Framework\\Database\\DatabaseManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseManager.php',
143 136 'FluentCommunity\\Framework\\Database\\DatabaseTransactionRecord' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionRecord.php',
144 137 'FluentCommunity\\Framework\\Database\\DatabaseTransactionsManager' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionsManager.php',
145 138 'FluentCommunity\\Framework\\Database\\DeadlockException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Database/DeadlockException.php',
@@ -250,8 +243,18 @@
250 243 'FluentCommunity\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php',
251 244 'FluentCommunity\\Framework\\Foundation\\Concerns\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php',
252 245 'FluentCommunity\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php',
253 246 'FluentCommunity\\Framework\\Foundation\\Config' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Config.php',
247 + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\BadGatewayHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadGatewayHttpException.php',
248 + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\BadRequestHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadRequestHttpException.php',
249 + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\ExceptionHandler' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ExceptionHandler.php',
250 + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\ForbiddenHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ForbiddenHttpException.php',
251 + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\HttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/HttpException.php',
252 + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\NotFoundHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/NotFoundHttpException.php',
253 + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\ServiceUnavailableHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ServiceUnavailableHttpException.php',
254 + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\TooManyRequestsHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/TooManyRequestsHttpException.php',
255 + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\UnauthorizedHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnauthorizedHttpException.php',
256 + 'FluentCommunity\\Framework\\Foundation\\Exceptions\\UnprocessableEntityHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnprocessableEntityHttpException.php',
254 257 'FluentCommunity\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php',
255 258 'FluentCommunity\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php',
256 259 'FluentCommunity\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php',
257 260 'FluentCommunity\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php',
@@ -295,8 +298,9 @@
295 298 'FluentCommunity\\Framework\\Support\\CanBeEscapedWhenCastToString' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php',
296 299 'FluentCommunity\\Framework\\Support\\Collection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Collection.php',
297 300 'FluentCommunity\\Framework\\Support\\Conditionable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Conditionable.php',
298 301 'FluentCommunity\\Framework\\Support\\DateTime' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTime.php',
302 + 'FluentCommunity\\Framework\\Support\\DateTimeImmutable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/DateTimeImmutable.php',
299 303 'FluentCommunity\\Framework\\Support\\Enumerable' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Enumerable.php',
300 304 'FluentCommunity\\Framework\\Support\\EnumeratesValues' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php',
301 305 'FluentCommunity\\Framework\\Support\\Env' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Env.php',
302 306 'FluentCommunity\\Framework\\Support\\ExceptionInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php',
@@ -315,8 +319,9 @@
315 319 'FluentCommunity\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php',
316 320 'FluentCommunity\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php',
317 321 'FluentCommunity\\Framework\\Support\\LazyCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php',
318 322 'FluentCommunity\\Framework\\Support\\Locale' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Locale.php',
323 + 'FluentCommunity\\Framework\\Support\\MBString\\Mbstring' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MBString/Mbstring.php',
319 324 'FluentCommunity\\Framework\\Support\\MacroableTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php',
320 325 'FluentCommunity\\Framework\\Support\\Mail' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Mail.php',
321 326 'FluentCommunity\\Framework\\Support\\MathException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MathException.php',
322 327 'FluentCommunity\\Framework\\Support\\Media' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Media.php',
@@ -370,8 +375,9 @@
370 375 'FluentCommunity\\Modules\\Course\\Model\\Course' => $baseDir . '/Modules/Course/Model/Course.php',
371 376 'FluentCommunity\\Modules\\Course\\Model\\CourseLesson' => $baseDir . '/Modules/Course/Model/CourseLesson.php',
372 377 'FluentCommunity\\Modules\\Course\\Model\\CourseTopic' => $baseDir . '/Modules/Course/Model/CourseTopic.php',
373 378 'FluentCommunity\\Modules\\Course\\Services\\CourseHelper' => $baseDir . '/Modules/Course/Services/CourseHelper.php',
379 + 'FluentCommunity\\Modules\\Course\\Services\\LessonVideoGateService' => $baseDir . '/Modules/Course/Services/LessonVideoGateService.php',
374 380 'FluentCommunity\\Modules\\FeaturesHandler' => $baseDir . '/Modules/FeaturesHandler.php',
375 381 'FluentCommunity\\Modules\\Gutenberg\\EditorBlock' => $baseDir . '/Modules/Gutenberg/EditorBlock.php',
376 382 'FluentCommunity\\Modules\\Integrations\\FluentCRM\\CourseCompletedTrigger' => $baseDir . '/Modules/Integrations/FluentCRM/CourseCompletedTrigger.php',
377 383 'FluentCommunity\\Modules\\Integrations\\FluentCRM\\CourseEnrollmentTrigger' => $baseDir . '/Modules/Integrations/FluentCRM/CourseEnrollmentTrigger.php',
@@ -390,8 +396,7 @@
390 396 'FluentCommunity\\Modules\\Migrations\\Helpers\\PostMigrator' => $baseDir . '/Modules/Migrations/Helpers/PostMigrator.php',
391 397 'FluentCommunity\\Modules\\Migrations\\Http\\Controllers\\BPMigrationController' => $baseDir . '/Modules/Migrations/Http/Controllers/BPMigrationController.php',
392 398 'FluentCommunity\\Modules\\Migrations\\Http\\Controllers\\MigrationController' => $baseDir . '/Modules/Migrations/Http/Controllers/MigrationController.php',
393 399 'FluentCommunity\\Modules\\Migrations\\MigrationModule' => $baseDir . '/Modules/Migrations/MigrationModule.php',
394 - 'FluentCommunity\\Modules\\PushNotification\\FnSubscriptionModel' => $baseDir . '/Modules/PushNotification/FnSubscriptionModel.php',
395 400 'FluentCommunity\\Modules\\PushNotification\\PushNotificationModule' => $baseDir . '/Modules/PushNotification/PushNotificationModule.php',
396 401 'FluentCommunity\\Modules\\Theming\\TemplateLoader' => $baseDir . '/Modules/Theming/TemplateLoader.php',
397 402 );