Skip to content

Releases: contributte/pdf

v4.0

14 Mar 23:09
Compare
Choose a tag to compare

Bump! ๐Ÿ’ƒ๐Ÿป

Diff: v3.1...v4.0

Changes:

  • mpdf 7 support
  • PHP 7.2 support
  • allowed to override mPDF showImageErrors

BREAKING CHANGE: minimal compatibility set to PHP v5.6

v3.1

10 Sep 14:52
Compare
Choose a tag to compare

Bump! ๐Ÿ’ƒ๐Ÿป

Diff: v3.0.0...v3.1

Changes:

  • support for PHP 7.1
  • support for underscores in filenames when calling PdfResponse::save()

v3.0.0-beta.2

30 Dec 17:49
Compare
Choose a tag to compare

Bumped! ๐Ÿ‘ฆ

Diff: v3.0.0-beta...v3.0.0-beta.2

Changes:

  • refactoring: added properties with setter validations for most of fields, refactoring: removed deprecated ITemplate from nette <2.2 [71761cc]
  • readme: examples improved [af8bf15]

v3.0.0

19 Sep 22:34
Compare
Choose a tag to compare

Bump! ๐Ÿ’ƒ๐Ÿป

Diff: v2.2.3...v3.0.0

Changes:

  • upgraded to mPDF v6+
  • travis: tests against php7
  • composer: required php5.4+
  • PdfResponse: introduced PdfResponse::ZOOM_* and PdfResponse::LAYOUT_* constants
  • PdfResponse refactored - added property accessors with validation for most of the fields
  • removed (deprecated) ITemplate support from Nette <2.2

v3.0.0-beta

30 Dec 17:49
Compare
Choose a tag to compare

Bumped! ๐Ÿ‘ทโ€โ™‚๏ธ

Diff: v3.0.0...v3.0.0-beta

Changes:

v2.2.3

13 Jan 21:33
Compare
Choose a tag to compare

Bump! ๐Ÿ’ƒ๐Ÿป

Diff: v2.2.2...v2.2.3

Changes:

  • tests in travis no longer tests against hhwm
  • mPDF series 5.7.* begining with 5.7.3 (including) are not supported

v2.2.2

21 Nov 23:08
Compare
Choose a tag to compare

Bump! ๐Ÿ’ƒ๐Ÿป

Diff: v2.2.1...v2.2.2

Changes:

  • fixed incompatibility with bugged mpdf v5.7.3
  • all changes: diff

v2.2.1

31 Jul 13:02
Compare
Choose a tag to compare

Bump! ๐Ÿ’ƒ๐Ÿป

Diff: v2.2.0...v2.2.1

Changes:

  • fixed onBeforeComplete event
  • fixed setting page format, orientation and margin that had no efect when called after mPDF instance was created. These properties have to be set before getMPDF() is called, an exception is thrown otherwise.
  • tests reworked, enabled travis-ci testing
  • all changes: diff

v2.2.0

18 May 03:11
Compare
Choose a tag to compare

Bump! ๐Ÿ’ƒ๐Ÿป

Diff: v2.1.1...v2.2.0

Changes:

  • Nette 2.2.* compatible
  • added tutorial for usage with standalone Latte
  • removed inner callback createPDF
  • added several error handlers
  • new Exception classes (BC break)
  • added __toString()
  • all changes: diff

Released version 2.1.1

24 Feb 15:47
Compare
Choose a tag to compare

Bump! ๐Ÿ’ƒ๐Ÿป

Diff: v2.2.0...v2.2.1

Changes:

  • background templates fixed (fixed bug with blocked writing to multiple pages)
  • removed example (will be path of a demo repository soon)
  • composer.json updated (package name changed to joseki/pdf-response)