Skip to content

Releases: mccarlosen/laravel-mpdf

v2.1.13

01 Sep 15:24
f2461fa
Compare
Choose a tag to compare
Update composer.json

v2.1.12

09 May 23:39
Compare
Choose a tag to compare
v2.1.12 Pre-release
Pre-release
  • Remove psr/log notice from readme as mPDF supports 3.x [#123 ]
  • Mark methods as static to avoid false positives [#114 ]

v2.1.11

28 Dec 02:38
Compare
Choose a tag to compare
  • Namespace change.
  • Fix php versioning definition in composer.json. Previously the definition broke support for PHP 8.2.
  • Update readmed file.
  • General improvements.

v2.1.10

11 Nov 03:49
Compare
Choose a tag to compare
  • Change mpdf version to ^8.1. Constraint will be satisfied by versions matching >=8.1.0 <9.0.0-0.

v2.1.9

25 Aug 17:12
Compare
Choose a tag to compare
  • Add support for the macroable trait
  • Update readme file

v2.1.7

24 Aug 19:29
Compare
Choose a tag to compare

Updated composer file

  • Added PHP 7.4 compatibility
  • Add config variable to use active forms

v2.1.6

05 May 02:29
Compare
Choose a tag to compare
  • Compatibility PSR-4 and PHP 8.0
  • Fixed psr-4 autoload

v2.1.5

30 Mar 21:26
810008e
Compare
Choose a tag to compare

Add ability to chunk big HTML

v2.1.4

05 Feb 12:45
d4528c6
Compare
Choose a tag to compare

Additions and modifications

  • Add support for Laravel Autoloading
  • Handle fontdata same as fontDir handling