Skip to content

Releases: siarheipashkevich/loyverse-sdk

v2.0.0

22 Feb 09:28
Compare
Choose a tag to compare

Breaking changes:

https://developer.loyverse.com/docs/#tag/Employees/paths/~1employees/get
$loyverse->employees(array $parameters); will return an array ['employees' => [], 'cursor' => 'string']

https://developer.loyverse.com/docs/#tag/Items/paths/~1items/get
$loyverse->items(array $parameters); will return an array ['items' => [], 'cursor' => 'string']

https://developer.loyverse.com/docs/#tag/Receipts/paths/~1receipts/get
$loyverse->receipts(array $parameters); will return an array ['receipts' => [], 'cursor' => 'string']

https://developer.loyverse.com/docs/#tag/Shifts/paths/~1shifts/get
$loyverse->shifts(array $parameters); will return an array ['shifts' => [], 'cursor' => 'string']

https://developer.loyverse.com/docs/#tag/Variants/paths/~1variants/get
$loyverse->variants(array $parameters); will return an array ['variants' => [], 'cursor' => 'string']

Full Changelog: 1.0.2...2.0.0

v1.0.2

26 Nov 08:49
Compare
Choose a tag to compare

Supports PHP 8.4

Full Changelog: 1.0.1...1.0.2

v1.0.1

20 Sep 07:50
Compare
Choose a tag to compare

Added missing properties to the some resources

v1.0.0

02 Dec 15:58
Compare
Choose a tag to compare

Updated GitHub workflow and make the package as stable

v0.2.4

18 Oct 20:27
Compare
Choose a tag to compare

Changed

  • Changed github worflow

v0.2.3

07 Oct 10:14
Compare
Choose a tag to compare
  • Added tests to scheduling and some small changes in configuration

v0.2.2

15 Jul 08:40
Compare
Choose a tag to compare

Added

  • Adds missing createReceipt method

v0.2.1

16 Mar 18:11
Compare
Choose a tag to compare

Fixed

  • Allow TimeoutException to be passed null values

v0.2.0

18 Feb 14:45
Compare
Choose a tag to compare

Stabilization

v0.1.9

18 Feb 14:26
Compare
Choose a tag to compare

Stabilization