Skip to content

Commit

Permalink
Update changelog and bump version to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Aug 13, 2024
1 parent 37a977a commit a043684
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## 0.12.0

- Added support for Wagtail 6.2 (https://github.com/torchbox/wagtail-footnotes/pull/72) @willbarton
Note: this adds a backwards-compatible locale verbose_name migration
- Added ability to customize the footnote reference rendering (https://github.com/torchbox/wagtail-footnotes/pull/70) @willbarton
To change the default template (`wagtail_footnotes/includes/footnote_reference.html`), add the `WAGTAIL_FOOTNOTES_REFERENCE_TEMPLATE` setting to your template

## 0.11.0

- Improve README @benjaoming
Expand Down
2 changes: 1 addition & 1 deletion wagtail_footnotes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 11, 0)
VERSION = (0, 12, 0)

__version__ = ".".join(map(str, VERSION))

0 comments on commit a043684

Please sign in to comment.