Skip to content

Commit

Permalink
CHANGELOG.md Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AmraniCh committed Jun 27, 2021
1 parent 6887593 commit c9aec9e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## v1.3.5 (2021-06-27)

### Fixed

* `FtpClient::isDir` and `FtpClient::isFile` fixed servers compatibility, this two methods no longer depends on the untrusted `SIZE` feature to work.

### Added

* `FtpClient::copy` method added.

### Behavior changed

* `FtpClient::getFileContent` returns false if the passed file is a directory.

## v1.3.3 (2021-05-02)

### Added
Expand Down

0 comments on commit c9aec9e

Please sign in to comment.