Releases: elton2048/wagtail-orderable
Releases · elton2048/wagtail-orderable
wagtail-orderable 1.2.0
- Updated documentation for wagtail 4.0 support
- Updated workflow action versions
- Allow wagtail v4.1+ (drops ability to use on a wagtail site version earlier than v4.1)
- Allow Wagtail v5 and Django v4.2
(#42)
Created to @nickmoreton for the update.
wagtail-orderable 1.1.0
- Extending
Orderable
is no more mandatory if you want to use your own order field (#27) - Add
Orderable.get_sort_order_max()
to get the max "order" when instance is being created (#27) - Fix keeping current filters when sorting was reset (#27)
- Fix class names (
get_extra_class_names_for_field_col
parameters were inverted) (#27) - Fix CSS which had SCSS syntax (#27)
Created to @th3hamm0r and @DylannCordel for the update.
wagtail-orderable 1.0.4
wagtail-orderable 1.0.3
Fix items
- TypeError when creating the first Orderable object (#21)
wagtail-orderable 1.0.2
Fix items
sort_order
duplication for items- Wrong syntax return