diff --git a/website/docs/changelog/1.1.1.md b/website/docs/changelog/1.1.1.md index feda8877..352c6c92 100644 --- a/website/docs/changelog/1.1.1.md +++ b/website/docs/changelog/1.1.1.md @@ -36,4 +36,10 @@ A new page, `/databases/phpmyadmin`, has been added: Users now have the option to select the unit of measurement for displaying database size. -![phpmyadmin](https://i.postimg.cc/rpjgMGZk/2025-03-05-19-47.png) +![db size units](https://i.postimg.cc/rpjgMGZk/2025-03-05-19-47.png) + +#### PHP Limits + +The `/php/limits` page now enables users to adjust limits for all PHP versions simultaneously. The values set here will override any php.ini configurations and trigger a restart of the php-fpm container. + +![edit php limits](https://i.postimg.cc/qvwpnR1G/2025-03-05-21-11.png)