Releases: keenlabs/KeenClient-PHP
Releases · keenlabs/KeenClient-PHP
v2.9.0
v2.8.2
v2.8.1
What's Changed
- Fix code standards by @niektenhoopen in #141
- Add code standards into travis build by @simondotwhite in #138
- add phpdoc on the overriden getCommand method by @stof in #142
Full Changelog: v2.8.0...v2.8.1
Updates Guzzle and Guzzle-Services dependencies
New feature: support for include_metadata query param
Merge pull request #136 from niektenhoopen/master Support for including metadata in requests
New feature: delete collection
Merge pull request #134 from MohammadWaleed/feature-delete-collection Implement delete collection by name
Minor additions to the existing docs
Merge pull request #133 from keenlabs/pbuchman-updated-readme Updated Readme + .gitignore
Fix a bug that caused arrays in the POST body to be encoded as strings
Merge pull request #132 from beyerz/master Create Project fix