Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5a6b6c

Browse files
committed
Version bump and update CHANGELOG
1 parent 490a94b commit a5a6b6c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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.4.1 (2016-10-18)
11+
- Fixed a bug that was not properly parsing response headers when they contained the colon `:` character. (#679)
1012
- 5.4.0 (2016-10-12)
1113
- Bump Graph API version to v2.8.
1214
- Auto-cast `cover` field to `GraphCoverPhoto` and `picture` field to `GraphPicture` in `GraphPage`. (#655)

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/php-graph-sdk/5.4.svg)](https://travis-ci.org/facebook/php-graph-sdk)
44
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/badges/quality-score.png?b=5.4)](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/?branch=5.4)
5-
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.4.0-blue.svg)](https://packagist.org/packages/facebook/graph-sdk)
5+
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.4.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.

0 commit comments

Comments
 (0)