Skip to content

Releases: codem/silverstripe-damn-fine-uploader

v0.2

03 Apr 05:15

Choose a tag to compare

Changes

  • First release of Uppy implementation
  • General documentation updates
  • Codeception tests with documentation on how to run
  • Mark FineUploader fields as deprecated
  • Add class to hidden input to aid selection: dfu_uploaded_file
  • Formatting updates via php-cs-fixer
  • Match silverstripe/userforms directory structure for UDF classes Ref: 6a63654
  • Remove partially implemented Filepond implemented (check feature-filepond for any movement on that.. probably none)

Fixes

  • Modify when size limit sanity is checked, to avoid overwriting size limit set directly via setAcceptedMaxFileSize() Ref: 72029b5

v0.1.1

03 Apr 05:02

Choose a tag to compare

Changes

  • Support back to IE >= 11
  • General fixes: be better at unblocking form on error, fix typos,
  • Add basic tests
  • Add alias method setAcceptedMaxFileSize
  • getSystemAllowedMaxFileSize is now public
  • allow method chaining when using setSecurityToken
  • Check that minSizeLimit < sizeLimit
  • Refactor how runtime config is applied
  • Add FileRetriever to get uploaded files

NOTE: future releases will deprecate FineUploader in favour of Uppy.

v0.1

31 Aug 06:10

Choose a tag to compare

v0.1 Pre-release
Pre-release

Initial release! This is a pre-release release.