Skip to content

Releases: baileyherbert/envato.php

3.1.0

15 Mar 21:32
Compare
Choose a tag to compare

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 the OAuth 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

22 Jan 14:05
Compare
Choose a tag to compare

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

21 Jun 05:53
Compare
Choose a tag to compare

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

30 Mar 00:39
Compare
Choose a tag to compare

2.1.1

26 Oct 20:21
Compare
Choose a tag to compare

New features

  • The base URI can be changed for sandboxing: a08a5fa
  • Added methods to get the client's unique user ID: ab18346

Documentation

2.1.0

19 Jan 20:20
Compare
Choose a tag to compare

Patches

2.0.4

04 Apr 14:10
Compare
Choose a tag to compare

Patches

  • Fixed incorrect OAuth examples in readme: 30896c6
  • Added missing property types in OAuth class: 8ba3bb2
  • Fixed incorrect portfolio example: 2f929a6 (by @Dibbyo456)

2.0.3

24 Feb 18:35
Compare
Choose a tag to compare

New features

  • Added methods to help deal with rate limiting: f2ad9d9

Patches

  • Fixed incorrect readme examples: 4ac70c5 (by @Dibbyo456)

2.0.2

16 Feb 08:19
49d82bd
Compare
Choose a tag to compare

Patches

  • Updated dependencies to the latest versions: 03c9a33

Pull requests

  • Added missing /catalog/item-version endpoint (by @Dibbyo456): 9e168df

2.0.1

08 Aug 14:04
Compare
Choose a tag to compare

Patches

  • Fixed a class invocation incompatibility with PHP 5.6 and below: ff84dff
  • Fixed the token generator not being called from the __get() magic method: 751fd8e

Pull requests

  • Fixed GET parameters not being appended to URLs (by @gdarko): ff84dff