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