Skip to content

Releases: clubstudio/craft3-asset-rev

Added $strict parameter to rev() function

22 Jun 10:29
Compare
Choose a tag to compare

This PR introduces an optional $strict parameter to the {{ rev(...) }} Twig function that allows you to have FilenameRev fallback to appending a query string in case the file does not exist in the manifest.

Non-existing files will also pass through if $strict = false as well.

Settings Changes for Beta 8

04 May 20:30
Compare
Choose a tag to compare

Craft 3 beta 8 changed the way plugin settings are handled.

Initial Release

19 Mar 16:04
Compare
Choose a tag to compare
1.0.0

Fix composer