This repository was archived by the owner on Jan 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Facebook SDK for PHP (v5)
2
2
3
- [ ![ Build Status] ( https://img.shields.io/travis/facebook/php-graph-sdk/5.4 .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.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.4 -blue.svg )] ( https://packagist.org/packages/facebook/graph-sdk )
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 )
6
6
7
7
8
8
This repository contains the open source PHP SDK that allows you to access the Facebook Platform from your PHP app.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Facebook
53
53
/**
54
54
* @const string Version number of the Facebook PHP SDK.
55
55
*/
56
- const VERSION = '5.4.4 ' ;
56
+ const VERSION = '5.5.0 ' ;
57
57
58
58
/**
59
59
* @const string Default Graph API version for requests.
You can’t perform that action at this time.
0 commit comments