Releases: janu-software/facebook-php-sdk
Releases · janu-software/facebook-php-sdk
v0.3.1
What's Changed
- PHP 8.4 allowed by @stanislav-janu in #20
New Contributors
- @stanislav-janu made their first contribution in #20
Full Changelog: v0.3.0...v0.3.1
v0.3.0
psr/http-message@^2
rector/rector@^1.1
v0.2
- Minimal version of PHP is 8.1
- Removed deprecated
HttpClient
and upgrade to usingStreamInterface
- #14 Cast value to
int
inSignedRequest::getUserId
. Thanks @moseslecce
CVE-2022-29248
v0.1.8
v0.1.7
- Cast zero as null in AccessTokenMetadata::getExpiresAt #3
- Better PHPDoc Annotations
Full Changelog: v0.1.6...v0.1.7
CVE-2022-24775
v0.1.6
thecodingmachine/safe
Fixed #2
Initial
Based on facebookarchive/php-graph-sdk v6.
- Refactoring to PHP 8.0
- Upgrade PHPUnit