-
v1.6.1 Stable
released this
2026-08-18 10:49:20 +00:00 | 4 commits to main since this release1.6.1
Release date: 2026-08-18
Fixed
- "Cannot modify header information — headers already sent" warning after saving the settings: the form handler ran inside the page renderer (after output started). It now runs on
admin_init, before any output, so the redirect succeeds.
Downloads
- "Cannot modify header information — headers already sent" warning after saving the settings: the form handler ran inside the page renderer (after output started). It now runs on