Skip to content

Commit 00abb8c

Browse files
committed
CHANGELOG.md Updated
1 parent 79b63d4 commit 00abb8c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

3+
## 1.5.0 (2021-10-08)
4+
5+
* Upgraded the code base to PHP v7.2.
6+
* Upgraded PHPUnit to ^8.0.
7+
* `FtpCommand::raw` is now throw exception in failure.
8+
* `FtpWrapper::getErrorMessage` returns empty string instead of null if no error message is available.
9+
* `FtpClient::getFeatures` throws exception in failure.
10+
* Fixed `FtpClient::createDir` for multiple directory creation.
11+
* `FtpClient::getFileContent` now throws exception if the passed file is a directory type instead of returning false value.
12+
* Fixed PHPDoc for some methods.
13+
314
## 1.4.2 (2021-10-01)
415

516
* Fixed `FtpClient::getFileContent` to get the correct file content for binary files ([#20](../../issues/20)).

0 commit comments

Comments
 (0)