Skip to content

Releases: codeshell/fpdm

Filters, ASCII field names and checkboxes

Choose a tag to compare

@codeshell codeshell released this 12 Jun 00:00

Source modifications:

  • LOAD: filters via autoload classmap instead of require_once. Should fix errors when added to frameworks.
  • FIX: convert ASCII object names to utf-8 while parsing definitions
  • ADD: custom checkbox parser (opt-in mode)

Changes to folder structure:

  • MOVE: app files to src directory.
  • KEEP: top level fpdm.php as entry point / wrapper for all who do not use autoload files.

go for composer

Choose a tag to compare

@codeshell codeshell released this 10 Nov 16:20

Add bugfixes, autoload ability and php 7.x compatibility to original 2.9 release.

Untouched version 2.9

Untouched version 2.9 Pre-release
Pre-release

Choose a tag to compare

@codeshell codeshell released this 10 Nov 16:09

Contains the unchanged original source of version 2.9 as published on fpdf.org.

This won't work for autoloading (e.g. composer) without additional changes to the source code. Necessary changes will be released as versions 2.9.x