Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

38 lines (31 loc) · 1.05 KB

Changelog

1.1.0 2016-04-11

Added

  • Namespacing for PSR-4 support.
  • composer.json for packagist support.
  • Composer FPDF requirement.

Changed

  • Moved functions into their own include.
  • Converted supporting documents to markdown.
  • Moved examples into their own folder.

Removed

  • Hard dependency on FPDF.
  • Autorun support.

1.0 - 2009-10-14

  • FPDF upgraded from 1.52 to 1.6
  • Barcode (code 39) support added
  • HTML entity € added
  • HTML entity • added
  • Fixed pagebreak bug
  • Improved auto-create page mechanism
  • COLOR attribute support 16 colors by name.
  • LINE tag default X2 parameter is changed into right margin
  • New attributes added for PAGE tag (TOP,LEFT,RIGHT,BOTTOM,BORDER)
  • New configuration variables PDML_AutoStart, PDML_FileName, PDML_Orientation, PDML_Format added

0.9 alpha - 2004-05-04

  • Featuring cells, ellipses and multi-columns.

0.8 alpha - 2004-05-03

  • First version.