Skip to content

Releases: repat/plentymarkets-rest-client

0.1.16

01 Jun 06:04
Compare
Choose a tag to compare
  • Enable / Disable json_decode() to get raw response body
  • Update README

0.1.15

28 Feb 02:44
Compare
Choose a tag to compare
  • Enable returning PDFs

0.1.14

20 Jan 23:32
Compare
Choose a tag to compare
  • Add short period write limit reached error handling (thx resslinger)

0.1.13

15 Jul 22:49
Compare
Choose a tag to compare

0.1.12

31 May 10:19
Compare
Choose a tag to compare

0.1.11

22 Mar 02:32
Compare
Choose a tag to compare
  • PR 15

Plus:

  • Changed strpos() -> s() with stringy
  • Changed composer.json to allow PHP 5.6 still (lots of people still use this 🤦 )
  • Extracted magic string / number to const
  • markdownlint

0.1.10

26 Aug 04:42
Compare
Choose a tag to compare
  • Allow handling Exceptions yourself (pass true as 3rd parameter)

0.1.9

13 Aug 11:31
Compare
Choose a tag to compare
  • Bugfix isAccessTokenValid()

0.1.8

06 Oct 22:41
Compare
Choose a tag to compare
  • Update so Carbon ^2.0 can be used

0.1.7

10 Sep 01:47
Compare
Choose a tag to compare
  • Fix constructor according to README