Skip to content

Commit 7ed1ecd

Browse files
committed
Bump patch version and update CHANGELOG
1 parent 364fe1d commit 7ed1ecd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.1
10+
- Fixed a bug where the `polyfills.php` file wasn't being included properly when using the built-in auto loader (#633)
911
- 5.3.0
1012
- Bump Graph API version to v2.7.
1113
- 5.2.1

src/Facebook/Facebook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Facebook
5353
/**
5454
* @const string Version number of the Facebook PHP SDK.
5555
*/
56-
const VERSION = '5.3.0';
56+
const VERSION = '5.3.1';
5757

5858
/**
5959
* @const string Default Graph API version for requests.

0 commit comments

Comments
 (0)