Skip to content

Commit 2c42fb3

Browse files
committed
5.1.2 with fix for session handling.
1 parent a879958 commit 2c42fb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1-blue.svg)](https://packagist.org/packages/facebook/php-sdk-v4)
5+
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.1.2-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.1';
56+
const VERSION = '5.1.2';
5757

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

0 commit comments

Comments
 (0)