Skip to content

Releases: kennethormandy/craft-api2pdf

v5.0.0-beta.1

20 Dec 22:26
aec7ce6

Choose a tag to compare

Added

  • Added Craft 5 compatibility

v4.0.0

20 Dec 22:26
ba6b5ed

Choose a tag to compare

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

20 Dec 22:25
8251990

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release

Added

  • Added Craft 4 compatibility

v0.5.0

07 Jul 19:34

Choose a tag to compare

Added

  • Adds support for merge action
  • Adds Twig merge function

Changed

  • Removed manual loading of .env file, fixing running of tests on CI

Fixed

  • Examples in README using url instead of pdf in result

v0.4.0

07 Jul 19:34

Choose a tag to compare

Added

  • Adds support for passing in the API key as an option
  • Adds basic tests
  • Adds icon
  • Adds license

v0.3.0

07 Jul 19:33

Choose a tag to compare

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)