v1.6.1
This commit is contained in:
parent
5589c54b9b
commit
4f8ab239b0
5 changed files with 23 additions and 22 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Reference in a new issue