Changelog - Version 0.7.2 Fixed: Delivery ID not being sent to WordPress API (mark-delivered) – now passed correctly as ids.
Fixed: Token now consistently used across all requests (fetch + mark delivered).
Fixed: Version now correctly injected into plugin.yml using Gradle variable ${version}.
Improved: Startup console display now dynamically shows actual version from plugin.yml.
Improved: Error handling and logging for delivery API errors (400, 403, 500) with clear feedback.
+ Support for marking multiple deliveries at once via markAsDelivered(List<Integer>).
+ Auto-handling of token encoding and proper delivery ID encoding in POST requests.
+ Clearer startup diagnostics, including confirmation of REST API mode and server link.