Skip to content

Commit d968ad8

Browse files
author
Joel Butcher
committed
Update CHANGELOG.md
1 parent 0db67fe commit d968ad8

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,13 @@ Starting with version 5, the Facebook PHP SDK follows [SemVer](http://semver.org
55

66
## 6.x
77

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`
19-
- Removed functions `AccessTokenMetadata::getProperty`, `GraphNode::getProperty`, `GraphEdge::getProperty`
20-
- Removed functions `GraphNode::getPropertyNames`, `GraphEdge::getPropertyNames`
21-
- Removed functions `GraphNode::getPropertyNames`, `GraphEdge::getPropertyNames`
22-
- Removed functions `Response::getGraphObject`, `Response::getGraphList`
23-
- Rename function `GraphNode::getObjectMap` to `GraphNode::getNodeMap`
8+
- 6.0.0 (2021-07-24)
9+
- Migrated automated tests from Travis CI to Github Actions (#01d6a41)
10+
- Added StyleCI as well as Scrutinizer for code style checks
11+
- Bumped minimum PHP version requirement to 7.4, added PHP 8.0 (#8052aba)
12+
- Updated minimum PHPUnit to version 9.3 (#8052aba)
13+
- Reverted back to Mockery (1.0) over deprecated 'prophesize' (#8052aba)
14+
-
2415

2516
## 5.x
2617

0 commit comments

Comments
 (0)