File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v1.3.3 (2021-05-02)
4
+
5
+ ### Added
6
+
7
+ * ` FtpClient::copyToLocal ` method added.
8
+ * ` FtpClient::find ` method added.
9
+
10
+ ### Renamed
11
+
12
+ * ` FtpClient::setCurrentDir ` renamed to ` FtpClient::changeDir ` .
13
+ * ` FtpClient::createDirectory ` renamed to ` FtpClient::createDir ` .
14
+ * ` FtpClient::removeDirectory ` renamed to ` FtpClient::removeDir ` .
15
+ * ` FtpClient::getDefaultTransferType ` renamed to ` FtpClient::getTransferType ` .
16
+ * ` FtpClient::keepConnectionAlive ` renamed to ` FtpClient::keepAlive ` .
17
+ * ` FtpClient::listDirecory ` renamed to ` FtpClient::listDir ` .
18
+ * ` FtpClient::listDirecoryDetails ` renamed to ` FtpClient::listDirDetails ` .
19
+ * ` FtpWrapper::getFtpErrorMessage ` renamed to ` FtpWrapper::getErrorMessage ` .
20
+
21
+ ### Others
22
+
23
+ * Upgraded PHPUnits version to ^5.
24
+
3
25
## v1.3.0 (2021-04-05)
4
26
5
27
* ` WrapperException ` Added.
You can’t perform that action at this time.
0 commit comments