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

Commit 34f5e59

Browse files
committed
Bump SDK version to 5.6.0
1 parent ea41a59 commit 34f5e59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.5.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.5)](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/?branch=5.5)
5-
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.5.0-blue.svg)](https://packagist.org/packages/facebook/graph-sdk)
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)
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.5.0';
56+
const VERSION = '5.6.0';
5757

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

0 commit comments

Comments
 (0)