Skip to content

Releases: Zeichen32/GitLabApiBundle

v6.1.1

10 Jan 18:08
a06f1af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.1.1

v6.1.0

03 Dec 11:00
fcf7a01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.3...v6.1.0

v6.0.3

09 Oct 11:48
e9a9f9d
Compare
Choose a tag to compare
  • Add TreeBuilder return type

v6.0.2

06 Dec 18:00
89dab65
Compare
Choose a tag to compare

Update dependency requirements - allowed Symfony 6

Fix configuration typo

27 Aug 09:14
6f2399e
Compare
Choose a tag to compare

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

05 Mar 13:42
e811c54
Compare
Choose a tag to compare

Upgrade to m4tthumphrey/php-gitlab-api 11.x compatability
Fix #19

Added Support for PHP8

03 Feb 11:52
7000dbc
Compare
Choose a tag to compare
  • Allow PHP 8
  • Add PHP 8 to Travis builds
  • Update deps to support PHP 8

Update to Gitlab API 10.0

29 Aug 13:23
Compare
Choose a tag to compare
v5.0.0

Fix builds

Fix deprecated create method

21 Jul 11:01
0ba6d2f
Compare
Choose a tag to compare
  • Fix deprecated create method
  • Update readme
  • Fix unit tests

Fix UnitTests and update composer dependencies

29 Apr 11:55
f5d407e
Compare
Choose a tag to compare
Update composer requirements (#9)

- Use phpunit 8
- Update unit tests
- Only add supported symfony versions to composer.json
- Only add supported php version to travis.yaml