Skip to content

Releases: phlexus/phlexus-files

v0.9.0

13 May 13:58

Choose a tag to compare

  • Add Files:getFileSystemAdapter() method

v0.8.0

31 Jan 18:16

Choose a tag to compare

  • Add 3rd param Config in Files::upload() and Files::uploadStream() methods

v0.7.0

25 Jan 22:59

Choose a tag to compare

  • Added new method Files::getFormattedFilenameOnly()

v0.6.0

24 Jan 18:06

Choose a tag to compare

  • Added new method Files::getName()

v0.5.2

17 Dec 23:04

Choose a tag to compare

  • Made formatter optional in uploadFormatted(), uploadStreamFormatted() and makeFormattedPath() methods

v0.5.1

17 Dec 22:51

Choose a tag to compare

  • Fixed calling setFormattedName() method

v0.5.0

17 Dec 22:33

Choose a tag to compare

  • Substituted getFormattedName() with format() method (85a4894)

v0.4.0

15 Dec 22:10

Choose a tag to compare

  • Added new methods exist() and delete() to Files class (8394c2a)

v0.3.0

15 Dec 21:20

Choose a tag to compare

  • Added new methods to the Files class (0eec207):
    • uploadFormatted()
    • uploadStreamFormatted()

v0.2.0

15 Dec 20:44

Choose a tag to compare

  • Implemented file uploading