From 86b1665fd243e07e2b7ee7a871d1adb5ac1dc0a3 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 12 Apr 2018 14:10:28 +1200 Subject: [PATCH] Docs for vendor expose through FTP See https://forum.silverstripe.org/t/upgrade-from-4-0-3-to-4-1-0-unspported-browser-message/272/7 --- docs/en/04_Changelogs/4.0.0.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/04_Changelogs/4.0.0.md b/docs/en/04_Changelogs/4.0.0.md index 9fdd5bdcd..8f9dd9a66 100644 --- a/docs/en/04_Changelogs/4.0.0.md +++ b/docs/en/04_Changelogs/4.0.0.md @@ -550,7 +550,8 @@ folder automatically on `composer install`. If your deployment process relies on `composer install` on the production environment, and this environment supports symlinks, you don't need to change anything. -If you deploy release archives, either ensure those archives can correctly extract symlinks, +If you deploy release archives or upload code via FTP, +either ensure those archives can correctly extract symlinks, or explicitly switch to the "copy" mode to avoid symlinks. ### SS_Log replaced with PSR-3 logging {#psr3-logging}