Releases: Zeichen32/GitLabApiBundle
Releases · Zeichen32/GitLabApiBundle
v7.2.0
What's Changed
- Add support for Symfony 8 by @brpauwels in #36
New Contributors
- @brpauwels made their first contribution in #36
Full Changelog: v7.1.0...v7.2.0
v7.1.0
v7.0.0
- Update Gitlab Client to version 12.
Full Changelog: v6.1.1...v7.0.0
v6.1.1
v6.1.0
v6.0.3
v6.0.2
Fix configuration typo
This Version fix a typo in the configuration definition. If you have already changed this by hand, you will need revert this change to not break you application.
- $treeBuilder = new TreeBuilder('zeichen32_gi_lab_api');
+ $treeBuilder = new TreeBuilder('zeichen32_git_lab_api');Upgrade to m4tthumphrey/php-gitlab-api 11.x compatability
Upgrade to m4tthumphrey/php-gitlab-api 11.x compatability
Fix #19
Added Support for PHP8
- Allow PHP 8
- Add PHP 8 to Travis builds
- Update deps to support PHP 8