Skip to content

Releases: Foxentry/php-sdk

v3.0.0

Choose a tag to compare

@MartinPrivoznik MartinPrivoznik released this 25 Jun 12:48
  • Updated API version to 2.1

v2.3.3

Choose a tag to compare

@Pryx Pryx released this 30 Jan 09:45
6a75121

What's Changed

  • Made response available in FoxentryException
  • Updated tests

Full Changelog: v2.3.2...v2.3.3

v2.3.2

Choose a tag to compare

@Pryx Pryx released this 29 Dec 11:38
  • Fixed license to be in line with our other SDKs
  • Updated dependencies

Full Changelog: v2.3.1...v2.3.2

v2.3.1

Choose a tag to compare

@Pryx Pryx released this 30 Aug 13:55

Release notes:

  • Hotfix: allow constructing ApiClient without an API key

v2.3.0

Choose a tag to compare

@Pryx Pryx released this 30 Aug 13:22

Release notes:

  • BREAKING: new request instance is created for each request

    • endpoint is now an ApiClient method instead of property - new usage is api->email() instead of api->email
    • options and other settings are not persisted between calls anymore
  • User agent header was changed in an effort to switch to an unified structure across all of our API SDKs

  • Removed vendor folder from the repository

  • Added Github action to run tests automatically

v2.2.0

Choose a tag to compare

@dominikhosic dominikhosic released this 13 Dec 16:30
ec27b12
  • "Resources" namespace renamed to "Resource"
  • exceptions handlers

Full Changelog: v2.1.1...v2.2.0

v2.1.1

Choose a tag to compare

@dominikhosic dominikhosic released this 14 Nov 14:46
  • Updating request headers name

Note

Response class methods getDailyCreditsLeft and getDailyCreditsLimit won't work anymore in the previous version of the library.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@dominikhosic dominikhosic released this 08 Nov 17:14
9ee789f
  • fix of wrong composer type
  • handling local exceptions bugfix
  • added setAuth method
  • response headers support

Full Changelog: v2.0.1...v2.1.0

v2.0.1

Choose a tag to compare

@dominikhosic dominikhosic released this 25 Sep 12:29
  • Email resource - added support for the array as an input parameter

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@dominikhosic dominikhosic released this 22 Sep 14:36
  • Initial release of the library for the new Foxentry API 2.0