Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
* Adds support for Zen and other themes that do not have a content div inside a block.
* Adds support for views blocks in panels
* Fix for block headings in panels
* Adds a little more test coverage (still lots to go!)
3ac08f7 Issue #881046 by New Zeal,Anybody: Better support for themes
031988c Issue #2106249 by tripper54,k.skarlatos: Escape characters in query sting properly
Issue #1144106 by 7wonders, idflood: Patch checks if block content is array, print render, else print string.
Issue #1153754 by idflood: Patch replaced php line to translate string for js with Drupal.t function
Thanks idflood for your patches. It's much appreciated.
#895184 - Block Refresh now works with sites not using clean URLs. Thanks tonige!
Changed hook_uninstall to remove all variables set by Block Refresh
#891262-2 - Added message when Block Refresh is enabled, reminding admin to set proper permissions. Thanks MartijnR!