forked from django-cms/cmsplugin-filer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHISTORY
More file actions
61 lines (39 loc) · 1.17 KB
/
HISTORY
File metadata and controls
61 lines (39 loc) · 1.17 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
Changelog for django-filer-cmsplugins
=====================================
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