CHANGELOG.txt 1.4 KB

123456789101112131415161718192021222324252627282930
  1. filefield_sources_plupload 7.x-1.x, , xxxx-xx-xx
  2. -------------------------------------------------
  3. filefield_sources_plupload 7.x-1.x, , 2012-09-14
  4. -------------------------------------------------
  5. - Added support for Silverlight
  6. - Changes wording from "multi file" to "advanced" to prepare for future
  7. changes to allow use of Plupload for single file fields
  8. - Fixed typo
  9. filefield_sources_plupload 7.x-1.x, , 2012-02-13
  10. -------------------------------------------------
  11. - Set 1mb as fixed chunk size since this was changed to php post size as
  12. default in Plupload. We need 1mb chunks to make the Flash uploader more
  13. reliable and to provide upload progress.
  14. filefield_sources_plupload 7.x-1.x, , 2012-02-13
  15. -------------------------------------------------
  16. - Changed code to not verify if max size is set within PHP limit, as Plupload
  17. use 1mb chunks (per default) and thus can transfer larger files without
  18. regard to PHP file or post max size-limitations.
  19. - Added support for file size client side validation. Uses the field instance
  20. settings, and PHP max if not set. Does not use Plupload settings, but
  21. overrides these to behave the same way as the File field it is attached to.
  22. filefield_sources_plupload 7.x-1.x, , 2012-02-07
  23. -------------------------------------------------
  24. - #1417606-3 by slashrsm: Remove redundant theme function, merge include file
  25. with module and minor comment cleanup.
  26. - Initial baseline