This commit is contained in:
Javier Casares 2026-08-18 10:49:06 +00:00
commit 4f8ab239b0
5 changed files with 23 additions and 22 deletions

View file

@ -1,5 +1,13 @@
== Changelog ==
= 1.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.
= 1.6.0 =
_Release date: 2026-08-18_