-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG.txt
47 lines (26 loc) · 1.04 KB
/
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
43
44
45
46
47
=== important todo ===
- somehow test "ImproperlyConfigured" exceptions when using translations
- test translations in general
=== ongoing ===
- dynamic plugin form and plugin class generation, making sure having always all attributes.
- experimental for now
- more settings added for all plugins
- templates with more fine grained blocks: plugin_content, plugin_content_inner, plugin_children
- many more things I forgot
==== 0.6.0 (2024-11-13) ===
- add migrations for cmsplugin_ptr
==== 0.5.0 (2024-11-13) ===
- pre migrations for cmsplugin_ptr (older cms versions)
==== 0.1.0 (2021-04-13) ===
- support django>=2.2 (untested with django 3+)
- form_designer plugin (cms_form_designer) that integrates the great form_designer package
- many plugins updated to use new style (factory, conf, etc)
==== 0.0.3 (2019-08-28) ===
- no pypi yet
- new travis setup, using tox
- flake8 and coverage, with tox
==== 0.0.2 (2019-05) ===
- BEM style css classes for all plugins
- basic tests for all plugins
==== 0.0.1 (2017-04-03) ===
- initial 0.0.1, no pypi