v0.15.0.rst 1010 B

123456789101112131415161718192021222324252627282930313233343536
  1. CodeRed CMS 0.15.0 release notes
  2. ================================
  3. New features
  4. ------------
  5. * NEW documentation for built-in page types! See :doc:`/features/page_types/index`.
  6. * NEW tutorial! See :doc:`/getting_started/tutorial01`.
  7. Bug Fixes
  8. ---------
  9. None
  10. Maintenance
  11. -----------
  12. * Upgraded Wagtail to version 2.5. Now supports Django versions 2.0, 2.1, and 2.2.
  13. Supports Python versions 3.4, 3.5, 3.6, and 3.7.
  14. * Upgraded jQuery to version 3.4.
  15. * Upgraded pickadate.js (fallback to native HTML5 date/time inputs) to version 3.6.
  16. * Internally switched to Sass for more modular development and debugging.
  17. * Now provides minified version of ``codered-front.css`` (``codered-front.min.css``).
  18. Upgrade considerations
  19. ----------------------
  20. Static css/js files have been moved. If you are referencing them manually in your
  21. templates, please update accordingly:
  22. * ``css/codered-front.css`` -> ``coderedcms/css/codered-front[.min].css``
  23. * ``js/codered-front.js`` -> ``coderedcms/js/codered-front.js``