Skip to content

Releases: Clark-Nikdel-Powell/ACF-Flex-Layouts

Bug Fixes

13 Nov 17:57
d7bda0d
Compare
Choose a tag to compare

We removed the string array indexes from repeater fields to fix a bug that cropped up in version 5.6.1 of ACF.

Content Rejiggering

10 Jul 19:57
Compare
Choose a tag to compare

Turn off everything, if you want.

Added a filter to kill the function that appends the layouts to the content. I had to do it as a filter because the devs behind the WP Boilerplate that we used to build this didn't consider having a "remove filter" option "necessary." Hopefully that's the only time we'll need it.

I added another filter that allows you to change the position of the layouts, so that they can come before the post content, or after it. Default is set to "after."

Other Changes

  1. Changed Postlist the "manual_posts" field return format to "id" instead of "object," since it just gets stuffed into a WP_Query immediately.
  2. Changed the Postlist post type field to the field type plugin Glenn wrote.

More Accordion Titles

04 Apr 15:14
Compare
Choose a tag to compare

Adds accordion titles to default markup.

Accordion Titles

04 Apr 15:02
Compare
Choose a tag to compare
v1.1.4

add accordion title

Easier Layout Selection

15 Mar 13:33
Compare
Choose a tag to compare

Alphabetize layouts for easier selection in admin.

Reorganization

17 Jan 16:22
Compare
Choose a tag to compare

Reorganization of the plugin repo to allow for easier/automated install.

Disable filter suppression

28 Oct 14:28
Compare
Choose a tag to compare

Some of the atom-specific filters were being suppressed. We could turn them all on manually, but it's easier to enable filters for all layouts, and then disable them as necessary.

Various Upgrades

09 Sep 18:41
Compare
Choose a tag to compare
  • Added a "subtitle" field for the Blurblist
  • Add blurb args & slide args filter for the Blurblist and Slideshow
  • Re-configured "Open Column" so that we can use the "after" argument to pass in markup between the open div and the inside div (useful for background colors/images).

First Release!

25 Aug 17:18
Compare
Choose a tag to compare

The plugin is ready for primetime. Included in the release are:

  • A post type called "Templates" for saving pre-filled layouts.
  • A group of 13 flexible content layouts pre-registered through PHP.
  • An admin filter for adding the flexible content label and label color to the title.
  • Admin JavaScript/CSS for expanding/collapsing all layouts or individual rows.
  • A public filter on the_content that appends flexible content layouts after page content.
  • Misc. filters (that ought to be documented later)

Use and enjoy.