From ee50a4897cf04a695d28258f7e0f2525c34f79ed Mon Sep 17 00:00:00 2001 From: Reece Alexander Date: Sat, 17 Mar 2018 15:09:13 +1000 Subject: [PATCH] Update 4.1.0.md --- docs/en/04_Changelogs/4.1.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/04_Changelogs/4.1.0.md b/docs/en/04_Changelogs/4.1.0.md index b7ac2be31..53cd05c55 100644 --- a/docs/en/04_Changelogs/4.1.0.md +++ b/docs/en/04_Changelogs/4.1.0.md @@ -7,7 +7,7 @@ ## Upgrading -### Upgrade `public/` folder +### Upgrade `public/` folder (optional) This release allows the maintenance of a public webroot folder which separates all web-accessible files from protected project files (like the vendor folder @@ -18,7 +18,7 @@ projects (updating from 3.x or 4.0) will continue working as-is, but we strongly recommend switching to the public webroot structure in order to get the security benefits. -This folder name is not configurable, but is turned on by creating this folder, and off by ensuring +> This folder name is not configurable, but is turned on by creating this folder, and off by ensuring this folder doesn't exist. When separating the public webroot from the BASE_PATH it is necessary to move a few files during migration: