New FPDF version
I guess the author probably didn’t predict that FPDF, the free PDF generation library for PHP, would be used by a huge amount of projects 7 years after it’s inception.
Although it’s recommended to use something like UFPDF or Zend_Pdf with UTF-8 support, it’s notable how many websites still use FPDF. The package, until recently, hasn’t been updated in the last 4 years.
Last month though, Olivier Plathey suddenly released a new version (1.6) with some important bugfixes and features. Time to upgrade!
If this is a start of more bugfixes/new releases, a subversion repository would be nice.

