Project

General

Profile

FPDF Advanced Table Changelog

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

6.5.0 (2022-05-23)

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

6.4.0 (2021-12-13)

  • Change, Add inline style support (#1983)
  • 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

6.3.0 (2020-07-07)

  • Change, Improve Table Configuration Settings (#1974)
  • Change, Tag nowrap attribute (#1976)

6.2.1 (2020-12-29)

  • Fix, PHP 8 support (#1969)

6.2.0 (2020-12-28)

  • Change, Fixed height for table cell (#1968)
  • Change, Code quality improvements (#1964)

6.1.1 (2020-12-15)

  • Change, Use classes instead of php require in examples (#1964)
  • Change, Remove unused code from table class (#1964)

6.1.0 (2020-10-03)

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

6.0.1 (2020-04-15)

  • Fix, typo in $table->setStyleDep function
  • Change, improved examples

6.0.0 (2020-04-08)

  • Change, use FPDF library from composer: composer require "setasign/fpdf"
  • Change, Upgrade to Advanced Multicell 3.0.0
  • Change, Implement Style Inheritance
  • Change, Use Single Quotes in code (#1930)
  • Change, Provide as composer package (#1929)

5.4.5 (2019-06-07)

  • Fix, PHP 7.3 compatibility (#1840)

5.4.4 (2019-02-06)

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

5.4.3 (2018-12-30)

  • Change, Version update for version compatibility with TCPDF AddOns

5.4.2 (2018-11-27)

  • Fix, PHP 7.* deprecation issues (#1680)

5.4.1 (2018-09-19)

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

5.4.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)

4.3.1 (2017-08-29)

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

4.3.0 (2016-09-12)

  • Change, Code improvements (#946)
  • Change, Upgrade to FPDF 1.8 (#945)
  • Fix, PDF result differences between PHP5 and PHP7(fpdf) (#944)
  • Fix, Passing TABLE_ALIGN to setTableConfig does not work (#896)
  • Fix, Relative font size in MultiCell not working as expected (#895)
  • Fix, Add-ons don't work in PHP7 (#828)

4.2.0 (2015-08-23)

  • Change, FPDF Addons - Add support for ISO encoding (#804)

4.1.0 (2014-08-23)

  • Change, SVG Images support for tables - ONLY for Tcpdf (#690)
  • Change, Code Refactoring (#689)
  • Change, Disable page-break of a table (#608)

4.0.1 (2013-11-20)

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

4.0.0 (2013-11-11)

  • Change, Transparent tables (#555)
  • Change, Images support for tables (#552)
  • Change, Use the same versions for Advanced Table classes
  • Change, Backward compatibility(Version 4..)
  • The Advanced Table class is renamed to: PdfTable for all Pdf Addons

4.2.0 (2012-10-12)

  • code refactoring, structure changes, more examples

4.1.0 (2012-09-14)

  • Version update due to multicell version changes, update of the licence agreement

4.0.5 (2012-08-02)

  • Fix - errors displayed and wrong table alignment in case the table was started and it's not enough space on the current page.

4.0.4 (2012-05-21)

  • Version update due to multicell version changes.

4.0.3 (2012-03-12)

  • Fix, Empty content generated(multiple pdf documents)
Note

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