Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 751 Bytes

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 751 Bytes

v0.3.0

  • Support updated create link response.
  • Remove unused expiration field from LinkData.

v0.2.4

  • Allow ShowLinkResponseData value to store a boolean value.

v0.2.3

  • Add template to show link response.

v0.2.2

  • Update composer.json to use semantic versioning for mblsolutions/link-module-php package

v0.2.1

  • Add support for cancel link endpoint

v0.2.0

  • Add Support for update links endpoint
  • Add the ability to disable open auth for development purposes
  • Update readme to include installation information
  • Fix status enum typo

v0.1.2

  • Handle requests which don't return a response
  • Update show link response to allow NULL & array values

v0.1.1

  • Update show to use it's own DTO

v0.1.0

  • Initial release