Skip to content

v1.2.3

Choose a tag to compare

@tomkiss tomkiss released this 16 Apr 14:52
· 39 commits to main since this release
66f8179
  • Adds file checking to prevent errors if a file has been removed from disk but not from Craft DB (Thanks to @mokopan for the suggestion 🙌).
  • Adds a helper function, memoryInfo. This will return the approximate memory required (in bytes) to load an asset in to memory. Available as a twig filter and in GraphQL.
  • Added a sample GraphQL asset query, located in resources/demo.graphql.