Skip to content

Commit d1bbd31

Browse files
authored
Merge pull request facebookarchive#632 from SammyK/bump-graph-to-2.7
Bump Graph API version to v2.7
2 parents 830aca1 + 8e5d9ae commit d1bbd31

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Starting with version 5, the Facebook PHP SDK follows [SemVer](http://semver.org
66
## 5.x
77

88
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.
9+
- 5.3.0
10+
- Bump Graph API version to v2.7.
911
- 5.2.1
1012
- Fix notice that is raised in `FacebookUrlDetectionHandler` (#626)
1113
- Fix bug in `FacebookRedirectLoginHelper::getLoginUrl()` where the CSRF token gets overwritten in certain scenarios (#613)

src/Facebook/Facebook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ class Facebook
5353
/**
5454
* @const string Version number of the Facebook PHP SDK.
5555
*/
56-
const VERSION = '5.2.0';
56+
const VERSION = '5.3.0';
5757

5858
/**
5959
* @const string Default Graph API version for requests.
6060
*/
61-
const DEFAULT_GRAPH_VERSION = 'v2.6';
61+
const DEFAULT_GRAPH_VERSION = 'v2.7';
6262

6363
/**
6464
* @const string The name of the environment variable that contains the app ID.

0 commit comments

Comments
 (0)