All notable changes to oauth2-gitlab
will be documented in this file
This project adheres to Semantic Versioning.
Nothing yet.
3.6.0 - 2023-11-06
Maintenance release
- Upped code quality to PHPStan max level
- Officially support PHP 8.3
- Switched to Github Actions
3.5.0 - 2022-10-18
- Maintenance release dropping support for PHP versions below 8.0
3.4.0 - 2021-02-08
- Compatibility with php-gitlab-api v11
- Test suite compatible with PHP8
3.3.0 - 2020-02-10
- Compatibility with php-gitlab-api v10
3.2.0 - 2020-02-10
- Updated dependencies to those requiring up to date PHP versions
- Support for outdated and unsupported PHP versions (<7.2)
3.1.2 - 2018-11-23
- Added conflict with
oauth2-client:2.4.0
due to breaking change upstream (#6)
3.1.1 - 2018-10-01
- PHP 7.2 and nightly added to test suite
- Infection testing added
- Test suite upgraded to PHPUnit 5/7 hybrid
3.1.0 - 2017-11-01
- Access scope support was implemented
3.0.0 - 2017-05-31
- Breaking: Upgrade Gitlab API from v3 to v4
- Test suite upgraded from PHPUnit 4 to 5/6 hybrid
2.0.0 - 2017-02-03
- PHP 7.1 is now officially supported and tested
- Breaking: Upgrade league/oauth2-client to major version 2
- Included PHP-CS-Fixer
- PHP 5.5 is end of life and no longer supported
1.1.0 - 2016-08-28
- Added
getApiClient
method onGitlabResourceOwner
to get an API connector
1.0.0 - 2016-05-20
- Cleaned up everything after definitive testing for stable release
- Original fork, feature complete