Skip to content

Tags: s3vdev/php-graph-sdk

Tags

5.6.2

Toggle 5.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request facebookarchive#942 from yguedidi/prepare_5_6_2

Prepare 5.6.2 release

5.6.1

Toggle 5.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK Sammy Kaye Powers
Fix doc block syntax that interferes with Doctrine

5.6.0

Toggle 5.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK Sammy Kaye Powers
Bump Graph API version to v2.10

5.5.0

Toggle 5.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK Sammy Kaye Powers
* Added support for options with batch requests.

* Bumped Graph API version to v2.9.

5.4.4

Toggle 5.4.4's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK Sammy Kaye Powers
Add a MIME type for SRT files

5.4.3

Toggle 5.4.3's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK Sammy Kaye Powers
Fix a bug that would throw a type error in `GraphEdge` in some cases

5.4.2

Toggle 5.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK Sammy Kaye Powers
Add check for PHP 7 CSPRNG first to keep mcrypt deprecation messages …

…from appearing in PHP 7.1 (facebookarchive#692)

5.4.1

Toggle 5.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK Sammy Kaye Powers
Fix a bug that does not properly parse response headers when they con…

…tain the colon character

5.4.0

Toggle 5.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK Sammy Kaye Powers
- Bump Graph API version to v2.8.

- Auto-cast `cover` field to `GraphCoverPhoto` and `picture` field to `GraphPicture` in `GraphPage`. (facebookarchive#655)
- Add `getCover()` and `getPicture()` to `GraphPage`. (facebookarchive#655)

5.3.1

Toggle 5.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK Sammy Kaye Powers
Fix bug where polyfills file fails to included properly when using th…

…e built-in auto loader