Upgrading to 5.5.0 - Gotcha

Permalink 1 user found helpful
Just upgraded a production site to 5.5.0. Lovely job guys (@concrete5), very smooth.

I post just as 'heads up' for other lazy developers like me. Typically I've never included the below code in my themes' footer as everything important to me gets loaded in the header.

<?php Loader::element('footer_required'); ?>


Took a moment to work out why I had no in-context editor after upgrading to 5.5.0, but basically the javascript for the editing bar is now loaded in the footer.

Added that line into my theme and all working perfectly.

Hope that's useful to someone else.

olliephillips