From 1f873f514307cb8adb481e4161b242aba00b2f94 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 26 Aug 2024 13:06:06 +0200 Subject: [PATCH] Update 0.2.6.md --- documentation/docs/changelog/0.2.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/changelog/0.2.6.md b/documentation/docs/changelog/0.2.6.md index cde6e5fd..2a49c09d 100644 --- a/documentation/docs/changelog/0.2.6.md +++ b/documentation/docs/changelog/0.2.6.md @@ -36,7 +36,7 @@ Not yet released. - `/etc/fstab` is now used for mounting storage files after reboot, `opencli server-on_reboot` is deprecated. - Form validations on OpenPanel > Databases, limits imposed are: 64 characters max for db_name, 32 characters max for username and 8-32 characters for passwords. - Improved validations when adding domains on OpenPanel > Domains and human-readable errors. -- OpenAdmin interface is now also using minified html code, respecting the [dev_mode](https://dev.openpanel.com/cli/commands.html#dev-mode) value. +- OpenAdmin interface is now also using minified html code, respecting the [dev_mode](https://dev.openpanel.com/cli/config.html#dev-mode) value. - `--enable-mail` flag is removed from install script and mail is only available for OpenPanel Enterprise. - Excluded from minification are now: all `/api/` endpoints, view files on FileManager, view fullchain and privkey on SSL, dns zone export from Domains page. - Added spf record to [the DNS zone template](https://github.com/stefanpejcic/openpanel-configuration/blob/main/bind9/zone_template.txt).