Skip to content

Releases: jeromegamez/personio-php

2.0

18 Apr 11:49
5b03608
Compare
Choose a tag to compare
  • Dropped support for PHP <7.4
  • Removed the GuzzleApiClient implementation, because Guzzle implements PSR-18 since release 7.0. If you used the GuzzleApiClient, please refer to the updated installation instructions in the README.

1.1

18 Apr 11:21
dc652c1
Compare
Choose a tag to compare
1.1
  • Fixed data being used as URL params for POST and PATCH requests
  • The signatures of the following methods have changed
    • GuzzleApiClient::with(string $clientId, string $clientSecret, GuzzleClientInterface $client = null)
      • Removed the $options parameter. If you want to modify the behaviour of the underlying GuzzleHTTP client,
        configure it directly.
    • HttpApiClient::with(string $clientId, string $clientSecret, ClientInterface $client, RequestFactoryInterface $requestFactory)
      • Removed the $options parameter. If you want to modify the behaviour of the underlying HTTP client,
        configure it directly.

1.0

24 Jan 09:25
819d6ef
Compare
Choose a tag to compare
1.0

Initial release