Releases: KnpLabs/php-github-api
Releases · KnpLabs/php-github-api
Release 2.12.0
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
toPullRequest::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 ifarray_key_exists('sha', $tree)
instead ofisset
to avoid issues withnull
. (#822)
Deprecated
- Passing an integer (
$page
) as 4th arugment inComments::all()
is deprecated. It should be an array.
See the change log for an overview of all changes.
Release 2.11.0
See the change log for an overview of all changes.
Release 2.10.1
See the change log for an overview of all changes.
Release 2.10.0
See the change log for an overview of all changes.
Release 2.9.0
See the change log for on overview of all changes.
Release 2.8.0
See the change log for on overview of all changes.
Release 2.7.0
See change log for changes.
Release 2.6.0
See change log for changes.
Release 2.5.0
See change log for changes.
Release 2.4.0
See change log for changes.