openpanel/website/docs/changelog/1.3.8.md
2025-06-10 12:46:43 +02:00

21 lines
1.3 KiB
Markdown

Released on June 09, 2025
### 💅 Polish
- [CSRF protection](https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html) added to all OpenPanel UI pages.
- [`domain_link` class can now be used in OpenPanel UI templates to exclude Capitalize Domains feature](https://i.postimg.cc/XqYQrJxk/2025-06-06-13-06.png).
- [certificate information adden in *OpenPanel > Domains > SSL*](https://i.postimg.cc/gjZ3TNFw/2025-06-06-15-53.png).
- `/api/domains` route is added on OpenAdmin API.
- added `/api/usage/disk/` API endpoint for returning disk usage of all users on the server.
### 🐛 Bug Fixes
- fixed broken screenshot url on WP Manager.
- fixed bug changing feature set from 'default' on *OpenAdmin > Edit Plan* form.
- fixed import error with domain_logs module.
- [fixed error with incorrect archive_path_logged on compression](https://i.postimg.cc/wTGR8vNY/2025-06-06-13-27.png)
- fixed errors with `opencli domains-ssl <DOMAIN> info` command.
- fixed 404 error on `/api/mysql-size` route.
- fixed 500 error on Website Builder installation when subdirectory is not set.
- fixed css bugs on Inodes Explorer and Disk Usage pages.
- [fixed `Infinity %` error for Memory usage on *OpenAdmin > Users > single user* page](https://i.postimg.cc/LXxqzWbz/2025-06-08-18-06.png).
- fixed 500 error on *OpenAdmin > Settings > Updates* page.