v0.22.0.rst 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. v0.22.0 release notes
  2. =====================
  3. New features
  4. ------------
  5. * Upgraded to Wagtail 2.14
  6. * Can now order child pages by Classifiers, using the Classifier Term's
  7. sort order, in addition to ordering by model attributes. Read details in
  8. :doc:`/features/page_types/web_pages`.
  9. * Background behind site's logo shown in the Wagtail Admin now follows "Navbar
  10. color scheme" setting to improve appearance of dark logos.
  11. * Updated support for Google ``UA-``, ``G-``, and ``GTM-`` tracking scripts.
  12. See :doc:`/how_to/add_tracking_scripts`.
  13. * ``CoderedFormMixin`` has a new method ``send_mail()`` which can be overridden
  14. in your models to have the form send mail in a different way or using a
  15. different backend as needed.
  16. Bug fixes
  17. ---------
  18. * Cache is now cleared more reliably whenever pages or snippets are created,
  19. edited, published, unpublished, or deleted.
  20. * EventIndexPage now displays event times using the project ``TIME_ZONE``,
  21. and other related improvements to event handling. See
  22. :doc:`/features/page_types/event_pages`.
  23. * CSS/JS files provided by CodeRed CMS are now cache-busted by version number.
  24. This should help resolve minor inconsistencies that arise between upgrades.
  25. Maintenance
  26. -----------
  27. * Updated calendar to fullcalendar.js 5.9. This removes several JavaScript
  28. dependencies and also works towards removal of jQuery.
  29. Upgrade considerations
  30. ----------------------
  31. * Wagtail 2.14 dropped Django 2.2 support. For most CodeRed CMS sites no changes
  32. are required.
  33. Supported software
  34. ------------------
  35. * Python 3.6, 3.7, 3.8, 3.9
  36. * Django 3.0, 3.1, 3.2
  37. Thank you!
  38. ----------
  39. Thanks to everyone who contributed to `0.22.0 on GitHub <https://github.com/coderedcorp/wagtailcrx/milestone/32?closed=1>`_.