Skip to content

v1.18.8

Compare
Choose a tag to compare
@robdekort robdekort released this 17 Jan 20:15
· 1256 commits to main since this release

What's new

  • Revoke all cookie consent given before a certain date so users have to consent again. Handy when your privacy policy changed.
  • Add a field called button_type to buttons so you can style multiple versions. It has two options by default: inline and button. The template views/components/_button.antlers.html defaults to button.

What's improved

  • Translatable labels using the {{ trans key="{ label }" }} pattern for checkboxes, radio's and selects.
  • Updated JS dependencies.