Downloads
Download tar.gz
317.95 KB
MD5: 67b487decb9ab1879fe21fa32e35765e
SHA-1: 0787d625096b07c6ced57d750eacad20cacd2d59
SHA-256: 53907330e0423660cb7e1211d899f847cab19761259f6e69c4d112ea15c1e0e8
Download zip
389.4 KB
MD5: fcc847f96ba9465854014ee09cce1f1b
SHA-1: 480708baff0bb3e6bd607454bd8764b6fc7b5539
SHA-256: ac071dab39b7a395d58bbd88abb71745f3bae287b584e83591c62d439a7a359f
Release notes
- #207674: (by yched) Fix sub-tabs on layout settings for multi display panel pages
- #205567: (By Wim Leers) panels_views.module coding style and bug fixes
- #205630 (by Wim Leers) fix wrong settings sent to style plugins
- #205611: (By Wim Leers): Code style cleanup for panels styles, plus API standardization (note: This means some minor API changes).
- #205527 by drayen, Soren Jones and yched: Fix warnings about empty contexts. Note to fully fix this, previous panels that demonstrate this warning will need to be resaved. Then the warning will go away.
- #206882: Fix hover problems with links on panel displays
- #206294: Fix vocabulary terms content type checking for existence of wrong module
- Remove extraneous 'arguments' field
- #205643: Ensure all mini panels have unique IDs, even on preview
- #205635: Implemented hook_delete for panel nodes to ensure stale data is removed.
- Ensure panels page module is heavy enough to override main Drupal page URLs
- #208367: node title link using wrong title, fix by mortendk
- #207859: Added known issue with secure pages module
- #206882: Fix js/css to reduce interference with other modules such as fivestar
- #206882: Rely on CSS hover for browsers other than IE.
- Fix for contexts so that arguments that fail to locate a context don't provide some false unusable context when they should be filtered out
- Fix from recent commit that broke required contexts in arrays, which broke panel views as well as mini panels
- Minor .install fixes