From e64f43469317edf9e96a341448ac5f2b86c2bd00 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 8 Nov 2024 15:45:57 +0100 Subject: [PATCH] Update 0.3.5.md --- website/docs/changelog/0.3.5.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/website/docs/changelog/0.3.5.md b/website/docs/changelog/0.3.5.md index 6230b2b7..6c24851f 100644 --- a/website/docs/changelog/0.3.5.md +++ b/website/docs/changelog/0.3.5.md @@ -24,8 +24,14 @@ Not yet released. - *Unauthorized File Access via View Function* – path traversal vulnerability in 'view file' function on the 'OpenPanel > File Manager' page allowed an attacker to manipulate the file path and view files from the OpenPanel UI container. ### 🐛 Bug fixes -- [#66](https://github.com/stefanpejcic/OpenPanel/issues/66), [#208](https://github.com/stefanpejcic/OpenPanel/issues/208), [#265](https://github.com/stefanpejcic/OpenPanel/issues/265), [#266](https://github.com/stefanpejcic/OpenPanel/issues/266), [#268](https://github.com/stefanpejcic/OpenPanel/issues/268), [#269](https://github.com/stefanpejcic/OpenPanel/issues/269), [#271](https://github.com/stefanpejcic/OpenPanel/issues/271) -- Fixed multiple bugs with [install script on Debian12 Hetzner ISO](https://community.openpanel.org/d/110-installation-issue/6). +- [Password reset for openpanel users does not end all active sessions on that user #66](https://github.com/stefanpejcic/OpenPanel/issues/66) +- [Error when changing email settings #208](https://github.com/stefanpejcic/OpenPanel/issues/208) +- [phpmyadmin gives token error #265](https://github.com/stefanpejcic/OpenPanel/issues/265) +- [Weird error when I add domain #266](https://github.com/stefanpejcic/OpenPanel/issues/266) +- ['Supplied non-number argument' error when creating emails #268](https://github.com/stefanpejcic/OpenPanel/issues/268) +- [_mysql_connector.MySQLInterfaceError: MySQL server has gone away #269](https://github.com/stefanpejcic/OpenPanel/issues/269) +- [[Errno 2] No such file or directory: '/etc/openpanel/clamav/domains.list' #271](https://github.com/stefanpejcic/OpenPanel/issues/271) +- [Bug with install script on Debian12 Hetzner ISO](https://community.openpanel.org/d/110-installation-issue/6). ### 💅 Polish - Python version for OpenPanel is updated from `3.10` to `3.12`.