Skip to content

Releases: FriendsOfCake/CakePdf

3.2.1

24 Aug 06:06
Compare
Choose a tag to compare
  • Add options for wkhtmltopdf delay and window status parameters
  • Update README
  • Coding standards fixes.

3.2.0

14 Apr 17:57
Compare
Choose a tag to compare
  • Updated DomPdf engine to support dompdf 0.7

3.1.2

12 Apr 19:25
Compare
Choose a tag to compare
  • Reverted back to using Dompdf 0.6. The namespace change done in previous release meant one had to use dompdf 0.7. Such a change should not have been done in a bugfix release.

3.1.1

22 Mar 19:23
Compare
Choose a tag to compare
  • TexToPdf engine added
  • Fixed namespace for Dompdf
  • Various other fixes and documentation updates

3.1.0

20 Mar 07:21
Compare
Choose a tag to compare
Merge branch '3.0'

Version compatible with CakePHP 3.0.*

20 Sep 15:36
Compare
Choose a tag to compare

This version is compatible with CakePHP 3.0.*

Bugfix release

16 Jul 06:23
Compare
Choose a tag to compare

MInor release, mainly to fix composer installs for ~1.0 as they end up in the wrong folder

1.0.1

23 Sep 08:05
Compare
Choose a tag to compare
  • Fixing bug with wkhtmltopdf when config has no options
  • Add missing App::uses() in several places
  • Non code related updates on readme and travis setup