Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

57 lines (43 loc) · 1.23 KB

Changelog

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.

[Unreleased]

Added

Changed

Fixed

Removed

[1.5.0] - 2023-12-22

Added

  • Add Wagtail >= 5.0 support (@katdom13)
  • Add Python 3.11 support (@katdom13)

Removed

  • Drop Wagtail < 4.1 support (@katdom13)
  • Drop Django 4.0 support (@katdom13)
  • Drop Python 3.7 support (@katdom13)

[1.4.1] - 2023-02-19

Added

  • Add Wagtail 4.1 and 4.2 support (@marteinn)

Fixed

  • Add github issue template

Removed

  • Drop Wagtail 2.16 support (@marteinn)

[1.4.0] - 2022-07-03

Added

  • Add support for Wagtail 3.0 (@BrianXu20)

Removed

  • Drop support for all Wagtail versions before 2.15 (@BrianXu20)

[1.3.1] - 2022-01-08

Added

  • Add Python 3.10 support
  • Add Wagtail 2.14 and 2.15 support

Removed

  • Drop Python 3.6 support

[1.3.0] - 2021-09-27

Added

  • Add support for Wagtail 2.13+ (@marts)

Removed

  • Drop support for Wagtail 2.12 and older

[1.2.0] - 2020-01-10

Added

  • Add additional text field for handling color values manually (@marts)