Releases: MyParcelCOM/api-sdk-php
Releases · MyParcelCOM/api-sdk-php
v2.10.0
- Added fuel_surcharge to service-rate resource
- Fix getFuelSurchargeAmount
v2.9.3
- Reduced default caching to 10 minutes for get all resources endpoints
- Set no caching for get single resource by ID endpoints
v2.9.2
- Thow a clear error when
updateShipment()
is provided a Shipment without an ID.
- Allow newer versions of the HTTPlug dependency to support more PSR implementations.
v2.9.1
- Fix customs
shipping_value
JSON structure when saving shipment.
v2.9.0
Added shipping_value
to the Customs resource (getter/setter for amount and currency).
v2.8.0
- Label mime types for carriers and shipments.
- Bugfix: shipment
meta
should be outside of data
.
v2.7.0
- Added
sender_tax_number
to Shipment resource.
v2.6.0
- Added
name
to Contract resource.
- Added
license_number
and certificate_number
to Customs resource.
- Added
recipient_tax_number
to Shipment resource.
- Added
item_weight
to ShipmentItem resource.
- Removed unused
billing_address
from Shop resource.
v2.5.0
- Changed incoterm
DDU
to DAP
.
- Removed Prestissimo (Composer updated to v2).
v2.4.0
- Added
image_url
to ShipmentItem
resource.