Releases: kennethormandy/craft-api2pdf
Releases · kennethormandy/craft-api2pdf
v5.0.0-beta.1
Added
- Added Craft 5 compatibility
v4.0.0
Added
- Added Craft 4 compatibility (no changes from v1.0.0-beta.1)
Removed
- Removed indication of support for Craft v3.x from
composer.json
v1.0.0-beta.1
Added
- Added Craft 4 compatibility
v0.5.0
Added
- Adds support for
mergeaction - Adds Twig
mergefunction
Changed
- Removed manual loading of
.envfile, fixing running of tests on CI
Fixed
- Examples in README using
urlinstead ofpdfin result
v0.4.0
Added
- Adds support for passing in the API key as an option
- Adds basic tests
- Adds icon
- Adds license
v0.3.0
Added
- Adds support for matching generating functions in Twig and as actions, updates README
- Adds support for using an environment variable for settings API key
Changed
- Clarified API: everything other than the initial URL or HTML is provided as options
- Updates README
Fixed
- Pins api2pdf dependency to specific version (v1.1.1)