Skip to content

Releases: Textalk/textalk-webshopclient-php

PHP support

05 Jul 06:19
0dcde52
Compare
Choose a tag to compare
  • Support of PHP ^7.2 and ^8.0
  • Dropped support of older PHP versions
  • Fixed broken tests, PSR code standard

Fix class/file name conflict

04 May 09:38
Compare
Choose a tag to compare
0.2.7

Fix file anem error

http(s) headers support

12 Jul 07:47
Compare
Choose a tag to compare

Support for http and https connections with headers.

http(s) support

06 Jul 08:55
Compare
Choose a tag to compare

Support for http and https connections. wss is still used as default.

Regarding options in Connection::getClient

24 Sep 13:15
Compare
Choose a tag to compare

The options are now used in Connection::getClient.

New error codes

01 Mar 13:08
Compare
Choose a tag to compare

Handle more error codes from the API.

Added mock classes for testing

10 Feb 15:17
Compare
Choose a tag to compare
Merge pull request #11 from Textalk/mockclasses

Added mock classes for better testing.

Using stable dependencies

31 Oct 07:33
Compare
Choose a tag to compare

No dev- in dependencies.

Request header options

29 Oct 16:12
Compare
Choose a tag to compare
  • Explicitly always using WebSocket connection.
  • Adding possibility to set options for connection, like headers and timeout.
  • Removed case-juggling in class name magic; use correct casing!

Better exception messages

28 Oct 16:07
Compare
Choose a tag to compare
Merge pull request #8 from Textalk/dev-exception-message

Better exception messages.