From 502859383df0f27bad100d68ff487320ee0784e8 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 20 May 2025 16:53:01 +0200 Subject: [PATCH] Update 1.3.1.md --- website/docs/changelog/1.3.1.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/changelog/1.3.1.md b/website/docs/changelog/1.3.1.md index 1e59573d..962d760d 100644 --- a/website/docs/changelog/1.3.1.md +++ b/website/docs/changelog/1.3.1.md @@ -19,3 +19,10 @@ Not released yet - [Missing timezones on RockyLinux cause shorter session duration in user panel #497](https://github.com/stefanpejcic/OpenPanel/issues/497) - fixed `Warning: option ssl_version is deprecated and it is ignored. Use ssl_context instead.` on OpenPanel UI restart. - fixed error on installation: `/dev/fd/63: line 184: jq: command not found` on Ubuntu 22.04. +- fixed broken link on OpenAdmin > Security > Basic Auth. +- added cursor-pointer class to buttons on OpenAdmin. +- fixed error saving changes on OpenAdmin > Settings > OpenPanel due to invalid session_duration setting. +- fixed css bug with sidebar expanding on OpenAdmin. +- fixed bug with admin pages appearing for resellers on OpenAdmin in sidebar. +- fixed error on resellers login in OpenAdmin. +-