PluginProbe
WCPOS – Point of Sale (POS) plugin for WooCommerce / 1.10.20
WCPOS – Point of Sale (POS) plugin for WooCommerce v1.10.20
1.10.20 1.10.19 1.10.18 1.10.17 1.10.16 1.10.15 1.10.13 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 untagged-3d9b7ccddc54df87c672 1.10.7 1.10.6 1.10.5 1.10.3 1.10.4 1.10.2 1.10.1 1.10.0 1.9.17 1.9.15 1.9.16 All 164 releases
← All changes | vendor/composer/autoload_classmap.php +22 -17 1.10.5 → 1.10.20 View file →
@@ -242,8 +242,10 @@
242 242 'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
243 243 'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
244 244 'WCPOS\\WooCommercePOS\\AJAX' => $baseDir . '/includes/AJAX.php',
245 245 'WCPOS\\WooCommercePOS\\API' => $baseDir . '/includes/API.php',
246 + 'WCPOS\\WooCommercePOS\\API\\Controller_Registry' => $baseDir . '/includes/API/Controller_Registry.php',
247 + 'WCPOS\\WooCommercePOS\\API\\Order_Search' => $baseDir . '/includes/API/Order_Search.php',
246 248 'WCPOS\\WooCommercePOS\\API\\Product_Search' => $baseDir . '/includes/API/Product_Search.php',
247 249 'WCPOS\\WooCommercePOS\\API\\Route_Classifier' => $baseDir . '/includes/API/Route_Classifier.php',
248 250 'WCPOS\\WooCommercePOS\\API\\V1\\Auth' => $baseDir . '/includes/API/V1/Auth.php',
249 251 'WCPOS\\WooCommercePOS\\API\\V1\\Bulk_ID_Fast_Path' => $baseDir . '/includes/API/V1/Bulk_ID_Fast_Path.php',
@@ -275,25 +277,16 @@
275 277 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Query_Helpers' => $baseDir . '/includes/API/V1/Traits/Query_Helpers.php',
276 278 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Term_Controller' => $baseDir . '/includes/API/V1/Traits/Term_Controller.php',
277 279 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Uuid_Handler' => $baseDir . '/includes/API/V1/Traits/Uuid_Handler.php',
278 280 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\WCPOS_REST_API' => $baseDir . '/includes/API/V1/Traits/WCPOS_REST_API.php',
279 - 'WCPOS\\WooCommercePOS\\API\\V2\\Auth' => $baseDir . '/includes/API/V2/Auth.php',
280 - 'WCPOS\\WooCommercePOS\\API\\V2\\Cashier' => $baseDir . '/includes/API/V2/Cashier.php',
281 281 'WCPOS\\WooCommercePOS\\API\\V2\\Catalog_Proxy_Controller' => $baseDir . '/includes/API/V2/Catalog_Proxy_Controller.php',
282 282 'WCPOS\\WooCommercePOS\\API\\V2\\Changes_Controller' => $baseDir . '/includes/API/V2/Changes_Controller.php',
283 - 'WCPOS\\WooCommercePOS\\API\\V2\\Checkout_Controller' => $baseDir . '/includes/API/V2/Checkout_Controller.php',
284 - 'WCPOS\\WooCommercePOS\\API\\V2\\Data_Order_Statuses_Controller' => $baseDir . '/includes/API/V2/Data_Order_Statuses_Controller.php',
285 283 'WCPOS\\WooCommercePOS\\API\\V2\\Digests_Controller' => $baseDir . '/includes/API/V2/Digests_Controller.php',
286 284 'WCPOS\\WooCommercePOS\\API\\V2\\Echo_Probe' => $baseDir . '/includes/API/V2/Echo_Probe.php',
287 - 'WCPOS\\WooCommercePOS\\API\\V2\\Extensions' => $baseDir . '/includes/API/V2/Extensions.php',
288 - 'WCPOS\\WooCommercePOS\\API\\V2\\Gateway_Bootstrap_Controller' => $baseDir . '/includes/API/V2/Gateway_Bootstrap_Controller.php',
289 285 'WCPOS\\WooCommercePOS\\API\\V2\\Integrity_Controller' => $baseDir . '/includes/API/V2/Integrity_Controller.php',
290 - 'WCPOS\\WooCommercePOS\\API\\V2\\Logs' => $baseDir . '/includes/API/V2/Logs.php',
291 286 'WCPOS\\WooCommercePOS\\API\\V2\\Order_Email_Controller' => $baseDir . '/includes/API/V2/Order_Email_Controller.php',
292 287 'WCPOS\\WooCommercePOS\\API\\V2\\Orders_Controller' => $baseDir . '/includes/API/V2/Orders_Controller.php',
293 - 'WCPOS\\WooCommercePOS\\API\\V2\\Payment_Gateways' => $baseDir . '/includes/API/V2/Payment_Gateways.php',
294 288 'WCPOS\\WooCommercePOS\\API\\V2\\Ping' => $baseDir . '/includes/API/V2/Ping.php',
295 - 'WCPOS\\WooCommercePOS\\API\\V2\\Print_Jobs_Controller' => $baseDir . '/includes/API/V2/Print_Jobs_Controller.php',
296 289 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Coupons_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Coupons_Proxy_Behavior.php',
297 290 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Customers_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Customers_Proxy_Behavior.php',
298 291 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Null_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Null_Proxy_Behavior.php',
299 292 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Orders_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Orders_Proxy_Behavior.php',
@@ -302,17 +295,11 @@
302 295 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Scoped_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Scoped_Proxy_Behavior.php',
303 296 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Stable_Sort' => $baseDir . '/includes/API/V2/Proxy/Stable_Sort.php',
304 297 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Taxes_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Taxes_Proxy_Behavior.php',
305 298 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Terms_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Terms_Proxy_Behavior.php',
306 - 'WCPOS\\WooCommercePOS\\API\\V2\\Receipts_Controller' => $baseDir . '/includes/API/V2/Receipts_Controller.php',
307 299 'WCPOS\\WooCommercePOS\\API\\V2\\Resolve_Controller' => $baseDir . '/includes/API/V2/Resolve_Controller.php',
308 - 'WCPOS\\WooCommercePOS\\API\\V2\\Settings' => $baseDir . '/includes/API/V2/Settings.php',
309 - 'WCPOS\\WooCommercePOS\\API\\V2\\Shipping_Methods_Controller' => $baseDir . '/includes/API/V2/Shipping_Methods_Controller.php',
310 300 'WCPOS\\WooCommercePOS\\API\\V2\\Site' => $baseDir . '/includes/API/V2/Site.php',
311 301 'WCPOS\\WooCommercePOS\\API\\V2\\Status_Controller' => $baseDir . '/includes/API/V2/Status_Controller.php',
312 - 'WCPOS\\WooCommercePOS\\API\\V2\\Stores' => $baseDir . '/includes/API/V2/Stores.php',
313 - 'WCPOS\\WooCommercePOS\\API\\V2\\Tax_Classes_Controller' => $baseDir . '/includes/API/V2/Tax_Classes_Controller.php',
314 - 'WCPOS\\WooCommercePOS\\API\\V2\\Templates_Controller' => $baseDir . '/includes/API/V2/Templates_Controller.php',
315 302 'WCPOS\\WooCommercePOS\\API\\V2\\Uuid_Backfill_Controller' => $baseDir . '/includes/API/V2/Uuid_Backfill_Controller.php',
316 303 'WCPOS\\WooCommercePOS\\API\\V2\\Variations_Controller' => $baseDir . '/includes/API/V2/Variations_Controller.php',
317 304 'WCPOS\\WooCommercePOS\\API\\V2\\Write_Controller' => $baseDir . '/includes/API/V2/Write_Controller.php',
318 305 'WCPOS\\WooCommercePOS\\API\\V2\\Writers\\Collection_Writer_Resolver' => $baseDir . '/includes/API/V2/Writers/Collection_Writer_Resolver.php',
@@ -343,12 +330,15 @@
343 330 'WCPOS\\WooCommercePOS\\Form_Handler' => $baseDir . '/includes/Form_Handler.php',
344 331 'WCPOS\\WooCommercePOS\\Gateways' => $baseDir . '/includes/Gateways.php',
345 332 'WCPOS\\WooCommercePOS\\Gateways\\Card' => $baseDir . '/includes/Gateways/Card.php',
346 333 'WCPOS\\WooCommercePOS\\Gateways\\Cash' => $baseDir . '/includes/Gateways/Cash.php',
334 + 'WCPOS\\WooCommercePOS\\Hook_Manifest' => $baseDir . '/includes/Hook_Manifest.php',
347 335 'WCPOS\\WooCommercePOS\\Init' => $baseDir . '/includes/Init.php',
348 336 'WCPOS\\WooCommercePOS\\Integrations\\WPSEO' => $baseDir . '/includes/Integrations/WPSEO.php',
349 337 'WCPOS\\WooCommercePOS\\Integrations\\WePOS' => $baseDir . '/includes/Integrations/WePOS.php',
338 + 'WCPOS\\WooCommercePOS\\Integrations\\WooCommerce_Tax' => $baseDir . '/includes/Integrations/WooCommerce_Tax.php',
350 339 'WCPOS\\WooCommercePOS\\Interfaces\\Collection_Writer_Interface' => $baseDir . '/includes/Interfaces/Collection_Writer_Interface.php',
340 + 'WCPOS\\WooCommercePOS\\Interfaces\\Poll_Provider_Adapter_Interface' => $baseDir . '/includes/Interfaces/Poll_Provider_Adapter_Interface.php',
351 341 'WCPOS\\WooCommercePOS\\Interfaces\\Provider_Adapter_Interface' => $baseDir . '/includes/Interfaces/Provider_Adapter_Interface.php',
352 342 'WCPOS\\WooCommercePOS\\Interfaces\\Push_Provider_Adapter_Interface' => $baseDir . '/includes/Interfaces/Push_Provider_Adapter_Interface.php',
353 343 'WCPOS\\WooCommercePOS\\Interfaces\\Receipt_Output_Adapter_Interface' => $baseDir . '/includes/Interfaces/Receipt_Output_Adapter_Interface.php',
354 344 'WCPOS\\WooCommercePOS\\Interfaces\\Receipt_Renderer_Interface' => $baseDir . '/includes/Interfaces/Receipt_Renderer_Interface.php',
@@ -371,9 +361,8 @@
371 361 'WCPOS\\WooCommercePOS\\Services\\Auth' => $baseDir . '/includes/Services/Auth.php',
372 362 'WCPOS\\WooCommercePOS\\Services\\Barcode_Field' => $baseDir . '/includes/Services/Barcode_Field.php',
373 363 'WCPOS\\WooCommercePOS\\Services\\Cashier' => $baseDir . '/includes/Services/Cashier.php',
374 364 'WCPOS\\WooCommercePOS\\Services\\Client_Signal' => $baseDir . '/includes/Services/Client_Signal.php',
375 - 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Diagnostic' => $baseDir . '/includes/Services/Cloud_Print_Diagnostic.php',
376 365 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Media_Types' => $baseDir . '/includes/Services/Cloud_Print_Media_Types.php',
377 366 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Poll_Request' => $baseDir . '/includes/Services/Cloud_Print_Poll_Request.php',
378 367 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Registry' => $baseDir . '/includes/Services/Cloud_Print_Registry.php',
379 368 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Relay_Service' => $baseDir . '/includes/Services/Cloud_Print_Relay_Service.php',
@@ -378,11 +367,14 @@
378 367 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Registry' => $baseDir . '/includes/Services/Cloud_Print_Registry.php',
379 368 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Relay_Service' => $baseDir . '/includes/Services/Cloud_Print_Relay_Service.php',
380 369 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Submit_Service' => $baseDir . '/includes/Services/Cloud_Print_Submit_Service.php',
381 370 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Trigger_Service' => $baseDir . '/includes/Services/Cloud_Print_Trigger_Service.php',
371 + 'WCPOS\\WooCommercePOS\\Services\\Cloudflare_Detector' => $baseDir . '/includes/Services/Cloudflare_Detector.php',
382 372 'WCPOS\\WooCommercePOS\\Services\\Core_Order_Audit_Guard' => $baseDir . '/includes/Services/Core_Order_Audit_Guard.php',
373 + 'WCPOS\\WooCommercePOS\\Services\\Customer_Account_Guard' => $baseDir . '/includes/Services/Customer_Account_Guard.php',
383 374 'WCPOS\\WooCommercePOS\\Services\\Customer_Meta_Parity' => $baseDir . '/includes/Services/Customer_Meta_Parity.php',
384 375 'WCPOS\\WooCommercePOS\\Services\\Decimal_Quantities' => $baseDir . '/includes/Services/Decimal_Quantities.php',
376 + 'WCPOS\\WooCommercePOS\\Services\\Error_Reporter' => $baseDir . '/includes/Services/Error_Reporter.php',
385 377 'WCPOS\\WooCommercePOS\\Services\\Extensions' => $baseDir . '/includes/Services/Extensions.php',
386 378 'WCPOS\\WooCommercePOS\\Services\\Feature_Flags' => $baseDir . '/includes/Services/Feature_Flags.php',
387 379 'WCPOS\\WooCommercePOS\\Services\\Fiscal_Receipt_Service' => $baseDir . '/includes/Services/Fiscal_Receipt_Service.php',
388 380 'WCPOS\\WooCommercePOS\\Services\\Landing_Profile' => $baseDir . '/includes/Services/Landing_Profile.php',
@@ -390,14 +382,16 @@
390 382 'WCPOS\\WooCommercePOS\\Services\\Local_Image_Resolver' => $baseDir . '/includes/Services/Local_Image_Resolver.php',
391 383 'WCPOS\\WooCommercePOS\\Services\\Meta_Data_Repair' => $baseDir . '/includes/Services/Meta_Data_Repair.php',
392 384 'WCPOS\\WooCommercePOS\\Services\\Opening_Hours_Formatter' => $baseDir . '/includes/Services/Opening_Hours_Formatter.php',
393 385 'WCPOS\\WooCommercePOS\\Services\\Order_Notes' => $baseDir . '/includes/Services/Order_Notes.php',
386 + 'WCPOS\\WooCommercePOS\\Services\\Order_Write_Intent' => $baseDir . '/includes/Services/Order_Write_Intent.php',
394 387 'WCPOS\\WooCommercePOS\\Services\\Pdf_Layout_Preprocessor' => $baseDir . '/includes/Services/Pdf_Layout_Preprocessor.php',
395 388 'WCPOS\\WooCommercePOS\\Services\\Pdf_Renderer' => $baseDir . '/includes/Services/Pdf_Renderer.php',
389 + 'WCPOS\\WooCommercePOS\\Services\\Permission_Rules' => $baseDir . '/includes/Services/Permission_Rules.php',
396 390 'WCPOS\\WooCommercePOS\\Services\\Pos_Order_Audit' => $baseDir . '/includes/Services/Pos_Order_Audit.php',
397 391 'WCPOS\\WooCommercePOS\\Services\\Preview_Receipt_Builder' => $baseDir . '/includes/Services/Preview_Receipt_Builder.php',
398 392 'WCPOS\\WooCommercePOS\\Services\\PrintNode_Client' => $baseDir . '/includes/Services/PrintNode_Client.php',
399 - 'WCPOS\\WooCommercePOS\\Services\\Print_Format_Resolver' => $baseDir . '/includes/Services/Print_Format_Resolver.php',
393 + 'WCPOS\\WooCommercePOS\\Services\\Print_Job_Lifecycle' => $baseDir . '/includes/Services/Print_Job_Lifecycle.php',
400 394 'WCPOS\\WooCommercePOS\\Services\\Print_Job_Service' => $baseDir . '/includes/Services/Print_Job_Service.php',
401 395 'WCPOS\\WooCommercePOS\\Services\\Provider' => $baseDir . '/includes/Services/Provider.php',
402 396 'WCPOS\\WooCommercePOS\\Services\\Providers\\Epson_Sdp_Adapter' => $baseDir . '/includes/Services/Providers/Epson_Sdp_Adapter.php',
403 397 'WCPOS\\WooCommercePOS\\Services\\Providers\\Printnode_Adapter' => $baseDir . '/includes/Services/Providers/Printnode_Adapter.php',
@@ -410,11 +404,15 @@
410 404 'WCPOS\\WooCommercePOS\\Services\\Receipt_Output_Adapter_Factory' => $baseDir . '/includes/Services/Receipt_Output_Adapter_Factory.php',
411 405 'WCPOS\\WooCommercePOS\\Services\\Receipt_Payload_Assembler' => $baseDir . '/includes/Services/Receipt_Payload_Assembler.php',
412 406 'WCPOS\\WooCommercePOS\\Services\\Receipt_Preview_Fixture_Loader' => $baseDir . '/includes/Services/Receipt_Preview_Fixture_Loader.php',
413 407 'WCPOS\\WooCommercePOS\\Services\\Receipt_Renderer_Factory' => $baseDir . '/includes/Services/Receipt_Renderer_Factory.php',
408 + 'WCPOS\\WooCommercePOS\\Services\\Receipt_Sections' => $baseDir . '/includes/Services/Receipt_Sections.php',
414 409 'WCPOS\\WooCommercePOS\\Services\\Receipt_Snapshot_Store' => $baseDir . '/includes/Services/Receipt_Snapshot_Store.php',
415 410 'WCPOS\\WooCommercePOS\\Services\\Receipt_Store_Resolver' => $baseDir . '/includes/Services/Receipt_Store_Resolver.php',
411 + 'WCPOS\\WooCommercePOS\\Services\\Request_Lane' => $baseDir . '/includes/Services/Request_Lane.php',
412 + 'WCPOS\\WooCommercePOS\\Services\\Service_Groups' => $baseDir . '/includes/Services/Service_Groups.php',
416 413 'WCPOS\\WooCommercePOS\\Services\\Session_Context' => $baseDir . '/includes/Services/Session_Context.php',
414 + 'WCPOS\\WooCommercePOS\\Services\\Session_Registry' => $baseDir . '/includes/Services/Session_Registry.php',
417 415 'WCPOS\\WooCommercePOS\\Services\\Settings' => $baseDir . '/includes/Services/Settings.php',
418 416 'WCPOS\\WooCommercePOS\\Services\\Settings\\Abstract_Section' => $baseDir . '/includes/Services/Settings/Abstract_Section.php',
419 417 'WCPOS\\WooCommercePOS\\Services\\Settings\\Access_Section' => $baseDir . '/includes/Services/Settings/Access_Section.php',
420 418 'WCPOS\\WooCommercePOS\\Services\\Settings\\Checkout_Section' => $baseDir . '/includes/Services/Settings/Checkout_Section.php',
@@ -445,8 +443,9 @@
445 443 'WCPOS\\WooCommercePOS\\Sync\\Collections' => $baseDir . '/includes/Sync/Collections.php',
446 444 'WCPOS\\WooCommercePOS\\Sync\\Config_Fingerprint' => $baseDir . '/includes/Sync/Config_Fingerprint.php',
447 445 'WCPOS\\WooCommercePOS\\Sync\\Cors' => $baseDir . '/includes/Sync/Cors.php',
448 446 'WCPOS\\WooCommercePOS\\Sync\\Coupon_Modified_Date' => $baseDir . '/includes/Sync/Coupon_Modified_Date.php',
447 + 'WCPOS\\WooCommercePOS\\Sync\\Create_Identity' => $baseDir . '/includes/Sync/Create_Identity.php',
449 448 'WCPOS\\WooCommercePOS\\Sync\\Digest_Index' => $baseDir . '/includes/Sync/Digest_Index.php',
450 449 'WCPOS\\WooCommercePOS\\Sync\\Endpoint_Permissions' => $baseDir . '/includes/Sync/Endpoint_Permissions.php',
451 450 'WCPOS\\WooCommercePOS\\Sync\\Header_Mirror' => $baseDir . '/includes/Sync/Header_Mirror.php',
452 451 'WCPOS\\WooCommercePOS\\Sync\\Health' => $baseDir . '/includes/Sync/Health.php',
@@ -454,10 +453,12 @@
454 453 'WCPOS\\WooCommercePOS\\Sync\\Meta_Entry' => $baseDir . '/includes/Sync/Meta_Entry.php',
455 454 'WCPOS\\WooCommercePOS\\Sync\\Meta_Normalizer' => $baseDir . '/includes/Sync/Meta_Normalizer.php',
456 455 'WCPOS\\WooCommercePOS\\Sync\\Mutation_Store' => $baseDir . '/includes/Sync/Mutation_Store.php',
457 456 'WCPOS\\WooCommercePOS\\Sync\\Order_Document' => $baseDir . '/includes/Sync/Order_Document.php',
457 + 'WCPOS\\WooCommercePOS\\Sync\\Order_Modified_Date' => $baseDir . '/includes/Sync/Order_Modified_Date.php',
458 458 'WCPOS\\WooCommercePOS\\Sync\\Order_Pull_Planner' => $baseDir . '/includes/Sync/Order_Pull_Planner.php',
459 459 'WCPOS\\WooCommercePOS\\Sync\\Order_Query' => $baseDir . '/includes/Sync/Order_Query.php',
460 + 'WCPOS\\WooCommercePOS\\Sync\\Order_Search' => $baseDir . '/includes/Sync/Order_Search.php',
460 461 'WCPOS\\WooCommercePOS\\Sync\\Order_Serializer' => $baseDir . '/includes/Sync/Order_Serializer.php',
461 462 'WCPOS\\WooCommercePOS\\Sync\\Order_Uuid_Exception' => $baseDir . '/includes/Sync/Order_Uuid_Exception.php',
462 463 'WCPOS\\WooCommercePOS\\Sync\\Order_Write_Payload' => $baseDir . '/includes/Sync/Order_Write_Payload.php',
463 464 'WCPOS\\WooCommercePOS\\Sync\\Pos_Uuid' => $baseDir . '/includes/Sync/Pos_Uuid.php',
@@ -462,11 +463,13 @@
462 463 'WCPOS\\WooCommercePOS\\Sync\\Order_Write_Payload' => $baseDir . '/includes/Sync/Order_Write_Payload.php',
463 464 'WCPOS\\WooCommercePOS\\Sync\\Pos_Uuid' => $baseDir . '/includes/Sync/Pos_Uuid.php',
464 465 'WCPOS\\WooCommercePOS\\Sync\\Pos_Visibility' => $baseDir . '/includes/Sync/Pos_Visibility.php',
465 466 'WCPOS\\WooCommercePOS\\Sync\\Product_Images' => $baseDir . '/includes/Sync/Product_Images.php',
467 + 'WCPOS\\WooCommercePOS\\Sync\\Product_Search' => $baseDir . '/includes/Sync/Product_Search.php',
466 468 'WCPOS\\WooCommercePOS\\Sync\\Product_Serializer' => $baseDir . '/includes/Sync/Product_Serializer.php',
467 469 'WCPOS\\WooCommercePOS\\Sync\\Proxy_Uuid_Stamper' => $baseDir . '/includes/Sync/Proxy_Uuid_Stamper.php',
468 470 'WCPOS\\WooCommercePOS\\Sync\\Request_Int_Param' => $baseDir . '/includes/Sync/Request_Int_Param.php',
471 + 'WCPOS\\WooCommercePOS\\Sync\\Request_Write_Queue' => $baseDir . '/includes/Sync/Request_Write_Queue.php',
469 472 'WCPOS\\WooCommercePOS\\Sync\\Response_Envelope' => $baseDir . '/includes/Sync/Response_Envelope.php',
470 473 'WCPOS\\WooCommercePOS\\Sync\\Response_Telemetry' => $baseDir . '/includes/Sync/Response_Telemetry.php',
471 474 'WCPOS\\WooCommercePOS\\Sync\\Retry_After_Mirror' => $baseDir . '/includes/Sync/Retry_After_Mirror.php',
472 475 'WCPOS\\WooCommercePOS\\Sync\\Revision' => $baseDir . '/includes/Sync/Revision.php',
@@ -503,9 +506,11 @@
503 506 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Raster_Thermal_Emitter' => $baseDir . '/includes/Templates/Thermal/Raster_Thermal_Emitter.php',
504 507 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Star_Markup_Thermal_Emitter' => $baseDir . '/includes/Templates/Thermal/Star_Markup_Thermal_Emitter.php',
505 508 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Starprnt_Thermal_Emitter' => $baseDir . '/includes/Templates/Thermal/Starprnt_Thermal_Emitter.php',
506 509 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Text_Thermal_Emitter' => $baseDir . '/includes/Templates/Thermal/Text_Thermal_Emitter.php',
510 + 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Bitmap' => $baseDir . '/includes/Templates/Thermal/Thermal_Bitmap.php',
507 511 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Bounds' => $baseDir . '/includes/Templates/Thermal/Thermal_Bounds.php',
512 + 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Emitter_Support' => $baseDir . '/includes/Templates/Thermal/Thermal_Emitter_Support.php',
508 513 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Markup_Parser' => $baseDir . '/includes/Templates/Thermal/Thermal_Markup_Parser.php',
509 514 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Renderer' => $baseDir . '/includes/Templates/Thermal/Thermal_Renderer.php',
510 515 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Text_Layout' => $baseDir . '/includes/Templates/Thermal/Thermal_Text_Layout.php',
511 516 'WCPOS\\WooCommercePOS\\Templates\\Validator' => $baseDir . '/includes/Templates/Validator.php',