PluginProbe
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses / 2.11.0
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses v2.11.0
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 +3 -1 2.10.012.11.0 View file →
@@ -87,8 +87,9 @@
87 87 'FluentCommunity\\App\\Services\\Parsedown' => $baseDir . '/app/Services/Parsedown.php',
88 88 'FluentCommunity\\App\\Services\\ProfileHelper' => $baseDir . '/app/Services/ProfileHelper.php',
89 89 'FluentCommunity\\App\\Services\\RemoteUrlParser' => $baseDir . '/app/Services/RemoteUrlParser.php',
90 90 'FluentCommunity\\App\\Services\\SmartCodeParser' => $baseDir . '/app/Services/SmartCodeParser.php',
91 + 'FluentCommunity\\App\\Services\\SpaceMenuService' => $baseDir . '/app/Services/SpaceMenuService.php',
91 92 'FluentCommunity\\App\\Services\\TransStrings' => $baseDir . '/app/Services/TransStrings.php',
92 93 'FluentCommunity\\App\\Services\\UploadHelper' => $baseDir . '/app/Services/UploadHelper.php',
93 94 'FluentCommunity\\App\\Vite' => $baseDir . '/app/Vite.php',
94 95 'FluentCommunity\\Database\\DBMigrator' => $baseDir . '/database/DBMigrator.php',
@@ -319,9 +320,8 @@
319 320 'FluentCommunity\\Framework\\Support\\ItemNotFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php',
320 321 'FluentCommunity\\Framework\\Support\\JsonableInterface' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php',
321 322 'FluentCommunity\\Framework\\Support\\LazyCollection' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/LazyCollection.php',
322 323 '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',
324 324 'FluentCommunity\\Framework\\Support\\MacroableTrait' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php',
325 325 'FluentCommunity\\Framework\\Support\\Mail' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Mail.php',
326 326 'FluentCommunity\\Framework\\Support\\MathException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MathException.php',
327 327 'FluentCommunity\\Framework\\Support\\Media' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Media.php',
@@ -329,10 +329,12 @@
329 329 'FluentCommunity\\Framework\\Support\\MultipleItemsFoundException' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php',
330 330 'FluentCommunity\\Framework\\Support\\Number' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Number.php',
331 331 'FluentCommunity\\Framework\\Support\\Once' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Once.php',
332 332 'FluentCommunity\\Framework\\Support\\Path' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Path.php',
333 + 'FluentCommunity\\Framework\\Support\\Pipe' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipe.php',
333 334 'FluentCommunity\\Framework\\Support\\Pipeline' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pipeline.php',
334 335 'FluentCommunity\\Framework\\Support\\Pluralizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Pluralizer.php',
336 + 'FluentCommunity\\Framework\\Support\\Polyfills\\MBString\\Mbstring' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Polyfills/MBString/Mbstring.php',
335 337 'FluentCommunity\\Framework\\Support\\Reflector' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Reflector.php',
336 338 'FluentCommunity\\Framework\\Support\\ReflectsClosures' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php',
337 339 'FluentCommunity\\Framework\\Support\\Sanitizer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Sanitizer.php',
338 340 'FluentCommunity\\Framework\\Support\\Serializer' => $vendorDir . '/wpfluent/framework/src/WPFluent/Support/Serializer.php',