From 6c0a4f2ee92316e88f1d3767bdbbd0d4a4524fe3 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 8 Oct 2024 19:33:34 +0200 Subject: [PATCH] Update 0.3.1.md --- website/docs/changelog/0.3.1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/changelog/0.3.1.md b/website/docs/changelog/0.3.1.md index 71be2f57..065d4f1b 100644 --- a/website/docs/changelog/0.3.1.md +++ b/website/docs/changelog/0.3.1.md @@ -15,8 +15,10 @@ Not yet released. - Fixed [bug #194 - OpenAdmin > Settings > OpenPanel error on save: Error restarting OpenPanel service: '' ](https://github.com/stefanpejcic/OpenPanel/issues/194). - Fixed [bug #195 - Partial backup job runs only for first user](https://github.com/stefanpejcic/OpenPanel/issues/195). - Fixed bug sorting docker container stats on 'OpenAdmin > Users > *user* > Usage'. -- Fixed js bug `Uncaught SyntaxError: Unexpected identifier 'bi' (at website?domain=X.com:99:609)` +- Fixed js bug `Uncaught SyntaxError: Unexpected identifier 'bi' (at website?domain=X.com:99:609)` after user auto-logged-in to wp-admin. - 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. ### 💅 Polish