-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
41 lines (33 loc) · 1.04 KB
/
CHANGES.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
1.3.0 (2024-06-12)
==================
* Added Django 4.2 compatibility
* Migrated from django-markwhat to django-markdownify
1.2.0 (2017-08-10)
==================
* Incorporated all commits up to head, except for the removal
of the ImageBlock
* Adds ImageBlock test for the lightbox "on" value
1.1.0 (2016-08-12)
==================
* django 1.10 support
* made caption/alt fields not required in add/edit forms
1.0.4 (2016-01-30)
==================
* ImageBlock - tune save to work with either file system or remote storage
1.0.3 (2015-06-19)
==================
* Added SimpleImageBlock - an ImageBlock that doesn't include
thumbnailing, or depend on sorl.
* Added factories for all the blocks in pageblocks.tests.factories.
1.0.2 (2015-04-22)
==================
* Now compatible with Django 1.8
1.0.1 (2015-03-25)
==================
* ImageBlock - support saving to S3
* Use generic constructors (2015-02-09)
* Update test dependencies (2015-02-10)
* Require sorl (2015-03-18)
1.0.0 (2014-09-09)
==================
* support Django 1.7 migrations