2
0

v0.25.0.rst 981 B

12345678910111213141516171819202122232425262728293031323334
  1. v0.25.0 release notes
  2. =====================
  3. New features
  4. ------------
  5. * Search now searches all Wagtail ``Page`` models. Previously it would only
  6. search models inheriting from ``CoderedPage``. Search has also been refactored
  7. in accordance with the new Wagtail search backends.
  8. * Search page template has new blocks to facilitate extending and customizing
  9. the appearance. See ``templates/coderedcms/pages/search.html``.
  10. Bug fixes
  11. ---------
  12. * Validate POST and GET inputs on calendar/event ajax views. Spam bots posting
  13. invalid parameters would cause 500 server errors; instead this will now cause
  14. more appropriate 400/404 errors.
  15. Upgrade considerations
  16. ----------------------
  17. * ``search_db_*`` fields on page models have been removed in favor of native
  18. Wagtail search features. See :doc:`/features/searching`.
  19. Thank you!
  20. ----------
  21. Thanks to everyone who contributed to `0.25.0 on GitHub <https://github.com/coderedcorp/coderedcms/milestone/40?closed=1>`_.