Skip to content

Releases: Zeichen32/GitLabApiBundle

v7.1.0

27 Nov 10:34
d91d95a

Choose a tag to compare

What's Changed

  • Fix namespace import for DependencyInjection extension by @quentint in #34
  • Deprecate old symfony versions

Full Changelog: v7.0.0...v7.1.0

v7.0.0

01 Jul 12:05

Choose a tag to compare

  • Update Gitlab Client to version 12.

Full Changelog: v6.1.1...v7.0.0

v6.1.1

10 Jan 18:08
a06f1af

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

Choose a tag to compare

What's Changed

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

v6.0.3

09 Oct 11:48
e9a9f9d

Choose a tag to compare

  • Add TreeBuilder return type

v6.0.2

06 Dec 18:00
89dab65

Choose a tag to compare

Update dependency requirements - allowed Symfony 6

Fix configuration typo

27 Aug 09:14
6f2399e

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

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

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

Choose a tag to compare

v5.0.0

Fix builds