diff --git a/docs/en/04_Changelogs/4.6.0.md b/docs/en/04_Changelogs/4.6.0.md index bb90ac113..0ad3e4a28 100644 --- a/docs/en/04_Changelogs/4.6.0.md +++ b/docs/en/04_Changelogs/4.6.0.md @@ -75,7 +75,17 @@ module, you should upgrade it as well. Read [Allowed file types](Developer_Guides/Files/Allowed_file_types) in the Silverstripe CMS doc for all the details. +## File status icons in the file manager + +![File status icons](https://raw.githubusercontent.com/silverstripe/silverstripe-framework/blob/4/docs/en/04_Changelogs/_images/file-status-icons.png "A screenshot of file status icons being displayed in the file manager") + +Files and folders with permissions of either "Logged in users" or "Only these groups (choose from list)" now show +a "Restricted access" icon in the file manager. These permissions can either be directly on the DataObject or +they can be inherited from the parent folder. + +Websites with the optional [UserForms](https://github.com/silverstripe/silverstripe-userforms) module installed will +show a "Form submission" icon on files uploaded through a UserForm. UserForm uploaded files without a "Restricted access" icon show a "Form submission, unrestricted access" icon instead. + - diff --git a/docs/en/04_Changelogs/_images/file-status-icons.png b/docs/en/04_Changelogs/_images/file-status-icons.png new file mode 100644 index 000000000..4699224c8 Binary files /dev/null and b/docs/en/04_Changelogs/_images/file-status-icons.png differ