Skip to content

Releases: FriendsOfCake/CakePdf

3.5.2

31 Oct 08:48
44451b4
Compare
Choose a tag to compare
  • Fix problem related to session-handling in PHP 7.2 #276

3.5.1

30 Apr 12:08
20fd435
Compare
Choose a tag to compare
  • Update use of deprecated method #257

3.5.0

16 Apr 22:10
43e6da4
Compare
Choose a tag to compare
  • CakePHP 3.6 support.

3.4.0

15 Mar 16:48
a8c9208
Compare
Choose a tag to compare
  • Update DomPdf to 0.8. #246

3.3.4

15 Mar 16:27
7b62c4b
Compare
Choose a tag to compare
  • Revert Response::getType()/setType() to Response::type(). #245

3.3.3

09 Mar 20:56
c868827
Compare
Choose a tag to compare
  • Updated use of deprecated methods and code cleanup. #242

3.3.2

09 Mar 17:40
Compare
Choose a tag to compare
  • Set proper default temp folder for Mpdf and also allow setting options. #241, b6b135c

3.3.1

22 Dec 11:40
a095d20
Compare
Choose a tag to compare

Fixes

  • Fix setting orientation for mPDF. #234

3.3.0

21 Dec 05:48
15a2c77
Compare
Choose a tag to compare

Enhancements

  • MpdfEngine updated to support mPDF 7.0.
    Min. supported versions updated to PHP 5.6 and CakePHP 3.4. #232

Fixes

  • Fixed switch of View class when exception is thrown. #224
  • Add cwd option for WkhtmlEngine. #225

3.2.3

23 Feb 13:49
Compare
Choose a tag to compare
  • Escapes binary path of wkhtmltopdf on windows #195
  • wkthmltopdf engine: support for array options #197
  • Ensure exception is not thrown when wkhtmltopdf returns output to stdout.