Downloads
Download tar.gz
340.01 KB
MD5: 46285850574246604750def846433e05
SHA-1: febec9b9916bfc59488e4b3c0f7edbe21a2b0b34
SHA-256: d0fc16e70c84fd608b29ce4ee724cbcb76342cbc64e0378b3f8bba09d5859027
Download zip
385.32 KB
MD5: 34a3c3587e26cc09bc8c543adb3751d6
SHA-1: 186e82ed2e69e80f0871005cb25a1b8d038c317f
SHA-256: aaf19bc53dafd595fbdb4c02ace725022e8b691c321ab81035671fce5aab2a13
Release notes
Note: You must update CTools to version 1.3 at the same time as updating Panels.
- #612850: Fix crash bug with panes referencing deleted/missing views.
- #614178: Transition to panels-pane.tpl.php caused empty panes to display again.
- #634746 by joshk: Allow pane caching to modify the content during cache storage.
- #612116 by johnskulski: panels-pane preprocess was incorrectly rendering $links
- #612704 by c960657: panels_get_pane_content() inappropriately created a blank context when no contexts were available.
- #618624 by johnskulski: Better classes for panel panes.
- #651306 by joachim: Add "edit any panel node" permission. Not sure why this was never there.
- #497042: Add update.php to remove unused panels_page_router_store table, if it exists.
- #683162: Convert all plugins to use new $plugin = array() format. This is less brittle than the specially named hook.
- #543898: Fix notice error when a layout has no regions.
- #647706: Mini panel names can only be 32 characters, but the form failed to restrict the limit.