This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Releases: zendframework/zend-file
Releases · zendframework/zend-file
zend-file 2.8.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #46 fixes a unit test assertion for
Zend\File\Transfer\Adapter\Http
.
zend-file 2.8.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #45 fixes compatibility issue with php 7.3 with deprecated continue keyword usage in switch statements
zend-file 2.8.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #44 fixes an issue where ClassFileLocator would skip the file (otherwise valid class file) containing a
use function
declaration.
zend-file 2.8.0
zend-file 2.7.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #34 ensures that anonymous classes are ignored by the
ClassFileLocator
when identifying files with class declarations.
zend-file 2.7.0
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.
zend-file 2.6.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #21 updates the codebase to re-enable tests against zend-progressbar, and fixes static calls inside
Zend\File\Transfer\Adapter\Http::getProgress
for testing APC and/or uploadprogress availability to ensure they work correctly.
zend-file 2.6.0
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #18 updates the codebase to be forwards compatible with zend-servicemanager and zend-stdlib v3.
zend-file 2.5.2
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #13 fixes the behavior of the
Zend\File\Transfer
component when multiple uploads using the same client name are provided, and no filename filtering is performed; the code now ensures that unique names are used in such situations. - #14 updates the
FilterPluginManager
to work with the updated zend-filter 2.6.0 changes, fixing an issue where the zend-file filters were replacing (instead of merging) with those in the parent zend-filter implementation.