All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
...
0.1 - 2018-03-22
- Compatibility with Wagtail 2.0
- Compatibility with Wagtail prior 1.8
- Now licensed under MIT, #3
- Use Wagtail's builtin
PageChooserBlock
instead ofCommonPageChooserBlock
- CommonPageChooserBlock(app='my_app', page_class='MyModel')
+ PageChooserBlock(target_model='my_app.MyModel')
- Hold off if you're using
SimpleRichTextBlock
orSimpleRichTextField
, see #8 for more information
0.0.3 - 2017-07-04
- Compatibility with Wagtail 1.5
0.0.2 - 2016-01-27
- Compatibility with Wagtail 1.2
0.0.1 - 2015-11-25
Initial Release