Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
40.2 KB
MD5: 778f33b519bf85cc9b28a12e0142a320
SHA-1: 4b79fd8eb6d0f37fa77990bbe120655e714bb196
SHA-256: 448ac932e43557dbcc355418decf57b4f60591da47d3eba850df66e426b4e863
Download zip
57.43 KB
MD5: 5d2b9a27bf39c64d9b9196f6760ebe97
SHA-1: bbe3981e71b0a9e759b852b49344acadcdf0bbe9
SHA-256: b22d322410611622eae4389d809229075098415294efc78305791861cab07eee
Release notes
This release contains many bug fixes and a few improvements since the last release. The final v1.6 will be along soon.
Note: This release requires CTools v7.x-1.5 and Panels v7.x-3.6.
Full changelog since v7.x-1.5:
- #2283165 by DamienMcKenna: Incorrect variable usage broke 'create' permission.
- #2268531 by DamienMcKenna: Ensure variable exists before running strpos() on it.
- #2204837 by Kirby: Fixed call to undefined function ctools_cleanstring().
- #2250293 by DamienMcKenna: Revisions support for Panelizer.
- #1911176 by Dave Reid: Edit form improvements.
- #2237097 by DamienMcKenna: Inline_Entity_Form support.
- #2237137 by DamienMcKenna: Entity API support.
- #1618308 by DamienMcKenna: Follow-up to fix menu paths.
- #2247179 by DamienMcKenna: Fixed Panelizer admin path.
- #1618308 by helior, acrollet, realityloop, magicmyth, DamienMcKenna: UI for managing FPP bundles.
- #2146479: Fixed conflict with recent change to admin_menu (https://drupal.org/node/2146479).
- #2074735 by rogical: Added configure link to admin/structure/fieldable-panels -panes in the info file.
- #2250383 by DamienMcKenna: Require CToosl 1.4 or newer.
- #2145209 by primozsusa, eft, DamienMcKenna: Support for the Migrate module.
- #2287015 by eft, DamienMcKenna: Missing deletion callback in hook_entity_info.
- #2283263 by cboyden, DamienMcKenna: Allow FPP description to be overridden.
- #1588882 by jlapp, mcarbone, DamienMcKenna: Use title as the entity label when admin_title isn't present.
- #2246893 by mglaman: Does not properly set pane subtype on content edit form submit.
- #2318033 by mongolito404: Increase FPP 'name' field length to 255 characters.
- #2280457 by magicmyth: Entity API support is broken.
- #2389873 by mkhamash: Add pane config to the entity object.
- #2233363 by mongolito404: Incorrect paths to some FPP admin pages.
- #2098041 by Placinta: Don't call hook_entity_presave twice in one save process.
- #2092477 by rrrob, DamienMcKenna: Make the pane title use the current view mode.
- #2398301 by mglaman: Add hook_fieldable_panels_pane_insert/update/save hooks.
- #2302931 by Adrian Richardson, DamienMcKenna: Fixed PanelsPaneController ->access().
- #2304921 by plopesc: Normalized the entity output.
- #2244541 by DamienMcKenna: The default FPP type can be skipped during installation by assigning a variable, see README.txt for details.
- #2398759 by mglaman: Documented some basic CRUD APIs.
- #2399623 by mglaman: Include original entity when saving an FPP.
- By DamienMcKenna: Document when hook_entity_view_mode_alter() is triggered.
- #2256503 by DamienMcKenna, dsnopek: Title field logic improved, new 'preview' view mode used by default on standalone entity page.
- #2415427 by dsnopek: Avoid loading FPP from database in fieldable_panels_panes_preprocess_panels_pane().
- #2415427 by dsnopek: Follow-up on last commit.
- #2390145 by mrmikedewolf: Add default access callback for admin views.
- #2416001 by DamienMcKenna: Requires the latest releases of CTools and Panels.