Releases: ovh/php-ovh
Releases · ovh/php-ovh
v3.4.0
What's Changed
- Apply string to class constant by @peter279k in #139
- Update README.md by @tomschwiha in #146
- chore: update CONTRIBUTING by @rbeuque74 in #147
- Add setConsumerKey function by @Adadov in #150
- feat: handle Client Credential OAuth2 authentication method by @deathiop in #152
New Contributors
- @tomschwiha made their first contribution in #146
- @Adadov made their first contribution in #150
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- Fix typos in
README.md
andCONTRIBUTING.rst
by @Benjamin-Loison in #128 - Update PHPUnit version for unit test description by @peter279k in #129
- Improve assertions about equals and count by @peter279k in #130
- Replace long array syntax with short syntax by @peter279k in #138
- feat: handle 204 / empty bodies by @deathiop in #142
New Contributors
- @Benjamin-Loison made their first contribution in #128
- @peter279k made their first contribution in #129
Full Changelog: v3.2.0...v3.3.0
v3.2.0
v3.1.0
v3.0.0
v2.1.0
Bugfixes
Fix issues with GET parameters and Guzzle 6
Php wrapper 2.x.x
This version include Guzzle 6+
If you had to use a lowest version of Guzzle, branch 1.x.x keep to be updated
Little improvements
Since last release (one year ago!), there was a lot of little improvements.
This release is the last before the release of v2.0.0 that will include Guzzle 6 and follow PSR-7.
v1.xx will continue in a specific branch
Fix composer.json
Merge pull request #4 from dunglas/fix_composer Fix composer