Skip to content

Releases: lauzis/gawg

1.3.1 — a test button for the Slack webhook

Choose a tag to compare

@lauzis lauzis released this 18 Aug 18:13

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 endpoint carries a nonce and requires manage_options. Bundled lauzis/wp-plugin-packages updated to 1.16.0.

1.3.0 — Slack webhook for logs

Choose a tag to compare

@lauzis lauzis released this 18 Aug 15:10

Log entries can now be sent to a Slack incoming webhook.

Two new fields on the Logging settings: a webhook URL, and whether Slack gets errors only (the default) or every log entry. Errors are posted even when file logging is off.

  • Sending is fire-and-forget, so a log call never makes the page wait on Slack. A webhook Slack rejects therefore fails quietly.
  • Only https:// URLs are used — the webhook URL is itself a credential; anyone holding it can post to the channel.
  • "Every log entry" means one request per entry, and Slack allows roughly one message a second per webhook, so it suits a quiet site or a specific investigation.

Bundled lauzis/wp-plugin-packages updated to 1.15.0. This release also carries the pending chore: build vendor/ rather than committing it work from develop.