Skip to content

Releases: joelbutcher/facebook-php-graph-sdk

v6.0.2

30 Dec 16:51
6164f88
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.1...v6.0.2

v6.0.1

17 Aug 19:37
5494e02
Compare
Choose a tag to compare

What's Changed

  • Application implements the Serializable interface, which is deprecated by @saruman in #3
  • use Psr17FactoryDiscovery instead of deprecated MessageFactoryDiscovery by @seanm-s in #5
  • Update RequestBodyUrlEncoded.php by @saruman in #4

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0

20 Aug 10:42
Compare
Choose a tag to compare

Changes

  • Added guzzlehttp/psr7 and upgraded to php-http/guzzle7-adapter for PSR-18 HTTP Client implementations
  • Migrated automated tests from Travis CI to Github Actions (#01d6a41)
  • Added StyleCI as well as Scrutinizer for code style checks
  • Bumped minimum PHP version requirement to 7.4, added PHP 8.0 (#8052aba)
  • Updated minimum PHPUnit to version 9.3 (#8052aba)
  • Reverted back to Mockery (1.0) over deprecated 'prophesize' (#8052aba)

6.0.0-beta2

02 Aug 08:30
Compare
Choose a tag to compare
6.0.0-beta2 Pre-release
Pre-release

Changes

  • Added guzzlehttp/psr7 and upgraded to php-http/guzzle7-adapter for PSR-18 HTTP Client implementations

6.0.0-beta1

30 Jul 15:57
Compare
Choose a tag to compare
6.0.0-beta1 Pre-release
Pre-release

Changes

  • Migrated automated tests from Travis CI to Github Actions (#01d6a41)
  • Added StyleCI as well as Scrutinizer for code style checks
  • Bumped minimum PHP version requirement to 7.4, added PHP 8.0 (#8052aba)
  • Updated minimum PHPUnit to version 9.3 (#8052aba)
  • Reverted back to Mockery (1.0) over deprecated 'prophesize' (#8052aba)