You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@
3
3
Starting with version 5, the Facebook PHP SDK follows [SemVer](http://semver.org/).
4
4
5
5
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
+
6
15
## 5.x
7
16
8
17
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