Releases: devmycloud/MyCloudAPI-SDK-PHP
Final 0.7.x release
Final version for the 0.7.x release.
Fixes to v0.7.7
During testing one remaining bug was identified in release 0.7.7. Fixed.
Final Pre-release with bug fixes.
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
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
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.
This beta release contains all API functionality that will be included in the first release.
Initial public release.
Initial public release containing all first release models and functionality.