forked from bitlabstudio/cmsplugin-image-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
42 lines (26 loc) · 873 Bytes
/
CHANGELOG.txt
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
=== ongoing ===
=== 0.6 ===
- Added display_type to GalleryPlugin model
- Added new setting GALLERY_DISPLAY_TYPE_CHOICES
- Added GalleryImageExtension model
- Added inline for image extensions to Filer's Image admin
=== 0.5 ===
- Updated to last factory_boy
=== 0.4 ===
- Added is_published field to Gallery model
- Changed default sorting of gallery list to descending
=== 0.3.2 ===
- Added get_absolute_url method for Gallery model
=== 0.3.1 ===
- Added categories to the context of the GalleryListView
=== 0.3 ===
- Sorting ListView items via date
- ListView can sort via category when receiving a "category" get parameter
- Added GalleryCategory model
=== 0.2 ===
- Added apphook plus DetailView and ListView
- Added pagination setting
- Removed option to show private images
=== 0.1 ===
- Added a template tag to display picture lists
- Initial commit