Fork 2.6.1 released

Today we released Fork 2.6.1. You can also follow Fork on github.

Changelog

Bugfixes:

  • Search: search page was installed twice.
  • Core: when in debugmode the confirmation for leaving the page is disabled.
  • Core: the check that decided to show the confirmation-message wan't handling empty strings very well.
  • Core: fixed some JS-errors (thx to Frederik Heyninck)

Improvements

  • Core: added utils.string.html5(), when you pass a HTML5-chunk it will be converted so IE will render it correctly (based on innerShiv).