Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@mnastalski mnastalski released this 08 Dec 21:32
1e714f1

Complete code refactor:

  • Requires PHP >= 8.1
  • Doesn't use interfaces anymore
  • Initialized with param instead of array: new Baselinker('token')
  • BaselinkerException takes the response object and makes it accessible
  • Changed method params in BaselinkerConnect class to reflect changes in the API