This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-file 2.7.0
weierophinney
released this
28 Apr 19:23
·
125 commits
to master
since this release
Added
- #25 adds and publishes documentation to https://zendframework.github.io/zend-file/
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.