Skip to content

Commit c9aec9e

Browse files
committed
CHANGELOG.md Updated
1 parent 6887593 commit c9aec9e

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.3.5 (2021-06-27)
4+
5+
### Fixed
6+
7+
* `FtpClient::isDir` and `FtpClient::isFile` fixed servers compatibility, this two methods no longer depends on the untrusted `SIZE` feature to work.
8+
9+
### Added
10+
11+
* `FtpClient::copy` method added.
12+
13+
### Behavior changed
14+
15+
* `FtpClient::getFileContent` returns false if the passed file is a directory.
16+
317
## v1.3.3 (2021-05-02)
418

519
### Added

0 commit comments

Comments
 (0)