Skip to content

Releases: devmycloud/MyCloudAPI-SDK-PHP

Final 0.7.x release

29 Aug 16:24

Choose a tag to compare

Final 0.7.x release Pre-release
Pre-release

Final version for the 0.7.x release.

Fixes to v0.7.7

29 Aug 14:52

Choose a tag to compare

Fixes to v0.7.7 Pre-release
Pre-release

During testing one remaining bug was identified in release 0.7.7. Fixed.

Final Pre-release with bug fixes.

29 Aug 14:07

Choose a tag to compare

Pre-release

This release fixes a major bug of the Order API functionality, and adds one new feature.
The bug fixed was related to updating an existing order. If the Order object did not set the customer or (most importantly) the delivery mode, these values would be sent to the server and stored as zero values in the id columns of the Order, this breaking the order. This has been corrected.
Also added the new "can_pick" attribute to Orders, which allows the client to indicate that an order should not be sent for pick or further processing, even though the order has already been approved.

Final pre-release

18 Dec 20:55

Choose a tag to compare

Final pre-release Pre-release
Pre-release

This release includes a number of bug fixes identified by client testing, the addition of missing functionality, and needed validity checks. Tracking numbers are now provided for orders that have shipped. Inventory is now provided when requesting product information. Order can now be identified by their numeric ID, MCNumber, or shop's OrderNumber. Products can now be referenced by their Shop SKU when creating orders. Deleted orders can now be requested.

Beta release implementing Shop SKU

22 Nov 18:14

Choose a tag to compare

Pre-release

This release implements the new Shop SKU functionality, which allows the shop to set a product SKU code specific to the shop, as well as use this SKU in creating and accessing products, as well as when creating new orders.

Full functionality beta release.

06 Nov 18:42

Choose a tag to compare

Pre-release

This beta release contains all API functionality that will be included in the first release.

Initial public release.

02 Nov 05:48

Choose a tag to compare

Pre-release

Initial public release containing all first release models and functionality.