Skip to content

Releases: KnpLabs/php-github-api

Release v2.19.0

21 Dec 18:32
v2.19.0
271b3ca
Compare
Choose a tag to compare

Added

Release v2.18.0

11 Dec 19:39
v2.18.0
60d0d5f
Compare
Choose a tag to compare

Added

Changed

Fixed

Release v2.17.0

14 Nov 17:07
v2.17.0
26dafcd
Compare
Choose a tag to compare

Added

Changed

  • Missing auth method in list of omitted passwords. (tobyS) #933
  • Improve github actions setup (acrobat) #935

Release v2.16.0

08 Nov 13:43
v2.16.0
e1c5dca
Compare
Choose a tag to compare

Added

  • Add support for SSO errors coming from the API (eiriksm) #913
  • Add OutsideCollaborators api (Matth--) #925
  • Add support for creating a repo dispatch event (Nyholm) #931

Changed

Fixed

Release v2.15.0

11 Jul 16:54
v2.15.0
03445f2
Compare
Choose a tag to compare

Added

Changed

Fixed

Release v2.14.0

25 Apr 21:04
v2.14.0
953c9b4
Compare
Choose a tag to compare

Added

  • Replace deprecated Organization\Teams api calls (lolos) #860
  • Add sort and direction for fetching organizations repos (pgrimaud) #863
  • Added parameters to Repo/milestones() method (dereuromark) #856

Fixed

  • Remove incorrect MissingArgumentException in Labels api (bobeagan) #861

Changed

2.13.0

16 Mar 20:00
d493c8f
Compare
Choose a tag to compare
Merge pull request #852 from acrobat/prepare-2.13-release

Prepare 2.13.0 release

Release 2.12.1

07 Nov 17:25
2665eb8
Compare
Choose a tag to compare

Fixed

  • Fixed bug in handling of validation errors
  • Updated docs to not use deprected string parameter in issue assignee call

See the change log for an overview of all changes.

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.