Releases: phlexus/phlexus-files
Releases · phlexus/phlexus-files
v0.9.0
- Add
Files:getFileSystemAdapter()
method
v0.8.0
- Add 3rd param Config in
Files::upload()
and Files::uploadStream()
methods
v0.7.0
- Added new method
Files::getFormattedFilenameOnly()
v0.6.0
- Added new method
Files::getName()
v0.5.2
- Made formatter optional in
uploadFormatted()
, uploadStreamFormatted()
and makeFormattedPath()
methods
v0.5.1
- Fixed calling
setFormattedName()
method
v0.5.0
- Substituted
getFormattedName()
with format()
method (85a4894)
v0.4.0
- Added new methods exist() and delete() to Files class (8394c2a)
v0.3.0
- Added new methods to the
Files
class (0eec207):
uploadFormatted()
uploadStreamFormatted()
v0.2.0
- Implemented file uploading