All Versions
159
Latest Version
Avg Release Cycle
8 days
Latest Release
846 days ago

Changelog History
Page 12

  • v1.0.41 Changes

    August 06, 2017
    • โœ‚ Removed support for HHVM.

    ๐Ÿ›  Fixed

    • Response array check mistake was corrected.
  • v1.0.40 Changes

    April 28, 2017
    • โšก๏ธ Made it possible to indicate an adapter can overwrite files using the write functions rather than the update ones.
  • v1.0.39 Changes

    April 25, 2017

    ๐Ÿ›  Fixed

    • Some FTP servers return the total of 0 when a file doesn't exist instead of saying it doesn't exist.
  • v1.0.38 Changes

    April 22, 2017

    โž• Added

    • You can now optionally put the FTP adapter in utf8-mode by setting the utf8 setting to true.

    ๐Ÿ›  Fixed

    • Pure-FTPd now escapes the first call to rawlist too.
  • v1.0.37 Changes

    March 22, 2017

    ๐Ÿ›  Fixed

    • Space escaping for Pure-FTPd in the FTP adapter.
  • v1.0.36 Changes

    March 18, 2017

    ๐Ÿ›  Fixed

    • Ensure an FTP connection is still a resource before closing it.
    • Made return values of some internal adapters consistent.
    • Made 0 a valid FTP username.
    • ๐Ÿ›  Docblock class reference fixes.
    • ๐Ÿ‘ป Created a more specific exception for when a mount manage is not found (with BC).
  • v1.0.35 Changes

    February 09, 2017

    ๐Ÿ›  Fixed

    • Creating a directory in FTP checked whether a directory already existed, the check was not strict enough.
  • v1.0.34 Changes

    January 30, 2017

    ๐Ÿ›  Fixed

    • Account for a Finfo buffer error which causes an array to string conversion.
    • ๐Ÿ Simplified path handling for Windows.
  • v1.0.33 Changes

    January 23, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ Path traversing possibility on Windows.
  • v1.0.32 Changes

    October 19, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed listings on windows.