v0.23.0.rst 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. v0.23.0 release notes
  2. =====================
  3. New features
  4. ------------
  5. * Upgraded to Wagtail 2.16
  6. Bug fixes
  7. ---------
  8. * Fix the ``CODERED_BANNER`` :doc:`setting </reference/django_settings>`
  9. not being applied to the site's CMS.
  10. Maintenance
  11. -----------
  12. Upgrade considerations
  13. ----------------------
  14. * Wagtail is now using a new search backend.
  15. * Specify the `new default in your settings <https://docs.wagtail.org/en/stable/releases/2.15.html#database-search-backends-replaced>`_.
  16. * Next, you will need to run the `update_index command <https://docs.wagtail.org/en/stable/reference/management_commands.html#update-index>`_.
  17. * Other upgrade considerations for `Wagtail 2.15 <https://docs.wagtail.org/en/stable/releases/2.15.html#upgrade-considerations>`_.
  18. * Other upgrade considerations for `Wagtail 2.16 <https://docs.wagtail.org/en/stable/releases/2.16.html#upgrade-considerations>`_.
  19. Supported software
  20. ------------------
  21. * Python 3.7, 3.8, 3.9
  22. * Django 3.0, 3.1, 3.2
  23. Thank you!
  24. ----------
  25. Thanks to everyone who contributed to `0.23.0 on GitHub <https://github.com/coderedcorp/coderedcms/milestone/33?closed=1>`_.