v0.11.0.rst 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. CodeRed CMS 0.11.0 release notes
  2. ================================
  3. New features
  4. ------------
  5. * NEW Mailchimp integration with form pages. See :doc:`/features/mailchimp`.
  6. * Updated to Wagtail 2.4, which now includes Python 3.7 support.
  7. * Apple-touch-icon favicons are now included for better experience with iOS devices.
  8. * The "password required" page has been Bootstrap-ified and matches the website style.
  9. * ``coderedcms start`` command has new ``--sitename`` and ``--domain`` options to help pre-populate
  10. settings. The command also has more helpful output for beginners.
  11. Bug fixes
  12. ---------
  13. * Can now create Card Grids inside of a Hero Unit.
  14. * Fixed invalid HTML syntax in "Latest Pages" block.
  15. * Fix appearance of search page when no query is specified.
  16. * Layout fixes and CSS cleanup for admin dashboard.
  17. * Allow reordering form fields in generated website app.
  18. * Fixed bug in ``prod.py`` settings in generated website app.
  19. * Added ``__init__.py`` and ``apps.py`` to generated website app for better compatibility with uWSGI.
  20. Maintenance
  21. -----------
  22. * Standardized edit handler definitions in ``coderedcms/models/page_models.py``.
  23. * Removed unused CSS from deprecated "Formatted Code Block".
  24. * Updated wagtail-cache to 0.3, which includes Redis support.
  25. * Squashed all migrations in generated website app into 2 migrations.
  26. There will always just be 2 initial migrations in this app going forward.
  27. Upgrade considerations
  28. ----------------------
  29. * Django 1.11 support has been removed by Wagtail 2.4.
  30. * You will need to run ``python manage.py makemigrations website`` and
  31. ``python manage.py migrate`` after upgrading.