Releases: gabrielbull/php-ups-api
Small adjustment to AlternativeDeliveryAddress
0.5.1 Limit alternate delivery address names to 35 characters
Release 0.5.0
- Added UTF8 compatibility for UPS responses
- Added Guzzle to handle requests
- Changed required PHP version to 5.5
- Removed Autoloader in favor of composer
Locator Class
Locator Class added + several adjustments in Shipping class to be able to use AccessPoints. Locator class can be more complete, but serves my needs: address search, lat/lng search & search for one location is possible
Added extended Address Validation class
Added Address Validation (street level, means the extended version) to the package. Thanks to @straversy.
Fix in TimeInTransit + QV Notifications Shipping API
0.3.2 Time in Transit to address fix
Added PSR3 logging support
Added PSR3 logging support.
INFO messages are logged for each request & response including the endpoint & an unique ID to identify request + response as connected.
Debug messages are logged with the information from INFO message, but with added XML request + response (no access keys included).
Messages with higher severity are logged for failing connections & invalid XML.
TimeInTransit improved
Rewrote part of TimeInTransit to use getters/setters and toNode functions + added an example in README.md. Removed deprecated functions in this part. Also some minor other adjustments/fixes throughout other functions.
TimeInTransit changes are not totally backwards compatible.
0.2.5: Merge pull request #28 from guiparmezani/master
0.2.4: Merge pull request #24 from scufa/dimensions
Dimensions are not required in Rate API