Beskrivelse
Webalive Local Print Bridge (WLBP) is a small Windows service that exposes a localhost HTTP API for printing raw ZPL to Zebra label printers and PDFs to A4 printers, without requiring the browser to talk directly to hardware.
This WordPress plugin acts as the shared client layer for that service:
- Central settings page for the bridge URL.
- Bundled Windows installer download.
- Shared PHP client (
Webalive\LocalPrintBridge\Client). - Shared JS client (
window.WLBP) that consumer plugins can enqueue. - REST endpoint for admin health diagnostics.
Consumer plugins (Woo Webalive Order Premium, Woo Webalive Small-Media Print, and others) declare this plugin as a dependency and use its API instead of re-implementing bridge communication.
Ændringslog
1.1.8 (2026-08-17)
- UI: Added a Settings link to the plugin row on the WordPress Plugins page.
1.1.7 (2026-08-17)
- UI: Removed the editable bridge token field because authentication is managed internally together with the Windows bridge service.
- Compatibility: Existing custom token values are preserved when bridge settings are saved.
1.1.6 (2026-08-17)
- Architecture: WLBP is now the single source of truth for bridge URL and token configuration used by consumer plugins.
- Compatibility: Saved WLBP settings take precedence, while global and legacy token constants remain supported during migration.
1.1.5
- Bridge token defaults to the shared Webalive value; empty/blank saved values now correctly fall back to default (auto-populates the settings field).
1.1.4
- Bundled bridge service v1.1.4 (fix: settings-file label now correctly reads
appsettings.user.json).
1.0.0
- Initial release. Extracted from Woo Webalive Order Premium.