All Versions
159
Latest Version
Avg Release Cycle
8 days
Latest Release
846 days ago
Changelog History
Page 12
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.
- Some FTP servers return the
-
v1.0.38 Changes
April 22, 2017โ Added
- You can now optionally put the FTP adapter in
utf8
-mode by setting theutf8
setting totrue
.
๐ Fixed
- Pure-FTPd now escapes the first call to rawlist too.
- You can now optionally put the FTP adapter in
-
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.