| Commit | Line | Data |
|---|---|---|
| 2f354acb SB |
1 | Upgrading from Panels-6.x-3.x to Panels-7.x-3.x |
| 2 | ||
| 3 | - Style and layout plugins may no longer be registered by a central hook. | |
| 4 | Only the plugin directories method may be used. | |
| 5 | ||
| 6 | - Layout 'panels function' is now 'regions function'. | |
| 7 | ||
| 8 | - Layout 'panels' key is now 'regions'. | |
| 9 | ||
| 10 | - panels_get_pane_title() deprecated. | |
| 11 | ||
| 12 | - panels_plugin_get_function() deprecated. | |
| 13 | ||
| 14 | - panels_required_context removed. These were deprecated long ago and | |
| 15 | existed only to prevent crashes. | |
| 16 | ||
| 17 | - panels_optional_context removed. | |
| 18 | ||
| 19 | - $renderer->plugins['layout']['panels'] changed to $renderer->plugin['layout']['regions'] | |
| 20 | ||
| 21 | - display_renderer class is now in 'renderer', not 'handler'. | |
| 22 |