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 +15 -17 1.10.10 → 1.10.20 View file →
@@ -242,8 +242,9 @@
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',
246 247 'WCPOS\\WooCommercePOS\\API\\Order_Search' => $baseDir . '/includes/API/Order_Search.php',
247 248 'WCPOS\\WooCommercePOS\\API\\Product_Search' => $baseDir . '/includes/API/Product_Search.php',
248 249 'WCPOS\\WooCommercePOS\\API\\Route_Classifier' => $baseDir . '/includes/API/Route_Classifier.php',
249 250 'WCPOS\\WooCommercePOS\\API\\V1\\Auth' => $baseDir . '/includes/API/V1/Auth.php',
@@ -276,25 +277,16 @@
276 277 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Query_Helpers' => $baseDir . '/includes/API/V1/Traits/Query_Helpers.php',
277 278 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Term_Controller' => $baseDir . '/includes/API/V1/Traits/Term_Controller.php',
278 279 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\Uuid_Handler' => $baseDir . '/includes/API/V1/Traits/Uuid_Handler.php',
279 280 'WCPOS\\WooCommercePOS\\API\\V1\\Traits\\WCPOS_REST_API' => $baseDir . '/includes/API/V1/Traits/WCPOS_REST_API.php',
280 - 'WCPOS\\WooCommercePOS\\API\\V2\\Auth' => $baseDir . '/includes/API/V2/Auth.php',
281 - 'WCPOS\\WooCommercePOS\\API\\V2\\Cashier' => $baseDir . '/includes/API/V2/Cashier.php',
282 281 'WCPOS\\WooCommercePOS\\API\\V2\\Catalog_Proxy_Controller' => $baseDir . '/includes/API/V2/Catalog_Proxy_Controller.php',
283 282 'WCPOS\\WooCommercePOS\\API\\V2\\Changes_Controller' => $baseDir . '/includes/API/V2/Changes_Controller.php',
284 - 'WCPOS\\WooCommercePOS\\API\\V2\\Checkout_Controller' => $baseDir . '/includes/API/V2/Checkout_Controller.php',
285 - 'WCPOS\\WooCommercePOS\\API\\V2\\Data_Order_Statuses_Controller' => $baseDir . '/includes/API/V2/Data_Order_Statuses_Controller.php',
286 283 'WCPOS\\WooCommercePOS\\API\\V2\\Digests_Controller' => $baseDir . '/includes/API/V2/Digests_Controller.php',
287 284 'WCPOS\\WooCommercePOS\\API\\V2\\Echo_Probe' => $baseDir . '/includes/API/V2/Echo_Probe.php',
288 - 'WCPOS\\WooCommercePOS\\API\\V2\\Extensions' => $baseDir . '/includes/API/V2/Extensions.php',
289 - 'WCPOS\\WooCommercePOS\\API\\V2\\Gateway_Bootstrap_Controller' => $baseDir . '/includes/API/V2/Gateway_Bootstrap_Controller.php',
290 285 'WCPOS\\WooCommercePOS\\API\\V2\\Integrity_Controller' => $baseDir . '/includes/API/V2/Integrity_Controller.php',
291 - 'WCPOS\\WooCommercePOS\\API\\V2\\Logs' => $baseDir . '/includes/API/V2/Logs.php',
292 286 'WCPOS\\WooCommercePOS\\API\\V2\\Order_Email_Controller' => $baseDir . '/includes/API/V2/Order_Email_Controller.php',
293 287 'WCPOS\\WooCommercePOS\\API\\V2\\Orders_Controller' => $baseDir . '/includes/API/V2/Orders_Controller.php',
294 - 'WCPOS\\WooCommercePOS\\API\\V2\\Payment_Gateways' => $baseDir . '/includes/API/V2/Payment_Gateways.php',
295 288 'WCPOS\\WooCommercePOS\\API\\V2\\Ping' => $baseDir . '/includes/API/V2/Ping.php',
296 - 'WCPOS\\WooCommercePOS\\API\\V2\\Print_Jobs_Controller' => $baseDir . '/includes/API/V2/Print_Jobs_Controller.php',
297 289 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Coupons_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Coupons_Proxy_Behavior.php',
298 290 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Customers_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Customers_Proxy_Behavior.php',
299 291 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Null_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Null_Proxy_Behavior.php',
300 292 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Orders_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Orders_Proxy_Behavior.php',
@@ -303,17 +295,11 @@
303 295 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Scoped_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Scoped_Proxy_Behavior.php',
304 296 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Stable_Sort' => $baseDir . '/includes/API/V2/Proxy/Stable_Sort.php',
305 297 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Taxes_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Taxes_Proxy_Behavior.php',
306 298 'WCPOS\\WooCommercePOS\\API\\V2\\Proxy\\Terms_Proxy_Behavior' => $baseDir . '/includes/API/V2/Proxy/Terms_Proxy_Behavior.php',
307 - 'WCPOS\\WooCommercePOS\\API\\V2\\Receipts_Controller' => $baseDir . '/includes/API/V2/Receipts_Controller.php',
308 299 'WCPOS\\WooCommercePOS\\API\\V2\\Resolve_Controller' => $baseDir . '/includes/API/V2/Resolve_Controller.php',
309 - 'WCPOS\\WooCommercePOS\\API\\V2\\Settings' => $baseDir . '/includes/API/V2/Settings.php',
310 - 'WCPOS\\WooCommercePOS\\API\\V2\\Shipping_Methods_Controller' => $baseDir . '/includes/API/V2/Shipping_Methods_Controller.php',
311 300 'WCPOS\\WooCommercePOS\\API\\V2\\Site' => $baseDir . '/includes/API/V2/Site.php',
312 301 'WCPOS\\WooCommercePOS\\API\\V2\\Status_Controller' => $baseDir . '/includes/API/V2/Status_Controller.php',
313 - 'WCPOS\\WooCommercePOS\\API\\V2\\Stores' => $baseDir . '/includes/API/V2/Stores.php',
314 - 'WCPOS\\WooCommercePOS\\API\\V2\\Tax_Classes_Controller' => $baseDir . '/includes/API/V2/Tax_Classes_Controller.php',
315 - 'WCPOS\\WooCommercePOS\\API\\V2\\Templates_Controller' => $baseDir . '/includes/API/V2/Templates_Controller.php',
316 302 'WCPOS\\WooCommercePOS\\API\\V2\\Uuid_Backfill_Controller' => $baseDir . '/includes/API/V2/Uuid_Backfill_Controller.php',
317 303 'WCPOS\\WooCommercePOS\\API\\V2\\Variations_Controller' => $baseDir . '/includes/API/V2/Variations_Controller.php',
318 304 'WCPOS\\WooCommercePOS\\API\\V2\\Write_Controller' => $baseDir . '/includes/API/V2/Write_Controller.php',
319 305 'WCPOS\\WooCommercePOS\\API\\V2\\Writers\\Collection_Writer_Resolver' => $baseDir . '/includes/API/V2/Writers/Collection_Writer_Resolver.php',
@@ -344,13 +330,15 @@
344 330 'WCPOS\\WooCommercePOS\\Form_Handler' => $baseDir . '/includes/Form_Handler.php',
345 331 'WCPOS\\WooCommercePOS\\Gateways' => $baseDir . '/includes/Gateways.php',
346 332 'WCPOS\\WooCommercePOS\\Gateways\\Card' => $baseDir . '/includes/Gateways/Card.php',
347 333 'WCPOS\\WooCommercePOS\\Gateways\\Cash' => $baseDir . '/includes/Gateways/Cash.php',
334 + 'WCPOS\\WooCommercePOS\\Hook_Manifest' => $baseDir . '/includes/Hook_Manifest.php',
348 335 'WCPOS\\WooCommercePOS\\Init' => $baseDir . '/includes/Init.php',
349 336 'WCPOS\\WooCommercePOS\\Integrations\\WPSEO' => $baseDir . '/includes/Integrations/WPSEO.php',
350 337 'WCPOS\\WooCommercePOS\\Integrations\\WePOS' => $baseDir . '/includes/Integrations/WePOS.php',
351 338 'WCPOS\\WooCommercePOS\\Integrations\\WooCommerce_Tax' => $baseDir . '/includes/Integrations/WooCommerce_Tax.php',
352 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',
353 341 'WCPOS\\WooCommercePOS\\Interfaces\\Provider_Adapter_Interface' => $baseDir . '/includes/Interfaces/Provider_Adapter_Interface.php',
354 342 'WCPOS\\WooCommercePOS\\Interfaces\\Push_Provider_Adapter_Interface' => $baseDir . '/includes/Interfaces/Push_Provider_Adapter_Interface.php',
355 343 'WCPOS\\WooCommercePOS\\Interfaces\\Receipt_Output_Adapter_Interface' => $baseDir . '/includes/Interfaces/Receipt_Output_Adapter_Interface.php',
356 344 'WCPOS\\WooCommercePOS\\Interfaces\\Receipt_Renderer_Interface' => $baseDir . '/includes/Interfaces/Receipt_Renderer_Interface.php',
@@ -373,9 +361,8 @@
373 361 'WCPOS\\WooCommercePOS\\Services\\Auth' => $baseDir . '/includes/Services/Auth.php',
374 362 'WCPOS\\WooCommercePOS\\Services\\Barcode_Field' => $baseDir . '/includes/Services/Barcode_Field.php',
375 363 'WCPOS\\WooCommercePOS\\Services\\Cashier' => $baseDir . '/includes/Services/Cashier.php',
376 364 'WCPOS\\WooCommercePOS\\Services\\Client_Signal' => $baseDir . '/includes/Services/Client_Signal.php',
377 - 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Diagnostic' => $baseDir . '/includes/Services/Cloud_Print_Diagnostic.php',
378 365 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Media_Types' => $baseDir . '/includes/Services/Cloud_Print_Media_Types.php',
379 366 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Poll_Request' => $baseDir . '/includes/Services/Cloud_Print_Poll_Request.php',
380 367 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Registry' => $baseDir . '/includes/Services/Cloud_Print_Registry.php',
381 368 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Relay_Service' => $baseDir . '/includes/Services/Cloud_Print_Relay_Service.php',
@@ -380,8 +367,9 @@
380 367 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Registry' => $baseDir . '/includes/Services/Cloud_Print_Registry.php',
381 368 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Relay_Service' => $baseDir . '/includes/Services/Cloud_Print_Relay_Service.php',
382 369 'WCPOS\\WooCommercePOS\\Services\\Cloud_Print_Submit_Service' => $baseDir . '/includes/Services/Cloud_Print_Submit_Service.php',
383 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',
384 372 'WCPOS\\WooCommercePOS\\Services\\Core_Order_Audit_Guard' => $baseDir . '/includes/Services/Core_Order_Audit_Guard.php',
385 373 'WCPOS\\WooCommercePOS\\Services\\Customer_Account_Guard' => $baseDir . '/includes/Services/Customer_Account_Guard.php',
386 374 'WCPOS\\WooCommercePOS\\Services\\Customer_Meta_Parity' => $baseDir . '/includes/Services/Customer_Meta_Parity.php',
387 375 'WCPOS\\WooCommercePOS\\Services\\Decimal_Quantities' => $baseDir . '/includes/Services/Decimal_Quantities.php',
@@ -394,14 +382,16 @@
394 382 'WCPOS\\WooCommercePOS\\Services\\Local_Image_Resolver' => $baseDir . '/includes/Services/Local_Image_Resolver.php',
395 383 'WCPOS\\WooCommercePOS\\Services\\Meta_Data_Repair' => $baseDir . '/includes/Services/Meta_Data_Repair.php',
396 384 'WCPOS\\WooCommercePOS\\Services\\Opening_Hours_Formatter' => $baseDir . '/includes/Services/Opening_Hours_Formatter.php',
397 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',
398 387 'WCPOS\\WooCommercePOS\\Services\\Pdf_Layout_Preprocessor' => $baseDir . '/includes/Services/Pdf_Layout_Preprocessor.php',
399 388 'WCPOS\\WooCommercePOS\\Services\\Pdf_Renderer' => $baseDir . '/includes/Services/Pdf_Renderer.php',
389 + 'WCPOS\\WooCommercePOS\\Services\\Permission_Rules' => $baseDir . '/includes/Services/Permission_Rules.php',
400 390 'WCPOS\\WooCommercePOS\\Services\\Pos_Order_Audit' => $baseDir . '/includes/Services/Pos_Order_Audit.php',
401 391 'WCPOS\\WooCommercePOS\\Services\\Preview_Receipt_Builder' => $baseDir . '/includes/Services/Preview_Receipt_Builder.php',
402 392 'WCPOS\\WooCommercePOS\\Services\\PrintNode_Client' => $baseDir . '/includes/Services/PrintNode_Client.php',
403 - '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',
404 394 'WCPOS\\WooCommercePOS\\Services\\Print_Job_Service' => $baseDir . '/includes/Services/Print_Job_Service.php',
405 395 'WCPOS\\WooCommercePOS\\Services\\Provider' => $baseDir . '/includes/Services/Provider.php',
406 396 'WCPOS\\WooCommercePOS\\Services\\Providers\\Epson_Sdp_Adapter' => $baseDir . '/includes/Services/Providers/Epson_Sdp_Adapter.php',
407 397 'WCPOS\\WooCommercePOS\\Services\\Providers\\Printnode_Adapter' => $baseDir . '/includes/Services/Providers/Printnode_Adapter.php',
@@ -414,12 +404,15 @@
414 404 'WCPOS\\WooCommercePOS\\Services\\Receipt_Output_Adapter_Factory' => $baseDir . '/includes/Services/Receipt_Output_Adapter_Factory.php',
415 405 'WCPOS\\WooCommercePOS\\Services\\Receipt_Payload_Assembler' => $baseDir . '/includes/Services/Receipt_Payload_Assembler.php',
416 406 'WCPOS\\WooCommercePOS\\Services\\Receipt_Preview_Fixture_Loader' => $baseDir . '/includes/Services/Receipt_Preview_Fixture_Loader.php',
417 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',
418 409 'WCPOS\\WooCommercePOS\\Services\\Receipt_Snapshot_Store' => $baseDir . '/includes/Services/Receipt_Snapshot_Store.php',
419 410 'WCPOS\\WooCommercePOS\\Services\\Receipt_Store_Resolver' => $baseDir . '/includes/Services/Receipt_Store_Resolver.php',
420 411 'WCPOS\\WooCommercePOS\\Services\\Request_Lane' => $baseDir . '/includes/Services/Request_Lane.php',
412 + 'WCPOS\\WooCommercePOS\\Services\\Service_Groups' => $baseDir . '/includes/Services/Service_Groups.php',
421 413 'WCPOS\\WooCommercePOS\\Services\\Session_Context' => $baseDir . '/includes/Services/Session_Context.php',
414 + 'WCPOS\\WooCommercePOS\\Services\\Session_Registry' => $baseDir . '/includes/Services/Session_Registry.php',
422 415 'WCPOS\\WooCommercePOS\\Services\\Settings' => $baseDir . '/includes/Services/Settings.php',
423 416 'WCPOS\\WooCommercePOS\\Services\\Settings\\Abstract_Section' => $baseDir . '/includes/Services/Settings/Abstract_Section.php',
424 417 'WCPOS\\WooCommercePOS\\Services\\Settings\\Access_Section' => $baseDir . '/includes/Services/Settings/Access_Section.php',
425 418 'WCPOS\\WooCommercePOS\\Services\\Settings\\Checkout_Section' => $baseDir . '/includes/Services/Settings/Checkout_Section.php',
@@ -450,8 +443,9 @@
450 443 'WCPOS\\WooCommercePOS\\Sync\\Collections' => $baseDir . '/includes/Sync/Collections.php',
451 444 'WCPOS\\WooCommercePOS\\Sync\\Config_Fingerprint' => $baseDir . '/includes/Sync/Config_Fingerprint.php',
452 445 'WCPOS\\WooCommercePOS\\Sync\\Cors' => $baseDir . '/includes/Sync/Cors.php',
453 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',
454 448 'WCPOS\\WooCommercePOS\\Sync\\Digest_Index' => $baseDir . '/includes/Sync/Digest_Index.php',
455 449 'WCPOS\\WooCommercePOS\\Sync\\Endpoint_Permissions' => $baseDir . '/includes/Sync/Endpoint_Permissions.php',
456 450 'WCPOS\\WooCommercePOS\\Sync\\Header_Mirror' => $baseDir . '/includes/Sync/Header_Mirror.php',
457 451 'WCPOS\\WooCommercePOS\\Sync\\Health' => $baseDir . '/includes/Sync/Health.php',
@@ -462,8 +456,9 @@
462 456 'WCPOS\\WooCommercePOS\\Sync\\Order_Document' => $baseDir . '/includes/Sync/Order_Document.php',
463 457 'WCPOS\\WooCommercePOS\\Sync\\Order_Modified_Date' => $baseDir . '/includes/Sync/Order_Modified_Date.php',
464 458 'WCPOS\\WooCommercePOS\\Sync\\Order_Pull_Planner' => $baseDir . '/includes/Sync/Order_Pull_Planner.php',
465 459 'WCPOS\\WooCommercePOS\\Sync\\Order_Query' => $baseDir . '/includes/Sync/Order_Query.php',
460 + 'WCPOS\\WooCommercePOS\\Sync\\Order_Search' => $baseDir . '/includes/Sync/Order_Search.php',
466 461 'WCPOS\\WooCommercePOS\\Sync\\Order_Serializer' => $baseDir . '/includes/Sync/Order_Serializer.php',
467 462 'WCPOS\\WooCommercePOS\\Sync\\Order_Uuid_Exception' => $baseDir . '/includes/Sync/Order_Uuid_Exception.php',
468 463 'WCPOS\\WooCommercePOS\\Sync\\Order_Write_Payload' => $baseDir . '/includes/Sync/Order_Write_Payload.php',
469 464 'WCPOS\\WooCommercePOS\\Sync\\Pos_Uuid' => $baseDir . '/includes/Sync/Pos_Uuid.php',
@@ -468,11 +463,13 @@
468 463 'WCPOS\\WooCommercePOS\\Sync\\Order_Write_Payload' => $baseDir . '/includes/Sync/Order_Write_Payload.php',
469 464 'WCPOS\\WooCommercePOS\\Sync\\Pos_Uuid' => $baseDir . '/includes/Sync/Pos_Uuid.php',
470 465 'WCPOS\\WooCommercePOS\\Sync\\Pos_Visibility' => $baseDir . '/includes/Sync/Pos_Visibility.php',
471 466 'WCPOS\\WooCommercePOS\\Sync\\Product_Images' => $baseDir . '/includes/Sync/Product_Images.php',
467 + 'WCPOS\\WooCommercePOS\\Sync\\Product_Search' => $baseDir . '/includes/Sync/Product_Search.php',
472 468 'WCPOS\\WooCommercePOS\\Sync\\Product_Serializer' => $baseDir . '/includes/Sync/Product_Serializer.php',
473 469 'WCPOS\\WooCommercePOS\\Sync\\Proxy_Uuid_Stamper' => $baseDir . '/includes/Sync/Proxy_Uuid_Stamper.php',
474 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',
475 472 'WCPOS\\WooCommercePOS\\Sync\\Response_Envelope' => $baseDir . '/includes/Sync/Response_Envelope.php',
476 473 'WCPOS\\WooCommercePOS\\Sync\\Response_Telemetry' => $baseDir . '/includes/Sync/Response_Telemetry.php',
477 474 'WCPOS\\WooCommercePOS\\Sync\\Retry_After_Mirror' => $baseDir . '/includes/Sync/Retry_After_Mirror.php',
478 475 'WCPOS\\WooCommercePOS\\Sync\\Revision' => $baseDir . '/includes/Sync/Revision.php',
@@ -511,8 +508,9 @@
511 508 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Starprnt_Thermal_Emitter' => $baseDir . '/includes/Templates/Thermal/Starprnt_Thermal_Emitter.php',
512 509 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Text_Thermal_Emitter' => $baseDir . '/includes/Templates/Thermal/Text_Thermal_Emitter.php',
513 510 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Bitmap' => $baseDir . '/includes/Templates/Thermal/Thermal_Bitmap.php',
514 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',
515 513 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Markup_Parser' => $baseDir . '/includes/Templates/Thermal/Thermal_Markup_Parser.php',
516 514 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Renderer' => $baseDir . '/includes/Templates/Thermal/Thermal_Renderer.php',
517 515 'WCPOS\\WooCommercePOS\\Templates\\Thermal\\Thermal_Text_Layout' => $baseDir . '/includes/Templates/Thermal/Thermal_Text_Layout.php',
518 516 'WCPOS\\WooCommercePOS\\Templates\\Validator' => $baseDir . '/includes/Templates/Validator.php',