Releases: traincase/laravel-pdf-tinker
Releases · traincase/laravel-pdf-tinker
2.1.0
2.0.0
To add support for Laravel 9 some changes were made in the underlying dependencies. You can still keep using v1.x if you're using Laravel 6, 7 or 8.
Removed
- The
graham-campbell/flysystem
was dropped, since there was no support for Laravel 9 as of writing.
Added
- Instead the
league/flysystem
dependency for version 3 has been added. This is also the version being used by Laravel 9.
Changed
- Required Laravel 9.
- Updated the minimum PHP version to 8.0, which is the same a Laravel 9.
Upgrading
Upgrading from 1.x to 2.x does not require you to make any specific changes when using the built-in drivers. The only requirement is to use Laravel 9. If you have made any custom drivers, you have to do tiny change to adhere to the new interface. This change was necessary because if the flysystem upgrade.
1.0.1
This latest release supports Laravel 6, 7 and 8. For Laravel 9 use 2.x.