Skip to content

Releases: DocnetUK/tfpdf

v2.2.7

16 Oct 07:53
41feb1f
Compare
Choose a tag to compare

What's Changed

  • Fix #42: PHP 8.2 Creation of dynamic property in TTFontFile.php (part2) by @mathroc in #43

New Contributors

Full Changelog: v2.2.6...v2.2.7

v2.2.6

19 Jul 11:05
1288d98
Compare
Choose a tag to compare
  • Fix for Creation of dynamic property tFPDF\TTFontFile::$version is deprecated showing up on PHP8.2

v2.2.5

26 Jun 20:21
94bc60d
Compare
Choose a tag to compare

Changed

  • Change BeginPage() visibility

v2.2.4

26 Jun 20:16
a0b5d65
Compare
Choose a tag to compare

Fixed

  • Fix PHP 8.2 compatibility for TTFontFile

v2.2.3

21 Jan 10:55
e2809ce
Compare
Choose a tag to compare

Changed

  • Change PutPages() method visibility from private to protected

v2.2.2

08 Jan 09:52
d48543f
Compare
Choose a tag to compare

Fixed

  • Using 0-255 grayscale scale, instead 0-100, which was changed in 2.2.0

v2.2.1

27 Nov 12:43
4503a52
Compare
Choose a tag to compare

Fixed

  • SetDrawColor would set the fill colour instead.

v2.2.0

22 Oct 16:03
Compare
Choose a tag to compare

Added

  • GetPageWidth and GetPageHeight methods

Changed

  • Updates to SetTextColor, SetFillColor and SetDrawColor to support CMYK and (correctly) grayscale

v2.1.1

19 Sep 12:50
87894c1
Compare
Choose a tag to compare

Changed

  • Improved PHPDocs across the files

v2.1.0

26 Jan 09:20
a5916e7
Compare
Choose a tag to compare

Added

  • Password protected PDF generation possible when using ProtectedPDF class