Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.46 KB

File metadata and controls

42 lines (30 loc) · 1.46 KB

Changelog

1.0.0 (16.12.2024)

  • Breaking: Callables passed as PARENT_PAGE_ID no longer accept an instance argument (Matt Westcott)
  • Upgrade to pyairtable 2.x (Matt Westcott)
  • Add support for Wagtail 6.1 - 6.3 (Matt Westcott)
  • Update testing to include Python 3.13, Django 5.1 (Matt Westcott)
  • Rewrite importer module for robustness and better performance (Jake Howard, Matt Westcott)
  • Drop support for Python 3.8 (Matt Westcott)

0.7.0 (06.02.2024)

  • Add support for Wagtail 5.2 (Josh Munn)
  • Add support for Wagtail 6.0 (Matt Westcott)
  • Update testing to include Python 3.12 (Josh Munn)
  • Improve logic for activating mock API when testing (Matt Westcott)
  • Use flit for packaging (Dan Braghis)
  • Drop support for Wagtail 5.1 and lower (Josh Munn)
  • Drop support for Python 3.7 (Josh Munn)

0.6.0 (13.04.2023)

  • Add ability to disable airtable sync on save (Brady Moe)

0.5.1 (21.02.2023)

  • Fix issue from excluding tests in the built package (Jacob Topp-Mugglestone)

0.5.0 (17.02.2023)

  • Update testing to include Python version 3.11 (Katherine Domingo)
  • Update testing to include Wagtail 4.2 (Katherine Domingo)
  • Update testing to use tox-gh-actions (Katherine Domingo)
  • Remove Wagtail < 4.1 support (Katherine Domingo)
  • Fix templates to work on Wagtail 4.2 (Josh Munn)

0.4.0 (01.02.2023)

  • Add support for Wagtail 4.0 (Katherine Domingo)
  • Fix to allow local development without Poetry (Brady Moe)
  • Remove Python 3.6 support (Brady Moe)