Enhanced admin views
Easily identify missing images in your content with a thumbnail column added to the admin views.
Effortless inline editing
Make quick changes to thumbnails directly from the admin view, without the need to edit the post.
Multilingual support
Translate the plugin's text using tools like Poedit, allowing for user-supplied translations in international versions of WordPress.
Stay up-to-date
Regular updates ensure that the plugin continues to function smoothly and efficiently.
1.6 (2021-03-30)
* Addresses plugin conflict when using Gutenberg editor and ACF Conflict with ACF
1.5.3 (2019-07-01)
* Addresses thumb column dislay issue with EDD Frontend Submissions Plugin not working with EDD
1.5.2 (2018-09-26)
* Addresses an issue where in Excerpt view where the displayed thumbnail did not represent the thumbnail in the post. Switching to List view, however, the thumbnail showed correctly.
* Fix for support request odd thumb behavior in excerpt view:
1.5.1 (2018-08-31)
* Add thumb column to EDD Downloads. Use filter (documented in 1.4.2 release) if you want to exclude thumb column in EDD Downloads. Code linting.
1.5.0 (2018-06-21)
* Ability to sort featured image thumbnail column. You can easily see the content that has a featured image, displays no featured image or has no featured image assigned to it.
* Posts that have not had a featured image assigned will show up as Set featured image
1.4.4 (2017-11-22)
* Restoring an accidental PHP specific array definition to be compatible with earlier PHP versions
1.4.3 (2017-11-8)
* A general tidy up release
* Code tidy up, removal of unneeded definitions and legacy unused functions
* Correcting return variables
* Adjust fiat_thumb image size to be square and have a centered crop
you might need to regenerate thumbnails if there are visual inconsistencies with thumbnails.
* Escaping in markup has been improved
1.4.2 (2017-5-15)
* Updated list of default excluded post types
* Page post type is now included by default hopefully fixing this support query:
* Added filter “fiat/restrict_post_types”
* Example filter usage add_filter( 'fiat/restrict_post_types', 'your_theme_name_restrict_post_types' ); then create a function your_theme_name_restrict_post_types to modify and return and array of post_types to exclude
1.4.1 (2016-6-9)
* Bug fix when checking sizes and removal of pencil based on support feedback
1.4 (2015-11-16)
* Language translation functionality added
1.3.6 (2015-10-29)
* Removed post check inadvertently included from another branch and was restricting display of thumbnail column
1.3.5 (2015-10-28)
* Check if WooCommerce is installed and if so adjust column output on WooCommerce product post type page reported here thank you:
1.3.4 (2015-08-14)
* Check if sizes is an array before looping over it as reported here: to prevent PHP error display
* Updated stable tag
1.3.3 (2015-02-04)
* Additional excluded post type
* Markup and JS to support showing the selected thumbnail in the media uploader
1.3.2 (2015-02-04)
* Minor improvement to code that attaches FIAT column handler to Posts, Pages and other taxonomy screens
* Inclusion of fix from here: that allows filters from other plugins to work
1.3.1 (2014-07-24)
* Adding in missing Genericons.
1.3 (2014-07-15)
* Added highlighting on images in All Post/All Pages/All Custom Post Type screens – displaying an edit icon that when clicked can change the featured image inline without having to edit the relevant content item
1.2
* Add custom media uploader (css and js) support for all registered and active custom post types
1.1
* Improved sizing logic when displaying existing thumbnails
1.0.2
* Updated logic to detect best thumbnail size to use
1.0.1
* Added thumbnail size check to use default “thumbnail” if bundled “fiat_thumb” is not available for some images
1.0
* First version