Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

64 lines (43 loc) · 1.83 KB

2.0.0 (2020-30-12)

Changed

  • Refactor for PW 3.x

Deprecated

  • Drop PW 2.x support

1.2.0 (2020-30-12)

Use version 1.x for backward compatibility with ProcessWire 2.x

Changes

  • Remove PW 3.x related things

1.1.5 (2018-04-05)

Fixed

  • Making PW 3.x namespace fixing reliable.

1.1.4 (2017-08-08)

Fixed

  • Fixed module upgrading on PW 3.x [issue #12]

1.1.3 (2017-04-19)

Changed

  • Use Tense for testing against multiple versions of ProcessWire

1.1.2 (2016-12-09)

Added

  • ProcessWire 3.x support
  • Module is installable via Composer

Changed

  • Use PW-Test for testing against multiple versions of ProcessWire

1.1.1 (2016-08-26)

Fixed

  • Fixed module's installation by classname

1.1.0 (2016-08-26)

Added

  • PDF to image converter is now configurable in admin [issue #7]
  • You can specify PDF's page number to generate thumbnail [issue #3]
  • Fix bugs [issue #4, issue #6]
  • Add ApiGen config for API documentation generation
  • Add PHPUnit tests
  • Add license (MIT)

Deprecated

  • Deprecated thumbnail method, use toImage instead.
  • Deprecated isThumbnail method, use isImageOfThis instead.
  • Deprecated removeThumbnails method, use removeImages instead.

1.0.1 (2014-05-29)

Added

  • Added module requirements check [issue #2]
  • Set important ImageMagick settings before conversion [issue #1]