Skip to content

Releases: danielboendergaard/phantom-pdf

v3.1.0

20 Mar 15:54
a83ab2d
Compare
Choose a tag to compare
Fixed support for Laravel 11 (#27)

v3.0.0

28 Jun 12:51
Compare
Choose a tag to compare

Support Symfony 6

v2.0.0

16 Mar 16:06
Compare
Choose a tag to compare

Compatibility with Symfony 5

v1.4.0

16 Mar 15:57
Compare
Choose a tag to compare

Symfony made a breaking change to their Process component. The version contraints in this package were to loose and allowed all new versions.

v1.3.0

21 Sep 09:04
Compare
Choose a tag to compare

Inline option for createFromView
Laravel 5.5 package discovery

v1.2.0

25 May 08:17
Compare
Choose a tag to compare

Added a configuration option for setting a custom conversion script.

v1.1.0

12 May 08:01
Compare
Choose a tag to compare

Moved the default base_tag setting to the config file to be able to skip the insertion of the tag entirely. This might give some issues if you have overridden the config file. If your assets are not loading, update your config file to reflect the new default: https://github.com/danielboendergaard/phantom-pdf/blob/master/src/config/config.php#L27