From f494867e9037714795c33b067735b593e0f2227f Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 13 Mar 2025 23:20:36 +0100 Subject: [PATCH] Update 1.1.3.md --- website/docs/changelog/1.1.3.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/docs/changelog/1.1.3.md b/website/docs/changelog/1.1.3.md index 17c49ea3..99db280d 100644 --- a/website/docs/changelog/1.1.3.md +++ b/website/docs/changelog/1.1.3.md @@ -1,16 +1,18 @@ # 1.1.3 -Not yet released - +Released on March 14, 2025 ### 🐛 Bug Fixes - [Multiple problems with user panel #346](https://github.com/stefanpejcic/OpenPanel/issues/346) +- [Incorrect path on /domains for file manager #352](https://github.com/stefanpejcic/OpenPanel/issues/352) - fixed bug with detecting version from mariadb. - fixed bug with saving php version using opencli php-domain command. - fixed bug with missing mysqli extension in php docker images. - fixed bug with missing php.ini files. -- fixed bug with */json/page_speed/* route to refresh PageSpeed data from SiteManager. +- fixed bug with */json/page_speed/* page to refresh PageSpeed data from SiteManager. - fixed bug with fetching DB size from WP-CLI. +- fixed bug detecting php version on WP Autoinstaller. +- fixed bug with setting php limits on */php/limits* page. ### 💅 Polish