🐛 Bug Fix
- File browser: a connector answer without a
data.sourcesarray (or withsourcesas an object keyed by source name, as the old PHP connector README showed) crashed the browser with a bareTypeError: Cannot read properties of undefined (reading 'forEach')and no hint about which of the three requests was at fault. Thefilesandfoldersanswers are now validated as soon as they arrive: a malformed answer fails with a message that names the action, thefilebrowser.*option and the missing field, sources without afiles/folderslist are treated as empty, and apermissionsanswer without adataobject no longer throws. The module README and the PHP connector README now document the real answer format (data.sourcesis an array) instead of the legacy Jodit 2{files, path, baseurl, error, msg}shape.