forked from django-cms/cmsplugin-filer
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHISTORY
36 lines (26 loc) · 874 Bytes
/
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
CHANGELOG
=========
1.1.5 (2019-04-05)
-----------------
* add user agent to request (management command check_links)
* add flag to disable user agent (management command check_links)
1.1.4 (2019-04-03)
------------------
* fixes bug that caused management command to crash with an InvalidSchema exception
* added timeout parameter to management command
* add `LINK_DOMAIN` setting to relative URL checks
1.1.3 (2019-01-30)
------------------
* add missing migration
* fix bug where link was not displayed when not embedded in a page
1.1.2 (2018-12-03)
------------------
* add anchor field for internal page links
* add missing migration
1.0 (2017-03-20)
----------------
* initial project setup
* forked from divio/cmsplugin_filer
* removed all plugins except the cmsplugin_filer_link
* renaming to link2
* adds initial set of improvements and advanced features