From 5d0c4865e80e231d48a4571841bd018828fe58e1 Mon Sep 17 00:00:00 2001 From: Sammy Kaye Powers Date: Thu, 19 Jan 2017 09:42:20 -0600 Subject: [PATCH] Update CHANGELOG and version bump --- CHANGELOG.md | 2 ++ README.md | 2 +- src/Facebook/Facebook.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70de1afa9..dd1e67f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Starting with version 5, the Facebook PHP SDK follows [SemVer](http://semver.org 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. +- 5.4.4 (2017-01-19) + - Added the `application/octet-stream` MIME type for SRT files (#734) - 5.4.3 (2016-12-30) - Fixed a bug that would throw a type error in `GraphEdge` in some cases (#715) - 5.4.2 (2016-11-15) diff --git a/README.md b/README.md index a8eb74023..f7343be25 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://img.shields.io/travis/facebook/php-graph-sdk/5.4.svg)](https://travis-ci.org/facebook/php-graph-sdk) [![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) -[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.4.3-blue.svg)](https://packagist.org/packages/facebook/graph-sdk) +[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.4.4-blue.svg)](https://packagist.org/packages/facebook/graph-sdk) This repository contains the open source PHP SDK that allows you to access the Facebook Platform from your PHP app. diff --git a/src/Facebook/Facebook.php b/src/Facebook/Facebook.php index df30bdb21..18d0213f8 100644 --- a/src/Facebook/Facebook.php +++ b/src/Facebook/Facebook.php @@ -53,7 +53,7 @@ class Facebook /** * @const string Version number of the Facebook PHP SDK. */ - const VERSION = '5.4.3'; + const VERSION = '5.4.4'; /** * @const string Default Graph API version for requests.