v0.11.rst 914 B

123456789101112131415161718192021222324252627282930313233
  1. CodeRed CMS 0.11.0 release notes
  2. ================================
  3. New features
  4. ------------
  5. * Updated to Wagtail 2.4
  6. * ``coderedcms start`` command has new ``--sitename`` and ``--domain`` options to help pre-populate
  7. settings. The command also has more helpful output for beginners.
  8. Bug fixes
  9. ---------
  10. * Fixed invalid HTML syntax in "Latest Pages" block.
  11. * Fix appearance of search page when no query is specified.
  12. * Allow reordering form fields in generated website app.
  13. * Fixed bug in ``prod.py`` settings in generated website app.
  14. * Added ``__init__.py`` and ``apps.py`` to generated website app for better compatibility with uWSGI.
  15. Maintenance
  16. -----------
  17. * Standardized edit handler definitions in `coderedcms/models/page_models.py`
  18. * Removed unused CSS from deprecated "Formatted Code Block"
  19. Upgrade considerations
  20. ----------------------
  21. * Django 1.11 support has been removed per Wagtail 2.4