From 59b45549be5127210efaf847186e25cda3772c8a Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 5 Mar 2025 13:10:52 +0100 Subject: [PATCH] Update 1.1.1.md --- website/docs/changelog/1.1.1.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/docs/changelog/1.1.1.md b/website/docs/changelog/1.1.1.md index 94afa216..2e8aaea1 100644 --- a/website/docs/changelog/1.1.1.md +++ b/website/docs/changelog/1.1.1.md @@ -10,9 +10,12 @@ Not yet released - fixed bug in nginx vhost file template with `/pgadmin4` route. - fixed bug with `busybox` container causing file manager to not be able to edit files. - fixed bug with permisison errrs when starting mysql container. +- [OpenPanel UI (werkzeug error): Header values must not contain newline characters #333](https://github.com/stefanpejcic/OpenPanel/issues/333) +- [Problems adding websites on clean install server #335](https://github.com/stefanpejcic/OpenPanel/issues/335) +- [OpenAdmin > Users - limit du and inodes % to 2 decimals #334](https://github.com/stefanpejcic/OpenPanel/issues/334) ### 💅 Polish - PHP 8.4 is now set as default version for new users. - minecraft is added to docker compose tempalte for users. -- added `--skip-dns-server` flag for the install script to skip setting bind9 dns server. +- [Option to skip DNS server on install #340](https://github.com/stefanpejcic/OpenPanel/issues/340) - removed `--skip-ssl` flag from the install script.