All notable changes to laravel-ups
will be documented in this file
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #10
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #13
- Bump creyD/prettier_action from 4.2 to 4.3 by @dependabot in #14
- Add laravel 10.x support by @rawilk in #16
- Add php 8.2 support by @rawilk in #17
Full Changelog: https://github.com/rawilk/laravel-ups/compare/v2.1.5...v2.1.6
- Bump creyD/prettier_action from 3.0 to 4.2 by @dependabot in #7
- Bump actions/checkout from 2 to 3 by @dependabot in #8
- Convert test suite to pest
- Use
spatie/laravel-package-tools
for service provider
Full Changelog: https://github.com/rawilk/laravel-ups/compare/v2.1.4...v2.1.5
- Store shipping labels in GIF format instead of PNG
- Use
imagerotate
instead ofImagick
to rotate shipping labels
- Add Laravel 9.* support - #3
- Add PHP 8.1 support
- Make any
offsetGet()
calls compatible with ArrayAccess interface
- Encode special characters with
htmlspecialchars
when converting entities to xml
- Update
ShipAcceptResponse
to set negotiated rates - Stop
ShipAcceptResponse
from filtering out $0.00 charges
- Add ability to store generated label images automatically (#1)
- Add ability to retrieve decoded label images instead of decoding them manually (#1)
- Add configuration option to automatically rotate generated shipping label images vertically (#1)
- Drop support for PHP 7
- Drop support for Laravel 7
- Require PHP 8
- initial release