Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
56.75 KB
MD5: 8219ed5ce889303d5734e8cc17b89c9d
SHA-1: da3d7ffa9417b8652cb378f8d534b2e2766a8cc4
SHA-256: 61111c1cc1e57297755a0f04f40650a45a47538bc226bdf719f4562dd6cbb50d
Download zip
82.02 KB
MD5: 9fdfa321cb98d3fca6580d678caa338c
SHA-1: daad7ee48c4a098433b31ffd65e480ec7dd1efb8
SHA-256: fcd3cba5e005d9e11d2d928a00d7e45b77cabb31491505c1f2eb19b0d26c5e5e
Release notes
This release includes several important changes for sites using FPP objects in Panelizer displays and are using an editorial workflow module like Workbench Moderation, Revisioning or Workflow. See the change notices for full details.
Change notices:
- Fieldable Panels Pane entities may not have their 'reusable' option changed
- Non-reusable Fieldable Panels Panes are now referenced by revision ID in Panelizer
Full changelog since v7.x-1.8:
- #2487888 by coenvanvliet, DamienMcKenna, joelstein: Clear an object's cache after it is saved or updated.
- #1910934 by jlapp, thrnio, Chris Burge, MiroslavBanov: Allow all FPP objects to be used as blocks, controllable from the new settings page.
- #1986334 by David_Rothstein, grndlvl, EclipseGc, ruloweb, vilepickle, heddn, MiroslavBanov, brantwynn, mairi, danieltome, azinck, DamienMcKenna, slucero: Optionally allow each FPP pane to be referenced by revision ID, allowing for editorial workflows when used with Panelizer.
- #2691577 by DamienMcKenna: Added placeholders for more tests.
- #2713699 by joelstein: Add pane-fpid-[FPID] class when FPPs referenced by revision ID.
- #2695499 by DamienMcKenna, ttamniwdoog, azinck, heddn: On new sites, non-reusable FPPs must now be referenced by revision ID, includes update scripts to update sites as needed. FPPs may not have their reusability changed after the initial creation. Non-reusable FPPs are always saved as a new revision.
- #2493899 by Upchuk, DamienMcKenna: Language selector on FPP entity form.
- #2688577 by rigoucr, DamienMcKenna: Recover the default FPP type if it was deleted in update 7108.
- #2541184 by DamienMcKenna, Andrew Edwards, solipsist: Make the admin title always available so it can always be used. Also, make the FPP category editable for saved objects and the revision field available when editing non-reusable FPPs.
- #2717609 by dsnopek: Use the standard entity_label() function to get the FPP's title if no admin title is provided for the admin UI.
- #1724394 by DamienMcKenna: Hide some links if Field UI is not installed.
- #2374577 by grasmash, DamienMcKenna, walangitan: Cache the FPPs list for CTools.
- #2508629 by malik.kotob, DamienMcKenna: Properly handle HTML entities in titles when the field is a link.
- #2718091 by DamienMcKenna: Reverted #2622808 and #2718035, added test for Entity API and for title links.