Project

General

Profile

FPDF Advanced Multicell Changelog

All notable changes to FPDF Advanced Multicell will be documented in this file.

3.4.0 (2022-05-23)

  • Change, Simplify style inheritance and definition.
    • use default tag for default styling
    • remove base default style
    • remove deprecated functions
    • create setStyleAssoc function, for associative style defining
  • Change, Drop support for PHP5, min PHP 7.1 required

3.3.0 (2021-12-13)

  • Change, Text Shrinking Feature, Height Limitations, Max Lines, Max Height (#1979)
  • Fix, Multicell Text - Text Strike-through invalid Multicell Border Color (#1982)
  • Fix, Multicell Bottom Padding Issue (#1980)
  • Fix, PHP 5.6 errors (#1981)
  • Change, Improve testing over multiple php versions

3.2.0 (2021-07-07)

  • Change, Tag nowrap attribute (#1976)

3.1.2 (2020-12-29)

  • Fix, PHP 8 support (#1969)

3.1.1 (2020-12-28)

  • Change, Code quality improvements (#1964)

3.1.0 (2020-10-03)

  • Change, Add support for Strikethrough text (#1950)
  • Fix, Nested tags uses default style (#1951)

3.0.1 (2020-04-15)

  • Change, improved examples

3.0.0 (2020-04-08)

  • Change, use FPDF library from composer: composer require "setasign/fpdf"
  • Change, Add support for tag width and align attributes
  • Change, "ypos" sub-superscript parameter is deprecated. Use "y" instead.
  • Change, Implement Style Inheritance (#1931)
  • Change, Use single quotes in PHP code (#1930)
  • Change, Provide as composer package (#1929)

2.6.3 (2019-02-06)

  • Change, Examples folder clean-up (#1755)

2.6.2 (2018-11-27)

  • Fix, PHP 7.* deprecation issues - each() function is deprecated (#1680)

2.6.1 (2018-09-19)

  • Fix, /vendor folder moved to /library (conflict with composer) (#1681)

2.6.0 (2018-08-28)

  • Fix, Table vertical align not working (#1202)
  • Change, Use array short-hands (#1201)
  • Change, Implement Namespaces (#1200)
  • Change, Remove Hungarian Notation (#1199)

2.5.1 (2017-08-29)

  • Change, Update FPDF Utf8 version to the latest version (#1257)
  • Change, Unable to open saved PDF in Acrobat Reader (#1043)

2.5.0 (2016-09-12)

  • Change, Upgrade to Tcpdf 6.2.13 (tcpdf) (#947)
  • Change, Code improvements (#946)
  • Change, Upgrade to FPDF 1.8 (#945)
  • Fix, PDF result differences between PHP5 and PHP7(fpdf) (#944)
  • Fix, Relative font size in MultiCell not working as expected (#895)
  • Fix, Addons don't work in PHP7 (#828)

2.4.0 (2014-08-23)

  • Support, Code Refactoring (#689)

2.3.1 (2013-11-20)

  • Fix, html character in table utf-8(tfpdf) (#558)

2.3.0 (2013-11-11)

  • Change, Transparent multicell (#553)
  • Backward compatibility(Version 2.2.*)
  • The Advanced Multicell class is renamed to: PdfMulticell for all Pdf Addons.

2.2.0 (2012-10-12)

  • Change, Code refactoring, structure changes, more examples

2.1.0 (2012-09-14)

  • Change, line breaking characters can be changed programmatically
  • Change, update of the licence agreement

2.0.4 (2012-03-12)

  • Fix - AcceptPageBreak not checked before page-break execution

2.0.3 (2012-03-12)

  • Change, FPDF ws incorrect when writing the content to the pdf (#284)
  • Fix, FPDF Table - Empty content generated(multiple pdf documents) (#283)

2.0.0 (2012-01-14)

  • Change, Make the MulticellTag Class independent from FPDF (#258)

  • %{background-color:yellow}Invalid issue ID%

  • no need to extend FPDF class anymore, the fpdf object will be passed as a parameter to the multicell class

  • class names, filenames and functions are changed

Note

The format is based on Keep a Changelog and this project adheres
to Semantic Versioning