File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v1.4.0 (2021-08-08)
4
+
5
+ * ` FtpClient::fileSize ` fixed for servers that not support ` SIZE ` feature.
6
+ * ` FtpClient::listDir ` fixed compatibility issue with some FTP servers.
7
+ * ` Connection::isConnected ` fixed bug : if the connection is not established yet the method was returned
8
+ a NULL value instead of false.
9
+ * ` FtpCommand::raw ` improved and added the ` end-message ` to the returned array.
10
+ * ` FtpClient::isDir ` performance optimized.
11
+ * ` FtpClient::listDirDetails ` improved (No Breaking Change).
12
+ * ` FtpClient::getFeatures ` is now returns false in failure.
13
+ * ` FtpClient::isFeatureSupported ` can now throw a ` FtpClientException ` exception.
14
+ * ` ConnectionInterface::isSecure ` is deprecated see [ #15 ] ( ../../issues/15 ) .
15
+ * The integration tests refactored and optimized.
16
+
3
17
## v1.3.5 (2021-06-27)
4
18
5
19
### Fixed
You can’t perform that action at this time.
0 commit comments