File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments