Skip to content

Commit d486381

Browse files
author
AmraniCh
committed
Updated CHANGELOG.md
1 parent b515816 commit d486381

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 1.6.0 (2022-01-31)
4+
5+
* Upgraded the code base to PHP `^7.4`.
6+
37
## 1.5.3 (2021-11-26)
48

59
* Added new method `FtpClient::appendFile`.
@@ -72,8 +76,8 @@ a NULL value instead of false.
7276
* `FtpClient::removeDirectory` renamed to `FtpClient::removeDir`.
7377
* `FtpClient::getDefaultTransferType` renamed to `FtpClient::getTransferType`.
7478
* `FtpClient::keepConnectionAlive` renamed to `FtpClient::keepAlive`.
75-
* `FtpClient::listDirecory` renamed to `FtpClient::listDir`.
76-
* `FtpClient::listDirecoryDetails` renamed to `FtpClient::listDirDetails`.
79+
* `FtpClient::listDirectory` renamed to `FtpClient::listDir`.
80+
* `FtpClient::listDirectoryDetails` renamed to `FtpClient::listDirDetails`.
7781
* `FtpWrapper::getFtpErrorMessage` renamed to `FtpWrapper::getErrorMessage`.
7882

7983
### Others

0 commit comments

Comments
 (0)