From dd7b2cf38e06315dac6e8f79c9b540951c4f355f Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 15 Jun 2025 11:40:32 +0200 Subject: [PATCH] Update 1.4.2.md --- website/docs/changelog/1.4.2.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/docs/changelog/1.4.2.md b/website/docs/changelog/1.4.2.md index e0f92ecc..9f161db4 100644 --- a/website/docs/changelog/1.4.2.md +++ b/website/docs/changelog/1.4.2.md @@ -4,10 +4,12 @@ Not released yet ### 💅 Polish - [smtp settings can now be edited from *OpenAdmin > Settings > Notifications* page](https://i.postimg.cc/FF7NfzsG/2025-06-15-11-23.png). -- [Administrators can now restrict use of usernames from *OpenAdmin > Settings > Custom Code* page](https://i.postimg.cc/5fj7ZzKs/2025-06-15-11-32.png). +- [Administrators can now edit list of forbidden usernames from *OpenAdmin > Settings > Custom Code* page](https://i.postimg.cc/5fj7ZzKs/2025-06-15-11-32.png). +- [Administrators can now edit list of restricted domains from *OpenAdmin > Settings > Custom Code* page](https://i.postimg.cc/vYmvCgzQ/2025-06-15-11-39.png). + ### 🐛 Bug Fixes -- fixed cors error using EXM CND on *OpenPanel > SSL* when custom domain name is configured. +- fixed cors error using EXM CDN on *OpenPanel > SSL* when custom domain name is configured. - fixed csrf error uplaoding files. - fixed issue with `Del` key triggering delete drawer when in input field on File Manager. - fixed error saving options on *OpenAdmin > Settings > Custom Code* page.