forked from alan-hicks/mezzanine-bsbanners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
45 lines (37 loc) · 1.12 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
Version 0.2.0 (2019-02-28)
--------------------------
* Updated to use Django 2.0+
* Updated to use Python 3.6
* Updated to use Bootstrap 4.2
* Version bump to 0.2.0
Version 0.1.8 (2017-05-28)
--------------------------
* Fix typos
* Version bump to 0.1.8
Version 0.1.6 (2017-05-28)
--------------------------
* Updates for Django 1.9
* Improved tests
* Version bump to 0.1.6
Version 0.1.5 (2016-08-31)
--------------------------
* Version bump to 0.1.5
* Add single image banner
* Merge pull request #2 from teknokrat-as/master fixed bug with resolving template.variable
Version 0.1.4 (2015-09-10)
--------------------------
* Version bump to 0.1.4
* Fix id clash when page and banner slug are identical, thanks to mikeredbike for reporting
Version 0.1.3 (2014-07-31)
--------------------------
* Default BSBANNERS_MEDIA to slides as per documentation
* Add BSBANNERS_MEDIA setting for slide uploads
* Added website link
Version 0.1.1 (2014-07-18)
--------------------------
* Fix show slide title
* Update info to be more consistent
* Allow relative slide urls
Version 0.1.0 (2014-05-12)
--------------------------
* Project created