Skip to content

3.0.0

Compare
Choose a tag to compare
@frasmage frasmage released this 16 Sep 23:41
· 209 commits to master since this release
f6a1653
  • Updated minimum support requirements to PHP 7.2 and Laravel 5.6+.
  • Added PHP 7 parameter and return type hints across the board
  • Added a new method getStreamResource() to SourceAdapterInterface(), uploader will now attempt to use a stream to reduce memory usage.
  • Added delete() method to MediableCollection for mass deleting media records and files.
  • Added support for file visibility on a file-by-file basis.
  • Cleaned up test suite.
  • fixed a number of docblocks