- Refactor for PW 3.x
- Drop PW 2.x support
Use version 1.x for backward compatibility with ProcessWire 2.x
- Remove PW 3.x related things
- Making PW 3.x namespace fixing reliable.
- Fixed module upgrading on PW 3.x [issue #12]
- Use Tense for testing against multiple versions of ProcessWire
- ProcessWire 3.x support
- Module is installable via Composer
- Use PW-Test for testing against multiple versions of ProcessWire
- Fixed module's installation by classname
- 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
thumbnail
method, usetoImage
instead. - Deprecated
isThumbnail
method, useisImageOfThis
instead. - Deprecated
removeThumbnails
method, useremoveImages
instead.