Skip to content

Releases: rawilk/laravel-ups

v2.1.6

20 Mar 15:36
88f1686
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.5...v2.1.6

v2.1.5

03 Nov 13:18
5ccb94c
Compare
Choose a tag to compare

What's Changed

  • 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: v2.1.4...v2.1.5

v2.1.4

28 Jun 14:20
000b116
Compare
Choose a tag to compare

Updated

  • Store shipping labels in GIF format instead of PNG
  • Use imagerotate instead of Imagick to rotate shipping labels

Full Changelog: v2.1.3...v2.1.4

v2.1.3

22 Feb 21:15
ceaada5
Compare
Choose a tag to compare

Updated

  • Add Laravel 9.* support - #3
  • Add PHP 8.1 support

Fixed

  • Make any offsetGet() calls compatible with ArrayAccess interface

2.1.2

18 Aug 18:50
06d0c1e
Compare
Choose a tag to compare

Fixed

  • Encode special characters with htmlspecialchars when converting entities to xml

2.1.1

04 Mar 18:39
23f637c
Compare
Choose a tag to compare

Updated

  • Update ShipAcceptResponse to set negotiated rates
  • Stop ShipAcceptResponse from filtering out $0.00 charges

2.1.0

04 Mar 16:46
Compare
Choose a tag to compare

Added

  • 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)

2.0.0

22 Feb 15:38
Compare
Choose a tag to compare

Breaking Changes

  • Drop support for PHP 7
  • Drop support for Laravel 7
  • Require PHP 8

1.0.0

26 Sep 00:56
7cb8d5e
Compare
Choose a tag to compare

initial release