Releases: baileyherbert/envato.php
Releases · baileyherbert/envato.php
3.1.0
What's Changed
- Added type stubs for all endpoints with basic documentation and help links
- Added support for setting custom Guzzle client options
- Added support for directly accessing wrapped
ResultSet
values using a magic getter - Added a
getClient()
helper method to theOAuth
class which enables auto renewal - Added support for Guzzle 7 to address common dependency version conflicts
- Fixed the OAuth flow triggering an exception when the code parameter had expired
- Fixed the OAuth store callback receiving double-encoded data for the initial session
- Updated the internal certificate authority bundle to
2024-03-11
3.0.0
What's Changed
- Fix key overlap for sales history endpoint by @vaibhavpandeyvpz in #20
- Updated the default user agent
- Updated composer dependencies
Breaking changes
- The
$client->user->sales()
method now points to the correct endpoint. - The previous implementation has been renamed to
$client->user->earnings()
.
Full Changelog: v2.2.0...v3.0.0
2.2.0
What's Changed
- Add an endpoint to get the user's statement data by @ajayfroiden in #19
- Add documentation for sending custom requests
- Updated composer dependencies
Full Changelog: v2.1.2...v2.2.0
2.1.2
- Updated dependencies to fix CVE-2022-24775
2.1.1
New features
- The base URI can be changed for sandboxing: a08a5fa
- Added methods to get the client's unique user ID: ab18346
Documentation
- Fixed missing
newest
endpoint on documentation: fed0ae3 (by @Demonicious)