Update 1.1.1.md

This commit is contained in:
Stefan Pejcic
2025-03-05 22:05:44 +01:00
committed by GitHub
parent d6124ea7bf
commit 3072f9423f

View File

@@ -13,15 +13,18 @@ Not yet released
- [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 disk usage and inode % to 2 decimals #334](https://github.com/stefanpejcic/OpenPanel/issues/334)
- Fixed warning *nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead” directive is deprecated*.
- Fixed a bug with the MySQL Configuration editor.
### 💅 Polish
- PHP 8.4 is now the default version for new users.
- [nginxinc/nginx-unprivileged](https://hub.docker.com/r/nginxinc/nginx-unprivileged) is now used as image for Nginx.
-
- Minecraft has been added to the Docker Compose template for users.
- [Option to skip DNS server during installation #340](https://github.com/stefanpejcic/OpenPanel/issues/340)
- Removed the `--skip-ssl` flag from the installation script.
- All `/databases` URLs have been renamed to `/mysql`.
- A `?output=json` parameter can now be added to the following URLs to return plain JSON data instead of the GUI: `/mysql/processlist`, `/mysql/configuration`, `/mysql/users`, `/mysql/remote-mysql`, `/mysql/processlist`.
- Fixed a bug with the MySQL Configuration editor.
- A `?output=json` parameter can now be added to the following URLs to return plain JSON data instead of the GUI: `/php/options`, `/mysql/processlist`, `/mysql/configuration`, `/mysql/users`, `/mysql/remote-mysql`, `/mysql/processlist`.
### 💡 New!