Skip to content

Commit 09fdf1a

Browse files
committed
CHANGELOG.md Update
1 parent 89ab2e5 commit 09fdf1a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

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

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+
325
## v1.3.0 (2021-04-05)
426

527
* `WrapperException` Added.

0 commit comments

Comments
 (0)