Releases: lauzis/poly-9000
Release list
0.3.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.
Requires lauzis/wp-plugin-packages ^1.16; this repo does not track composer.lock, so run composer update on deploy.
0.3.0 — Slack webhook for logs
Log entries can now be posted to a Slack incoming webhook: a webhook URL and an errors only (default) / every entry choice on the Logging settings. Errors are posted even with file logging off.
- Fire-and-forget, so a translation run never waits on Slack; a webhook Slack rejects fails quietly.
- Only
https://URLs are used: the webhook URL is itself a credential.
This release also carries the 0.2.0 work, which was never tagged: a Logs page, the log shown on the Logging settings tab, and the plugin version in the admin footer.
Requires lauzis/wp-plugin-packages ^1.15. This repo does not track composer.lock, so run composer update on deploy.