All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
Added support for many_many through relations.
First release for SilverStripe 4.1
Support for has_many relations has been dropped, since it can lead to a very bad user experience if a file can only be added to a single page.
Imagine a user added an image to Page A, then adds the same image via Add from files to Page B.
The file would then be removed from Page A, without any warning or explanation, which is bad UX.