Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zend-file 2.7.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 28 Apr 19:23
· 125 commits to master since this release

Added

Deprecated

  • #25 deprecates the Zend\File\Transfer subcomponent. Its functionality is now split between each of:
    • zend-filter, for moving uploaded files to their final location, renaming them, and potentially transforming them.
    • zend-validator, for validating upload succes, file type, hash, etc.
    • zend-progressbar, for managing upload status.

Removed

  • Nothing.

Fixed

  • Nothing.