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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-16Lines changed: 7 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,13 @@ Starting with version 5, the Facebook PHP SDK follows [SemVer](http://semver.org
5
5
6
6
## 6.x
7
7
8
-
- 6.0.0 (Sometime in 2017)
9
-
- Bumped minimum PHP version requirement to 5.6 (#607, #647)
10
-
- Made the `default_graph_version` option required (#643)
11
-
- Replace custom CSPRNG implementation with `paragonie/random_compat` (#644)
12
-
- Removed the built-in autoloader in favor of composer's autoloader (#646)
13
-
- Big integers in signed requests get decoded as `string` instead of `float` (#699)
14
-
- We use an HTTP client abstraction called HTTPlug to give the user more control over *how* to send PSR7 messages. See updated installation instructions.
15
-
- Removed option `http_client_handler`
16
-
- Added option `http_client` which should be an object implementing `\Http\Client\HttpClient`
17
-
- Removed functions `FacebookClient::setHttpClientHandler()` and `FacebookClient::getHttpClientHandler()` in favor for `FacebookClient::getHttpClient()` and `FacebookClient::setHttpClient()`.
18
-
- Removed classes `GraphObject`, `GraphList` and `GraphObjectFactory`
0 commit comments