PluginProbe
Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution / 2.5.0
Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution v2.5.0
2.5.0 2.4.0 2.3.0 2.2.5 2.2.0 2.1.2 2.1.1 trunk 1.10.0 1.10.01 1.10.02 1.5.0 1.5.01 1.5.02 1.5.1 1.5.10 1.5.20 1.5.21 1.5.22 1.5.23 1.5.24 1.5.25 1.6.0 1.7.0 1.7.1 All 34 releases
← All changes | vendor/composer/autoload_classmap.php +36 -0 2.3.0 → 2.5.0 View file →
@@ -36,8 +36,9 @@
36 36 'FluentBooking\\App\\Http\\Controllers\\Controller' => $baseDir . '/app/Http/Controllers/Controller.php',
37 37 'FluentBooking\\App\\Http\\Controllers\\EventController' => $baseDir . '/app/Http/Controllers/EventController.php',
38 38 'FluentBooking\\App\\Http\\Controllers\\IntegrationController' => $baseDir . '/app/Http/Controllers/IntegrationController.php',
39 39 'FluentBooking\\App\\Http\\Controllers\\IntegrationManagerController' => $baseDir . '/app/Http/Controllers/IntegrationManagerController.php',
40 + 'FluentBooking\\App\\Http\\Controllers\\McpController' => $baseDir . '/app/Http/Controllers/McpController.php',
40 41 'FluentBooking\\App\\Http\\Controllers\\ReportController' => $baseDir . '/app/Http/Controllers/ReportController.php',
41 42 'FluentBooking\\App\\Http\\Controllers\\SchedulesController' => $baseDir . '/app/Http/Controllers/SchedulesController.php',
42 43 'FluentBooking\\App\\Http\\Controllers\\SettingsController' => $baseDir . '/app/Http/Controllers/SettingsController.php',
43 44 'FluentBooking\\App\\Http\\Controllers\\WidgetController' => $baseDir . '/app/Http/Controllers/WidgetController.php',
@@ -60,10 +61,30 @@
60 61 'FluentBooking\\App\\Models\\Meta' => $baseDir . '/app/Models/Meta.php',
61 62 'FluentBooking\\App\\Models\\Model' => $baseDir . '/app/Models/Model.php',
62 63 'FluentBooking\\App\\Models\\Staff' => $baseDir . '/app/Models/Staff.php',
63 64 'FluentBooking\\App\\Models\\User' => $baseDir . '/app/Models/User.php',
65 + 'FluentBooking\\App\\Modules\\MCP\\AbilitiesRegistrar' => $baseDir . '/app/Modules/MCP/AbilitiesRegistrar.php',
66 + 'FluentBooking\\App\\Modules\\MCP\\MCPInit' => $baseDir . '/app/Modules/MCP/MCPInit.php',
67 + 'FluentBooking\\App\\Modules\\MCP\\Prompts\\BookingPrompts' => $baseDir . '/app/Modules/MCP/Prompts/BookingPrompts.php',
68 + 'FluentBooking\\App\\Modules\\MCP\\Support\\AvailabilityDiagnostics' => $baseDir . '/app/Modules/MCP/Support/AvailabilityDiagnostics.php',
69 + 'FluentBooking\\App\\Modules\\MCP\\Support\\BookingProjector' => $baseDir . '/app/Modules/MCP/Support/BookingProjector.php',
70 + 'FluentBooking\\App\\Modules\\MCP\\Support\\BookingWriter' => $baseDir . '/app/Modules/MCP/Support/BookingWriter.php',
71 + 'FluentBooking\\App\\Modules\\MCP\\Support\\MCPHelper' => $baseDir . '/app/Modules/MCP/Support/MCPHelper.php',
72 + 'FluentBooking\\App\\Modules\\MCP\\Support\\PermissionGate' => $baseDir . '/app/Modules/MCP/Support/PermissionGate.php',
73 + 'FluentBooking\\App\\Modules\\MCP\\Support\\RestBridge' => $baseDir . '/app/Modules/MCP/Support/RestBridge.php',
74 + 'FluentBooking\\App\\Modules\\MCP\\Support\\SlotLock' => $baseDir . '/app/Modules/MCP/Support/SlotLock.php',
75 + 'FluentBooking\\App\\Modules\\MCP\\Support\\SlotResolver' => $baseDir . '/app/Modules/MCP/Support/SlotResolver.php',
76 + 'FluentBooking\\App\\Modules\\MCP\\Support\\WriteGuard' => $baseDir . '/app/Modules/MCP/Support/WriteGuard.php',
77 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\BookingTools' => $baseDir . '/app/Modules/MCP/Tools/BookingTools.php',
78 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\BookingWriteTools' => $baseDir . '/app/Modules/MCP/Tools/BookingWriteTools.php',
79 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\ContextTools' => $baseDir . '/app/Modules/MCP/Tools/ContextTools.php',
80 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\EventTypeTools' => $baseDir . '/app/Modules/MCP/Tools/EventTypeTools.php',
81 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\ReportTools' => $baseDir . '/app/Modules/MCP/Tools/ReportTools.php',
82 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\SchedulingTools' => $baseDir . '/app/Modules/MCP/Tools/SchedulingTools.php',
83 + 'FluentBooking\\App\\Modules\\MCP\\Tools\\SlotTools' => $baseDir . '/app/Modules/MCP/Tools/SlotTools.php',
64 84 'FluentBooking\\App\\Services\\AvailabilityService' => $baseDir . '/app/Services/AvailabilityService.php',
65 85 'FluentBooking\\App\\Services\\BookingFieldService' => $baseDir . '/app/Services/BookingFieldService.php',
86 + 'FluentBooking\\App\\Services\\BookingReportService' => $baseDir . '/app/Services/BookingReportService.php',
66 87 'FluentBooking\\App\\Services\\BookingService' => $baseDir . '/app/Services/BookingService.php',
67 88 'FluentBooking\\App\\Services\\CalendarEventService' => $baseDir . '/app/Services/CalendarEventService.php',
68 89 'FluentBooking\\App\\Services\\CalendarService' => $baseDir . '/app/Services/CalendarService.php',
69 90 'FluentBooking\\App\\Services\\ConditionAssesor' => $baseDir . '/app/Services/ConditionAssesor.php',
@@ -112,11 +133,14 @@
112 133 'FluentBooking\\App\\Services\\Libs\\RRule\\RSet' => $baseDir . '/app/Services/Libs/RRule/RSet.php',
113 134 'FluentBooking\\App\\Services\\Libs\\RRule\\RfcParser' => $baseDir . '/app/Services/Libs/RRule/RfcParser.php',
114 135 'FluentBooking\\App\\Services\\LocationService' => $baseDir . '/app/Services/LocationService.php',
115 136 'FluentBooking\\App\\Services\\Mailer' => $baseDir . '/app/Services/Mailer.php',
137 + 'FluentBooking\\App\\Services\\NotificationGate' => $baseDir . '/app/Services/NotificationGate.php',
116 138 'FluentBooking\\App\\Services\\OnboardingService' => $baseDir . '/app/Services/OnboardingService.php',
117 139 'FluentBooking\\App\\Services\\PermissionManager' => $baseDir . '/app/Services/PermissionManager.php',
140 + 'FluentBooking\\App\\Services\\PublicTransStrings' => $baseDir . '/app/Services/PublicTransStrings.php',
118 141 'FluentBooking\\App\\Services\\ReportingHelperTrait' => $baseDir . '/app/Services/ReportingHelperTrait.php',
142 + 'FluentBooking\\App\\Services\\RescheduleService' => $baseDir . '/app/Services/RescheduleService.php',
119 143 'FluentBooking\\App\\Services\\SanitizeService' => $baseDir . '/app/Services/SanitizeService.php',
120 144 'FluentBooking\\App\\Services\\SummaryReportService' => $baseDir . '/app/Services/SummaryReportService.php',
121 145 'FluentBooking\\App\\Services\\TimeSlotService' => $baseDir . '/app/Services/TimeSlotService.php',
122 146 'FluentBooking\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php',
@@ -266,8 +290,18 @@
266 290 'FluentBooking\\Framework\\Foundation\\Concerns\\DynamicFacadeTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php',
267 291 'FluentBooking\\Framework\\Foundation\\Concerns\\FoundationTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php',
268 292 'FluentBooking\\Framework\\Foundation\\Concerns\\HooksRemovalTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php',
269 293 'FluentBooking\\Framework\\Foundation\\Config' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Config.php',
294 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\BadGatewayHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadGatewayHttpException.php',
295 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\BadRequestHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadRequestHttpException.php',
296 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\ExceptionHandler' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ExceptionHandler.php',
297 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\ForbiddenHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ForbiddenHttpException.php',
298 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\HttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/HttpException.php',
299 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\NotFoundHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/NotFoundHttpException.php',
300 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\ServiceUnavailableHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ServiceUnavailableHttpException.php',
301 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\TooManyRequestsHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/TooManyRequestsHttpException.php',
302 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\UnauthorizedHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnauthorizedHttpException.php',
303 + 'FluentBooking\\Framework\\Foundation\\Exceptions\\UnprocessableEntityHttpException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnprocessableEntityHttpException.php',
270 304 'FluentBooking\\Framework\\Foundation\\ForbiddenException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php',
271 305 'FluentBooking\\Framework\\Foundation\\Policy' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/Policy.php',
272 306 'FluentBooking\\Framework\\Foundation\\RequestGuard' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php',
273 307 'FluentBooking\\Framework\\Foundation\\UnAuthorizedException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php',
@@ -341,10 +375,12 @@
341 375 'FluentBooking\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php',
342 376 'FluentBooking\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php',
343 377 'FluentBooking\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php',
344 378 'FluentBooking\\Framework\\Support\\Path' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Path.php',
379 + 'FluentBooking\\Framework\\Support\\Pipe' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipe.php',
345 380 'FluentBooking\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php',
346 381 'FluentBooking\\Framework\\Support\\Pluralizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php',
382 + 'FluentBooking\\Framework\\Support\\Polyfills\\MBString\\Mbstring' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Polyfills/MBString/Mbstring.php',
347 383 'FluentBooking\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php',
348 384 'FluentBooking\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php',
349 385 'FluentBooking\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php',
350 386 'FluentBooking\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php',