Skip to content

Commit 2f9639c

Browse files
committed
Update changelog and version bump
1 parent a13d1fb commit 2f9639c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Starting with version 5, the Facebook PHP SDK follows [SemVer](http://semver.org
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.
99

10+
- 5.6.1 (2017-08-16)
11+
- Fixed doc block syntax that interfered with Doctrine (#844)
1012
- 5.6.0 (2017-07-23)
1113
- Bump Graph API version to v2.10 (#829)
1214
- 5.5.0 (2017-04-20)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Facebook SDK for PHP (v5)
22

3-
[![Build Status](https://img.shields.io/travis/facebook/php-graph-sdk/5.6.svg)](https://travis-ci.org/facebook/php-graph-sdk)
4-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/badges/quality-score.png?b=5.6)](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/?branch=5.6)
5-
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.6.0-blue.svg)](https://packagist.org/packages/facebook/graph-sdk)
3+
[![Build Status](https://img.shields.io/travis/facebook/php-graph-sdk/5.x.svg)](https://travis-ci.org/facebook/php-graph-sdk)
4+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/badges/quality-score.png?b=5.x)](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/?branch=5.x)
5+
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.6.1-blue.svg)](https://packagist.org/packages/facebook/graph-sdk)
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.6.0';
56+
const VERSION = '5.6.1';
5757

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

0 commit comments

Comments
 (0)