Skip to content

Releases: KnpLabs/php-github-api

Release 2.12.0

03 Nov 13:55
d947eab
Compare
Choose a tag to compare

Added

  • Support for HTTPlug 2.0 and PSR-18
  • Add support for GitHub Checks
  • Add support for GitHub Pages
  • Add support to update a Pull Request Review
  • Add support to get specific revision of a gist
  • Added a 4th argument $parameters to PullRequest::files()
  • Added Accept headers to Github Apps

Removed

  • Active support for HHVM
  • Support for PHP <7.1

Changed

  • Allow tags to be created without the Tagger object
  • When updating DeployKeys we will first remove existing then add a new DeployKey

Fixed

  • In Trees we should check if array_key_exists('sha', $tree) instead of isset to avoid issues with null. (#822)

Deprecated

  • Passing an integer ($page) as 4th arugment in Comments::all() is deprecated. It should be an array.

See the change log for an overview of all changes.

Release 2.11.0

28 Jan 19:33
7e67b4c
Compare
Choose a tag to compare

See the change log for an overview of all changes.

Release 2.10.1

05 Sep 19:13
493423a
Compare
Choose a tag to compare

See the change log for an overview of all changes.

Release 2.10.0

03 Sep 20:55
fe27af8
Compare
Choose a tag to compare

See the change log for an overview of all changes.

Release 2.9.0

24 Jul 17:28
31abea2
Compare
Choose a tag to compare

See the change log for on overview of all changes.

Release 2.8.0

23 Mar 16:45
1e404bf
Compare
Choose a tag to compare

See the change log for on overview of all changes.

Release 2.7.0

12 Dec 20:14
d445f1e
Compare
Choose a tag to compare

See change log for changes.

Release 2.6.0

30 Sep 20:04
2.6.0
Compare
Choose a tag to compare

See change log for changes.

Release 2.5.0

26 Jun 07:29
Compare
Choose a tag to compare

See change log for changes.

Release 2.4.0

10 May 13:39
Compare
Choose a tag to compare

See change log for changes.