We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b63d4 commit 00abb8cCopy full SHA for 00abb8c
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Change Log
2
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
14
## 1.4.2 (2021-10-01)
15
16
* Fixed `FtpClient::getFileContent` to get the correct file content for binary files ([#20](../../issues/20)).
0 commit comments