2
0

v0.19.0.rst 827 B

1234567891011121314151617181920212223242526
  1. CodeRed CMS 0.19.0 release notes
  2. ================================
  3. Bug fixes
  4. ---------
  5. New features
  6. ------------
  7. * Upgraded to Bootstrap 4.5 and jQuery 3.5.1
  8. Upgrade considerations
  9. ----------------------
  10. * If you have overridden ``coderedcms/pages/base.html``, you may need to update
  11. references to ``jquery-3.4.1`` to ``jquery-3.5.1``.
  12. * If using SASS, you may need to update your ``custom.scss`` or
  13. ``_variables.scss`` files accordingly to support Bootstrap 4.5. Or you may
  14. continue using Bootstrap 4.3 by `downloading a copy of the Bootstrap 4.3
  15. sources <https://getbootstrap.com/docs/4.3/getting-started/download/>`_
  16. and changing the references in your ``custom.scss`` to use these files.
  17. * You may need to run ``python manage.py makemigrations website`` and
  18. ``python manage.py migrate`` after upgrading.