v0.23.0.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. * Font Awesome (``wagtailfontawesome``) has been removed as a dependency. You
  20. should remove this from your ``INSTALLED_APPS`` and/or ``requirements.txt``
  21. file (unless you are using it elsewhere in your code).
  22. Supported software
  23. ------------------
  24. * Python 3.7, 3.8, 3.9
  25. * Django 3.0, 3.1, 3.2
  26. Thank you!
  27. ----------
  28. Thanks to everyone who contributed to `0.23.0 on GitHub <https://github.com/coderedcorp/coderedcms/milestone/33?closed=1>`_.