Releases: schantldev/statamic-formattach
Releases · schantldev/statamic-formattach
v1.2.0
What's Changed
Note
If you have previously published the view, you may experience that the margins have increased drastically. In order to fix this, add the new margins options to the addons config file and adjust them accordingly or alternatively adjust your view to not add any padding.
/**
* The margins applied to PDF pages.
*/
'margins' => [
'top' => 0,
'right' => 15,
'bottom' => 5,
'left' => 10,
'unit' => 'mm',
],Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.1
Add MIT license
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.0.0 - Initial release
Not much to say. An initial release, currently without tests. Let's get them added - the sooner the better!
Full Changelog: https://github.com/schantldev/statamic-formattach/commits/v1.0.0