forked from APSL/puput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
139 lines (115 loc) · 3.57 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Changelog
=========
1.1.0 (2020-03-16)
------------------
* Updated blog model to be extensible
* Add possibility of introducing new comment providers
1.0.7 (2020-03-01)
------------------
* Fix `puput_initial_data` command.
1.0.6 (2019-12-01)
------------------
* Add support for Wagtail >2.7.
* Add Python 3.7 and 3.8 to travis test matrix.
1.0.5 (2019-09-03)
------------------
* Add support for Wagtail 2.6.
* Remove Python 2 compatibility code.
* Fix header image in related entries.
* Remove Google Plus share buttons.
1.0.4 (2019-05-27)
------------------
* Add support for Wagtail 2.4.
* Update Django version to greater than 2.1.6 to fix security issues.
* Updated some docs.
* Fix entry header image.
* Adding EntryAbstract.content_panels.
1.0.3 (2018-12-13)
------------------
* Updated some docs.
* Fixing social share urls to match `entry_url` (Thanks to @misraX).
* Django URLS upgrading to 2.0 and Wagtail 2.3 support (Thanks to @MiltonLn)
* Adding support for Django 2.1 and Wagtail 2.3 patch versions (Thanks to @MiltonLn)
* Arabic translation (Thanks to @ahwebd)
1.0.2 (2018-05-17)
------------------
* Add missing image.
* Add missing `str` methods.
1.0.1 (2018-04-19)
------------------
* Fix header image.
1.0 (2018-04-10)
------------------
* Add support for Django 2.0 and Wagtail 2.0. Drop Python 2.7 support.
* Add code and block quote options to the entries text editor.
* Improve default template visualisation.
* Configurable default template color.
* Add social sharing links.
0.9.2 (2018-02-13)
------------------
* Remove django-compressor dependency.
* Add German and Polish translations.
0.9.1 (2017-09-12)
----------------
* Add missing migration.
0.9 (2017-08-03)
----------------
* Fix issue that creates undesired migrations.
* Add Django 1.11 & Python 3.6 support. Drop Python 3.3 support
* Improve RSS feeds generation.
* Fix issue with templatetags.
* Add Italian, Russian, Brazilian and French translations.
* Fix url resolution issues.
0.8 (2016-11-17)
----------------
* Add Travis CI integration and functional tests.
* Add Django 1.10 support.
* Minor template tweaks.
0.7 (2016-08-18)
------------------
* Add initial travis support.
* Add canonical url and social share tags in templates for SEO purposes.
* Allow to place Puput's blog at any sitemap level.
* Fix issue in entry comments update method.
* Add PageChooserPanel for related entries chooser.
* Improve flexibility on adding other comment systems.
* Minor bug fixes.
0.6 (2016-05-18)
------------------
* Fix issue when displaying entries without images.
* Fix css issues.
* Add django-compressor as project dependency.
* Improve tags visualization.
0.5.2 (2016-02-18)
------------------
* Removed django-endless-pagination which is no longer maintained and is not compatible with Django 1.9. Replaced by django-el-pagination.
* Category slug is now editable on snippets section.
0.5.1 (2016-02-16)
------------------
* Fix bug due a missing template tag.
0.5 (2016-02-12)
------------------
* Altered URL structure in order to have blog as Wagtail root page.
* Added Docker integration.
* Archive list is now collapsible.
0.4.1 (2016-01-19)
------------------
* Minor css bug fixes.
0.4 (2015-12-09)
----------------
* Added a fancy logo.
* Improved visualization of entries header images.
* Minor bug fixes.
0.3 (2015-11-15)
----------------
* Customizable username field in settings file.
* Improvements in the documentation.
* CSS cleanup. Added LESS file.
* Minor bug fixes.
* Added catalan translations.
0.2 (2015-09-22)
----------------
* Extensible entry model.
0.1 (2015-09-12)
----------------
* Initial release.