Skip to content

Commit f78cc9e

Browse files
committed
Updated CHANGELOG.md
1 parent 68a147a commit f78cc9e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

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

3+
## 1.6.1 (2022-02-27)
4+
5+
* Integrated the GitHub actions to run the integration tests automatically ([#31](https://github.com/lazzard/php-ftp-client/pull/31) - [#32](https://github.com/lazzard/php-ftp-client/pull/32)).
6+
* `FtpClient::copyToLocal` now throws an exception if the source remote path is file type and the local destionation directory is not found.
7+
38
## 1.6.0 (2022-01-31)
49

510
* Upgraded the code base to PHP `^7.4`.
@@ -38,8 +43,8 @@
3843

3944
* `FtpClient::fileSize` fixed for servers that not support `SIZE` feature.
4045
* `FtpClient::listDir` fixed compatibility issue with some FTP servers.
41-
* `Connection::isConnected` fixed bug : if the connection is not established yet the method was returned
42-
a NULL value instead of false.
46+
* `Connection::isConnected` fixed bug : if the connection is not established yet the method was returned
47+
a NULL value instead of false.
4348
* `FtpCommand::raw` improved and added the `end-message` to the returned array.
4449
* `FtpClient::isDir` performance optimized.
4550
* `FtpClient::listDirDetails` improved (No Breaking Change).
@@ -69,7 +74,7 @@ a NULL value instead of false.
6974
* `FtpClient::copyToLocal` method added.
7075
* `FtpClient::find` method added.
7176

72-
### Renamed
77+
### Renamed
7378

7479
* `FtpClient::setCurrentDir` renamed to `FtpClient::changeDir`.
7580
* `FtpClient::createDirectory` renamed to `FtpClient::createDir`.
@@ -119,7 +124,7 @@ a NULL value instead of false.
119124
## v1.2.0 (2021-01-12)
120125

121126
* Upgraded to PHP 5.6.0 version.
122-
* Supported the `usePassiveAddress` runtime option.
127+
* Supported the `usePassiveAddress` runtime option.
123128
* Added more options for unit testing (`PASSIVE`, `INITIAL_DIR`).
124129
* Removed `USESSL` option for unit testing.
125130

@@ -132,7 +137,7 @@ a NULL value instead of false.
132137
* Removed `FtpClient::isEmptyDirectory` & `FtpClient::isEmptyFile` use `FtpClient::isEmpty` instead for both files and directories.
133138

134139
### Behavior changed
135-
140+
136141
* `FtpClient::removeFile` & `FtpClient::removeDirectory` methods now doesn't throw an exception if the given file doesn't exist, but instead returns false.
137142
* `FtpClient::createFile` now doesn't throw an exception if the file name already exists on the server, instead, the remote file will be overwritten.
138143
* `FtpClient::createDirectory` now returns true if the giving directory already exists instead of throwing an exception.

0 commit comments

Comments
 (0)