From d0601689ecd539a1c160875f3a90d7d60f107a3e Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 8 Oct 2024 23:43:56 +0200 Subject: [PATCH] Update 0.3.1.md --- website/docs/changelog/0.3.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/changelog/0.3.1.md b/website/docs/changelog/0.3.1.md index 25e45803..31dbe144 100644 --- a/website/docs/changelog/0.3.1.md +++ b/website/docs/changelog/0.3.1.md @@ -19,7 +19,8 @@ Not yet released. - Fixed [js bug creating new plans from the OpenAdmin interface on OpenPanel Community edition](https://media.discordapp.net/attachments/1205652108213485571/1291779899442335927/image.png?ex=67015748&is=670005c8&hm=b74aa02b4a44c988843fd55656985702d6d279490aaf2d25186e5a90a71d097f&=&format=webp&quality=lossless&width=1162&height=614). - Fixed js bug `Uncaught SyntaxError: Unexpected token '}' (at wordpress:19:240)` on Scan button when WordPress installations exist. - Fixed js bug `Uncaught SyntaxError: Unexpected token 'function' (at wordpress:31:963)`when domain has punnycode. - +- Fixed bug with WHMCS module not passing PackageName when creating new user account. +- Fixed bug with WHMCS module returning error messages even for successful actions. ### 💅 Polish - The [dev_mode](https://dev.openpanel.com/cli/config.html#dev-mode) option will now also control verbose logging of API requests in `/var/log/openpanel/admin/api.log`.