Skip to content

Releases: petecoop/odt

Release 1.0.2

24 Oct 15:52

Choose a tag to compare

  • better error handling during save (9d52c28)
  • fix for matching brackets on @rowforeach, added @rowif (6bf4582)
  • http client note (3855531)

Release 1.0.0

23 Oct 14:02

Choose a tag to compare

  • Added the option to use a Gotenberg server for faster PDF conversion
  • Some better docs in the readme
  • Added new @rowforeach directive
  • Fixed issues with nested tables inside a loop
  • Added ODT::make() for easier setup outside of Laravel
  • Upgraded dependencies - supports Laravel 10, 11, 12
  • Refactored internals - ODT & PDF files are now treated similarly, can be saved, output as a stream or string or returned directly from a Laravel Controller
  • Pest tests

Release 0.3.1

21 Sep 13:25

Choose a tag to compare

  • remove dynamic property (e3bf5eb)

Release 0.3.0

21 Sep 11:19

Choose a tag to compare

  • add bin paths to find soffice (a71b129)

Release 0.2.0

12 Oct 17:29

Choose a tag to compare

Release 0.1.13

07 Oct 17:10

Choose a tag to compare

  • allow table to be an array key (caae815)

Release 0.1.12

01 Jun 14:07

Choose a tag to compare

  • fix for when php short tags is on and hits <?xml (1d35af1)

Release 0.1.11

04 Jun 15:40

Choose a tag to compare

Release 0.1.10

18 May 16:39

Choose a tag to compare

Release 0.1.9

17 May 16:46

Choose a tag to compare

  • image directive for base64 images, clean up code (7465b80)