1
Fork 0
This repository has been archived on 2024-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
wagtail-draftail-snippet/CHANGELOG.md
Nick Travis 9381d0ef0b
upgrading tests and required wagtail version (#26)
* upgrading tests and required wagtail version
fix #24

* add support for py 3.10
2022-10-27 17:13:59 -04:00

36 lines
655 B
Markdown

# 0.4.2
Upgrade required version of Wagtail to >=2.15.x (feature implemented in 0.4.0)
# 0.4.1
Support Django 4.x and Wagtail 3.x
# 0.4.0
Fix issue when upgrading to Wagtail 2.14.x.
# 0.3.2
Fix issue when upgrading to Wagtail 2.11.x.
# 0.3.0
Adds the ability for snippets to be either a link (current functionality) or a block element.
## Breaking changes
- `snippet` Wagtail feature renamed to `snippet-link`
- template search looks for `{model}_snippet_link.html` instead of `{model}_snippet.html`
# 0.2.2
Update travis-ci configuration.
# 0.2.0
Add edit and remove tooltip in the editor to the linked snippet.
# 0.1.2
Initial release.