Releases: lauzis/rest-in-sync
Release list
0.5.1 — a test button for the Slack webhook
A Send a test message button beside the Slack webhook field on the Logging settings.
It posts to whatever is in the field — saved or not — waits for Slack's answer and reports it. Ordinary log traffic is fire-and-forget, so a webhook Slack rejects otherwise fails silently.
The Slack webhook field is now hidden on a remote server, alongside the logging switch it belongs to. Bundled lauzis/wp-plugin-packages updated to 1.16.0.
0.5.0 — Slack webhook for logs
Log entries can now be posted to a Slack incoming webhook.
A webhook URL and a Send to Slack choice — errors only (the default) or every entry — on the Logging settings. Errors are posted even with file logging off.
- Fire-and-forget, so a sync never waits on Slack; a webhook Slack rejects fails quietly.
- Only
https://URLs are used: the webhook URL is itself a credential. - Every entry means one request per entry, and cron sync checks run every few minutes here — errors only is the setting to leave on.
The README gains a Changelog section (this repo had none), and its Logging section documents the new fields. Bundled lauzis/wp-plugin-packages updated to 1.15.0.