Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

57 lines (34 loc) · 1.35 KB

Change Log

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

Fixed

  • Compatibility with Wagtail 2.0

Removed

  • Compatibility with Wagtail prior 1.8

Changed

  • Now licensed under MIT, #3

Deprecated

  • Use Wagtail's builtin PageChooserBlock instead of CommonPageChooserBlock
- CommonPageChooserBlock(app='my_app', page_class='MyModel')
+ PageChooserBlock(target_model='my_app.MyModel')

Upgrade consideration

  • Hold off if you're using SimpleRichTextBlock or SimpleRichTextField, see #8 for more information

0.0.3 - 2017-07-04

Fixed

  • Compatibility with Wagtail 1.5

0.0.2 - 2016-01-27

Fixed

  • Compatibility with Wagtail 1.2

0.0.1 - 2015-11-25

Initial Release