This repository has been archived by the owner on Nov 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 173
/
HISTORY
159 lines (107 loc) · 3.38 KB
/
HISTORY
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
CHANGELOG
=========
1.1.3 (2016-09-05)
------------------
* Fixed styling issues with attributes field
* Pinned djangocms-attributes-field to v0.1.1+
* Updated migrations to be compatible with djangoCMS 3.3.0 and 3.3.1
* Introduced support for djangoCMS 3.4.0
* Added native Aldryn support
1.1.2 (2016-07-05)
------------------
* Pinned to djangocms-attributes-field v0.1.0
* Fixed model name used in migration
* Fixed an issue with folder plugin in Django 1.9
* Allowed link attributes to be optional
* Updated templates for `link_attributes_str`
1.1.1 (2016-06-22)
------------------
* Updated requirements for Django Filer to >= 1.2.0
* Fixed an issue with thumbnail options migrations
1.1.0 (2016-06-21)
------------------
* Move ThumbnailOption to filer
* Move migrations to proper layout
* Put django's AppConfig for nice name in django admin
* Add swappable dependency to initial migration
* Add img-responsive class if automatic scaling
* Add center image alignment
* Implements AttributesField
1.0.1 (2016-01-14)
------------------
* Fixes flake8 warnings
* Changed internal project links to point to new repo url
* Set on_delete to all plugins with relationships to filer models
* Set file field as nullable in file plugin
* Set folder field as nullable in folder plugin
1.0.0 (2015-11-03)
------------------
* Pin requirements for Django-Filer to >= 1.0.0
* Improve test coverage
* Fix icon_src / remove references of FILER_STATICMEDIA_PREFIX
* XSS fix
* Fix path names for storage backends
* Fix migrations
* Update README
0.10.2 (2015-07-28)
------------------
* bugfixes
* better Django 1.7 and 1.8 support
* migration fixes
0.10.1 (2014-11-03)
------------------
* bugfixes
* python 3.3 compatibility fixes
* experimental Django 1.7 support (requires django-cms 3.0.7 or the support/3.0.x branch)
0.10 (2014-09-08)
------------------
* django-cms 3.0 style table rename (breaks compatibility to django-cms 2.x)
* python 3.3 compatibility fixes
0.9.9 (2014-06-05)
------------------
* fixes bug in migrations
0.9.8 (2014-06-04) BROKEN!
--------------------------
* fixes bug that prevents using the new template structure
0.9.7 (2014-06-03) BROKEN!
--------------------------
* bugfixes
* support for configurable styles (templates) on image, file, folder and teaser plugin
* many bugfixes
0.9.5 (2013-04-09)
------------------
* fixed some dead imports from cms that were failing with django-cms 2.4
* django 1.5 fixes (not officially supported yet)
* many bugfixes
0.9.4 (2012-01-09)
------------------
* restores thumbnail options and use autoscale to image plugin (was accidentally removed)
* translation updates
0.9.3 (2011-12-11)
------------------
* adds support for drag'n'drop adding of files in djangocms-text-ckeditor
* adds .as_dict property for ThumbnailOption
0.9.2 (2011-11-29)
------------------
* adds target blank option for links in image and file plugin
0.9.1 (2012-11-26)
------------------
* don't verify the url fields (since they might contain relative urls)
* fixed license file
* adds support to not resize images at all
0.9.0 (2012-09-05)
------------------
* various bugfixes
* new link plugin
* Django 1.4 support
* django-cms 2.3
0.8.0 (2010-10-31)
------------------
* switched to easy-thumbnails
* requires django-filer 0.8.x
0.7.0 (2010-10-30)
------------------
synced version number to django-filer
0.1 (2009-09-20)
----------------
* Initial project setup