File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Wagtail Footnotes Changelog
2
+
3
+ ## Unreleased
4
+
5
+ - Add ` WAGTAIL_FOOTNOTES_TEXT_FEATURES ` to add custom rich text features to footnote content
6
+
7
+ ## 0.5.0
8
+
9
+ - Update requirements to ` wagtail>=2.5, <3 `
10
+ - Fix Javascript registering
11
+
12
+ ## 0.4.0
13
+
14
+ - Replace tags in both ` render ` and ` render_basic `
15
+
16
+ ## 0.3.1
17
+
18
+ - Cleanup code/readme
19
+ - Increase requirements to ` Django>=2.2, <3.2 ` and ` wagtail>=2.5, <2.11 `
20
+
21
+ ## 0.3.0
22
+
23
+ - Remove old template tag references
24
+ - Remove the ` FootnotesMixin `
25
+ - Mark output of ` RichTextBlockWithFootnotes ` as safe
26
+
27
+ ## 0.2.0
28
+
29
+ - Moved templates to ` wagtail_footnotes/templates/wagtail_footnotes/* `
30
+
31
+ ## 0.1.0
32
+
33
+ - Initial release of the Wagtail Footnotes package
You can’t perform that action at this time.
0 commit comments