Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit fa2cf71

Browse files
committed
Added change log
1 parent 9c8f2f5 commit fa2cf71

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Starting with version 5, the Facebook PHP SDK follows [SemVer](http://semver.org/).
44

55

6+
## 6.x
7+
8+
9+
- 6.0 (201?-??-??)
10+
- We use an HTTP client abstraction called HTTPlug to give the user more control over *how* to send PSR7 messages. See updated installation instructions.
11+
- Removed option `http_client_handler`
12+
- Added option `http_client` which should be an object implementing `\Http\Client\HttpClient`
13+
- Removed functions `FacebookClient::setHttpClientHandler()` and `FacebookClient::getHttpClientHandler()` in favor for `FacebookClient::getHttpClient()` and `FacebookClient::setHttpClient()`.
14+
615
## 5.x
716

817
Version 5 of the Facebook PHP SDK is a complete refactor of version 4. It comes loaded with lots of new features and a friendlier API.

0 commit comments

Comments
 (0)