openpanel/website/docs/changelog/1.1.1.md
2025-04-17 20:59:06 +02:00

45 lines
2.4 KiB
Markdown

Released on March 07, 2025
### 🐛 Bug Fixes
- Fixed an issue in the Nginx vhost file template with the `/pgadmin4` route.
- Resolved a bug with the `busybox` container that prevented the file manager from editing files.
- Fixed permission errors when starting the 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 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.
- [WordPress asking for FTP credentials #343](https://github.com/stefanpejcic/OpenPanel/issues/343)
- [WordPress unable to connect to redis instance #344](https://github.com/stefanpejcic/OpenPanel/issues/344)
### 💅 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: `/php/options`, `/mysql/processlist`, `/mysql/configuration`, `/mysql/users`, `/mysql/remote-mysql`, `/mysql/processlist`.
- updated apexcharts on OpenAdmin > Dashboard page.
### 💡 New!
#### phpMyAdmin
A new page, `/databases/phpmyadmin`, has been added:
![phpmyadmin](https://i.postimg.cc/8TqVvXrJ/2025-03-05-17-19.png)
#### DB Size Unit
Users now have the option to select the unit of measurement for displaying database size.
![db size units](https://i.postimg.cc/rpjgMGZk/2025-03-05-19-47.png)
#### PHP Limits
The `/php/limits` page now enables users to adjust limits for all PHP versions simultaneously. The values set here will override any php.ini configurations and trigger a restart of the php-fpm container.
![edit php limits](https://i.postimg.cc/qvwpnR1G/2025-03-05-21-11.png)