Skip to content

Releases: gabrielbull/php-ups-api

Add DeliveryConfirmation to PackageServiceOptions

25 Oct 15:39
Compare
Choose a tag to compare
Merge pull request #190 from conrad10781/delivery-confirmation

Adding Delivery Confirmation functionality to PackageServiceOptions f…

Multiple small entity improvements

19 Oct 10:22
Compare
Choose a tag to compare
  • Allow reference number 2 on package
  • Add support for DeliveryConfirmation
  • Allow multiple tracking data (array) in single request

Extensions to several entities

19 Mar 13:15
Compare
Choose a tag to compare
  • Extend ShipmentServiceOptions in Shipping API
  • Fix for Begin and End date in Tracking API
  • Support for HazMat containers in Shipping API

Multiple results in Tracking + add Simple Address Validation class

15 Sep 12:11
Compare
Choose a tag to compare
  • The Tracking API now supports multiple results on one reference number. It can be activated using a feature flag.
  • A second Address Validation class has been added. The existing one only works for US/PR customers of UPS, while this one supports way more countries (e.g. European countries). The options and results are less extensive.

Response encoding breaks when no encoding detected, fallback to utf8_encode

12 Jul 08:00
Compare
Choose a tag to compare

Several Tracking, Shipping & TimeInTransit fields added

04 Jul 13:42
Compare
Choose a tag to compare
  • Add Shipping API Support for AdditionalDocumentIndicator in the InternationalForms node
  • Add Shipping API Support for EEIFilingOption in the InternationalForms node
  • Add TimeInTransit API Response Service Code Constants for US/EU Shipments to Entity/Service.php
  • Add Tracking API Response StatusType Constants

Performance - Do not create new Guzzle object for each Request but re-use

23 Jun 18:38
Compare
Choose a tag to compare

AccessPointCOD & RatedShipment++ & Fix password entities bug

31 May 10:08
Compare
Choose a tag to compare

Add extra parameters for filtering on Tracking API

04 Mar 15:24
Compare
Choose a tag to compare

Improve Address Validation object options

01 Mar 19:26
Compare
Choose a tag to compare
0.7.5

Update CHANGELOG.md