-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathCHANGELOG
83 lines (58 loc) · 1.43 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Changelog
=========
4.0.2
~~~~~
* Replace deprecated ImageChooserPanel with FieldPanel
4.0.1
~~~~~
* Loosen wagtail req to be 3+
4.0.0
~~~~~
* Add Wagtail 3.0 support
* Drop support for wagtail 2.0
3.5.0
~~~~~
* Django 4 compatibility (ugettext_lazy)
3.4.1
~~~~~
* Fixed the included template to have consistent quotation marks
3.4.0
~~~~~
* Added overwritable `get_meta_image_url` method for non-wagtail meta images
* Split out Wagtail image related methods into own mixin `WagtailImageMetadataMixin`
3.3.1
~~~~~
* Added width and height to share image attributes
* Switched from travis to gitlab-ci
3.3.0
~~~~~
* Added `WAGTAILMETADATA_IMAGE_FILTER` as a way to change share image rendition
3.2.0
~~~~~
* Dropped site_name from being added to the title by default
3.0.0
~~~~~
* Added title tag
* Added error messages for missing bits of template tag
2.0.0
~~~~~
* Dropped python2
* Updated wagtail dependency to 2.0
0.2.0
~~~~~
* Feature: Added support for custom images
* Fix: Fixed bug causing descriptions not to show in rendered tag
* Improvement: Added tests
* Improvement: Cleaned up code
0.1.3
~~~~~
* Fix: Added missing migrations
* Fix: Updated save button on edit page to have correct styles for latest wagtail
* Fix: Fixed an error raised when no default image has been set
0.1.2
~~~~~
* Improvement: Added help text to fields
* Improvement: Made documentation more clear
0.1.1
~~~~~
* Initial release