Update 0.3.3.md

This commit is contained in:
Stefan Pejcic 2024-10-22 13:31:20 +02:00 committed by GitHub
parent f2379660c9
commit 87e8db2805
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@ Not yet released.
- Fixed js bug `Uncaught TypeError: Cannot read properties of null (reading 'getAttribute')` on 'OpenPanel > SiteManager > *site*'.
- Fixed validation error `Pattern attribute value [^'\ is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /[^'\/v: \ at end of pattern
(anonymous) @ users_add.js?v=0.39:5` on 'OpenAdmin > Users > Add New User' form.
- Fixed bug on install script with random generated username over 20 characters limit.
### 💅 Polish
- 'OpenPanel > Dashboard' statistics widget will now also display ppan limits and current number of FTP and email accounts.
@ -53,3 +54,4 @@ Not yet released.
- `flarum` module is now enabled by defualt for new installations.
- `opencli plans-create` now requires ftp and emails count to be set.
- Alerts in user interface are now replaced with toasts.
- Characters limit for OpenAdmin username is now increased from 20 to 30 characters.