Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make…
About Featured Galleries
Featured Galleries is a plugin that allows theme developers to add multiple images to a post as a gallery, similar to how Featured Images are added. The plugin handles the backend/admin interface for creating and storing the galleries, but themes need to handle the frontend HTML creation. The plugin also provides customization options for the media manager.Screenshots


Changelog
2.1.0
- Enhancement: Switched multi-select type from Library to Gallery. You no longer have to hold the SHIFT or CONTROL/COMMAND keys to select multiple items. To restore the old behavior, use the new
fg_use_legacy_selectionfilter. See docs for details. - Bugfix: Fix broken details sidebar hiding filter. The details sidebar is now properly hidden again by default, and can be shown be using the
fg_show_sidebarfilter. - Under the Hood: Complete rewrite of all CSS styles. FG styles are now isolated and don’t affect other media manager modals.
2.0.1
- Bugfix: Don’t run plugin logic on old versions of PHP that are incompatible.
2.0.0
- Under the Hood: Complete rewrite top to bottom of all PHP and Javascript.
- Enhancement: Improved admin preview styles to show more thumbnails in less space.
- Enhancement: Added documentation for public API function into Readme.
- Enhancement: Improved Readme examples.
- Enhancement: Added No-JS fallback.
- Enhancement: Add compatibility with the picu plugin.
- Bugfix: Primary buttons in Media Manager now have proper labels again.
- Change: Bumped WordPress Version Requirement to 3.8.
- Change: Bumped PHP Version Requirement to 5.4.
1.7.1
- Added missing stylesheet to hide sidebar.
1.7.0
- Added filter to allow themes to show the sidebar in the media manager instance created by Featured Galleries (Sidebar is hidden by default).
1.6.0
- Improved CSS styling of the backend gallery inside the metabox. Metabox is now more responsive, per request.
1.5.0
- Accidentally put the version of 1.4.5 when I meant to use 1.4.4, but in change log used correct version. This bump to 1.5 restores consistency.
1.4.4
- Tested with WP 4.4 and bumped up compatibility.
1.4.3
- Bugfix: If
get_post_gallery_ids()was called on post with empty Featured Gallery, using an array return (the default), an array containing one string (a comma) was returned instead of an empty array.
1.4.2
- Bugfix: Undefined variable
$oldfixwhen running post-MP6 versions of WordPress (3.9 and over). Props Joshuadnelson. - WordPress 4.2 compatibility bump.
1.4.1
- Updating readme to add example code for custom post types.
1.4.0
- WordPress 4.1 compatibility bump.
- Bugfix: Margin difference between buttons on left and right in media model.
- Bugfix: Button type and text change didn’t fire when Media model defaults to upload instead of to media library.
1.3.1
- Fixed issue where the scripts required to open the Media Manager might notbe enqueued.
1.3.0
- Added internationalization and German translation. Props to Drivingralle.
- Formatting fixes to better match WordPress PHP best practices. Props Drivingralle.
1.2.4
- Fixes a typo in the readme.txt file.
1.2.3
- As reported in suppor thread, error messages were being thrown in WP DEBUG mode, when trying to save things unrelated to plugin. Fixes those errors.
1.2.2
- More bug fixes for 3.9 and 3.5 – 3.7, to bring everything into line visually in all versions that use the media manager.
1.2.1
- Bugfix, CSS background positioning missing on delete images icons in WP 3.5 – 3.7.
1.2.0
- Added compatibility for WordPress 3.9 (Had to rearrange the javascript slightly).
- Improved compatibility for WordPress 3.5 – 3.7 by using built in icon images instead of Dashicons in those versions.
1.1.6
- Fixed inconsistent Markup.
1.1.5
- Overhauled readme.txt to include implementation instructions and examples.
1.1.4
- Slight bug was introduced in 1.1.3, get_post_gallery_ids() won’t work.
1.1.3
- Added a new argument to get_post_gallery_ids(), allowing it to return only the first image in the gallery.
1.1.2
- Minor bug fix update. If used opened, closed, and then reopened the gallery selector, the back button would appear incorrectly. Skipping 1.1.1 because that is a silly version number.
1.1.0
- Completely screwed up commits for 1.0.0 and 1.0.1, and copied the entire folder instead of trunk. Fixed now.
1.0.1
- Minor update, fixed a CSS bug where buttons were incorrectly small on mobile (< 783px) screens.
1.0.0
- First public version. Added support for WP’s Preview Changes functionality. Accomplished this be using two pieces of metadata.
0.9.0
- Initial test version sent to WP for submission.
