Skip to content

Commit a476174

Browse files
committed
CHANGELOG.md Updated
1 parent b5281a5 commit a476174

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

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+
317
## v1.3.5 (2021-06-27)
418

519
### Fixed

0 commit comments

Comments
 (0)