Changelogs & Release Notes

Show changelog from version to

1 Bugfixes
1 Features
9 Tweaks
SetaPDF-FormFiller Lite Component
Tweak
  • Code style, doc-block optimizations and cleanup.
  • Harden data types by using SetaPDF_Core_Type_*::ensureType() calls.
  • Implemented AbstractField::_getTDictionary() and make use of it in all field classes instead of a manual implementation.
SetaPDF-Core Component
Feature
  • Handle invalid OpenSSL and PHP version setup.
Bugfix
  • Fixed parsing of JPEG files with markers in compressed data.
Tweak
  • Optimized decoding in AsciiHex filter class.
  • Code style, doc-block optimizations and cleanup.
  • Added check for incompatible OpenSSL/PHP version environment and introduced SecHanddler::$useArcfourFallback to force the usage of an Arcfour implementation in PHP.
  • Only handle exceptions of SetaPDF_Exception in SetaPDF_Core_Type_AbstractType::_ensureType() method.
  • Harden data types by using SetaPDF_Core_Type_*::ensureType() calls and explicit data type checks.
  • Optimized doc-blocks.