v3.0.0.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. v3.0.0 release notes
  2. ====================
  3. New features
  4. ------------
  5. * Support Wagtail 5.0, 5.1, and 5.2.
  6. * Support Python 3.8 to 3.12
  7. * Includes Bootstrap 5.3
  8. * New projects now include ``EventPage`` and ``LocationPage`` in ``models.py`` by default.
  9. * New project template: ``pro``. This is the highly recommended starting point for larger projects or paying clients. It includes:
  10. * Custom User, Image, and Document models by default.
  11. * ``ruff`` linter and formatter pre-configured.
  12. * ``pytest`` pre-configured.
  13. * ``mypy`` pre-configured.
  14. Bug fixes
  15. ---------
  16. * Remove discontinued Google Analytics (Universal Analytics). This was shut down by Google in June 2023.
  17. * Fix issues with custom image models. A bug was introduced in some migrations with 2.0 which hard-coded the wagtail image class in some snippets.
  18. Upgrade considerations
  19. ----------------------
  20. This should be a straightforward upgrade with no major functional changes.
  21. Be sure to read the `Wagtail 5 upgrade considerations <https://docs.wagtail.org/en/stable/releases/5.0.html#upgrade-considerations>`_.
  22. If you'd like to add our new developer tooling to your existing project, copy the `pyproject.toml <https://github.com/coderedcorp/coderedcms/blob/main/coderedcms/project_template/pro/pyproject.toml>`_ and `requirements-dev.txt <https://github.com/coderedcorp/coderedcms/blob/main/coderedcms/project_template/pro/requirements-dev.txt>`_. files.
  23. Thank you!
  24. ----------
  25. Thanks to everyone who contributed to `3.0.0 on GitHub <https://github.com/coderedcorp/coderedcms/milestone/50?closed=1>`_.