Skip to content

1.0.1 - 2021-09-16

Compare
Choose a tag to compare
@kringkaste kringkaste released this 16 Sep 11:39
· 11 commits to main since this release

Added

  • Added translation. Added German translation (thanks to @emsuiko).
  • You can now iterate over terms in templates like {% for term in craft.glossary.terms.glossary('myGlossary').all() %}.

Fixed

  • Fixed an error when creating a new term and no default glossary exists.
  • If the current user in the CP has only permissions to edit terms, the redirect will respect this now and redirects the user to the terms instead of the glossaries.
  • In some circumstances you could have more than one default glossary. This is fixed.