-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHISTORY
More file actions
69 lines (54 loc) · 1.55 KB
/
Copy pathHISTORY
File metadata and controls
69 lines (54 loc) · 1.55 KB
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
CHANGELOG
=========
0.4.2 (2020-04-08)
------------------
* Stopped creating part plugin instances
0.4.1 (2018-02-22)
------------------
* Moved two fields into a mixin, making HeadedPluginModel cleaner
0.4.0 (2018-02-22)
------------------
* Removed the featured image
* Added a template selection option to the plugins
* Added an attribute field
* Fix: the full article link works again
0.3.2 (2018-02-16)
------------------
* Featured image: reactivated the edit form
0.3.1 (2018-02-15)
------------------
* Fix: forgot to include the template filters in the manifest
0.3.0 (2018-02-15)
------------------
* Deprecated the featured image
* You can add content to the header
* It is possible to limit the plugin classes in both the header and the main
content via two settings in your django project
0.2.3 (2018-02-15)
------------------
* Made the module name for the plugins configurable
0.2.2 (2017-12-13)
------------------
* Fixed a problem with SectionPlugin
* Updated the Italian localization
0.2.1 (2017-12-13)
------------------
* I'm using cmsplugin_filer_image/plugins/image/default.html to render the
featured image
* Some publisher refactoring
0.2.0 (2017-12-13)
------------------
* Added the heading alignment
0.1.1 (2017-12-07)
------------------
* Updated the Italian localization
0.1.0 (2017-12-07)
------------------
* You can choose a thumbnail option for the featured image
* You can choose an alignment for the featured image
0.0.2 (2017-10-03)
------------------
* Fixed the templates
0.0.1 (2017-10-01)
------------------
* Initial project setup