Update 0.3.6.md

This commit is contained in:
Stefan Pejcic 2024-11-16 14:22:49 +01:00 committed by GitHub
parent ccc4ada576
commit 1ac8bc7a82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ Not yet released.
### 🐛 Bug fixes ### 🐛 Bug fixes
- Fixed bug with domain validation on 'OpenPanel > Domains > Add New' form. - Fixed bug with domain validation on 'OpenPanel > Domains > Add New' form.
- [Resizing EXT4 storage file for user on Overlay2 docker storage driver #275](https://github.com/stefanpejcic/OpenPanel/issues/275) - [Resizing EXT4 storage file for user on Overlay2 docker storage driver #275](https://github.com/stefanpejcic/OpenPanel/issues/275)
- [files-fix_permissions should set 5000:5000 for /home/USERNAME/mail/* #187](https://github.com/stefanpejcic/OpenPanel/issues/187)
### 💅 Polish ### 💅 Polish
@ -22,4 +23,5 @@ Not yet released.
- Any modification on 'OpenPanel > Emails > Accounts' will now refresh cached emails data for the user. - Any modification on 'OpenPanel > Emails > Accounts' will now refresh cached emails data for the user.
- 'OpenPanel > AutoInstaller > PM2' will now validate file extensions before checking if file exists. - 'OpenPanel > AutoInstaller > PM2' will now validate file extensions before checking if file exists.
- WordPress install, detach and uninstall are now also recorded as actions on 'OpenPanel > Account > Activity'. - WordPress install, detach and uninstall are now also recorded as actions on 'OpenPanel > Account > Activity'.
- UID`1000` and GID`1000` will now be used for mail files of users, so that ftp sub-accounts can access them if needed.