Version 2.0.1
December 15, 2022
Fixed
- Missing definitions when applying the glossary multiple times. (#5)
- Remove empty strings from terms breaking the frontend. (#7)
Version 2.0.0
May 4, 2022
Added
- Craft CMS 4 compatibility.
Changed
- Requires Craft CMS >= 4.0
- Update tippy.js to 6.3.7
Version 1.0.5
September 28, 2021
Fixed
- Escaping special regular expression characters.
Version 1.0.4
September 28, 2021
Added
- Add the term element to the term template variables. So you can now access the hole term element within the template.
Deprecated
- The custom fields values of a term in the term template are accessible by the handle, e.g.
{{ myCustomField }}
. This will be removed in the future. You should now access the custom field values using the term variable, e.g.{{ term.myCustomField }}
.
Version 1.0.3
September 27, 2021
Fixed
- Remove CP asset dependencies from frontend asset bundle.
Version 1.0.2
September 20, 2021
Fixed
- Deleting disabled terms is fixed.
- Fixed wrong schema version.
Version 1.0.1
September 16, 2021
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.
Version 1.0.0
July 20, 2021
Added
- Initial release