Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit c60fba1

Browse files
committed
Update CHANGELOG and bump version
1 parent bbcae90 commit c60fba1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ 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.2.0
10+
- Added new Birthday class to handle Graph API response variations
11+
- Bumped Graph version to v2.6
12+
- Added better error checking for app IDs that are cast as int when they are greater than PHP_INT_MAX
913
- 5.1.5
1014
- Removed mbstring extension dependency
1115
- Updated required PHP version syntax in composer.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://img.shields.io/travis/facebook/facebook-php-sdk-v4/master.svg)](https://travis-ci.org/facebook/facebook-php-sdk-v4)
44
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/?branch=master)
5-
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.1.5-blue.svg)](https://packagist.org/packages/facebook/php-sdk-v4)
5+
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.2.0-blue.svg)](https://packagist.org/packages/facebook/php-sdk-v4)
66

77

88
This repository contains the open source PHP SDK that allows you to access the Facebook Platform from your PHP app.

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.1.5';
56+
const VERSION = '5.2.0';
5757

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

0 commit comments

Comments
 (0)