Changelog

March 4, 2024
6.4.6 Fixed
  • Force the new table view ID when copying table views based on templates
  • Search comparison MimeType fixed
  • Javascript bug when selecting the Month picker in Smart Filtering
  • The Custom Field column setting gave an error when using the text field hook
  • The Inline Edit toggle was not always visible
Improved
  • Filtering on the Publish Date column does not force to filter only published post anymore
Updated
  • Admin Columns Core to version 4.7.4
February 6, 2024
6.4.5 Fixed
  • Missing filtering button on Taxonomy pages when filtering is enabled
  • Smart Filtering and Filtering re-implemented for Gravity Forms
  • Filtering on the Toolset Types Relationship column gave a fatal error
Improved
  • Always sort on a second unique column to prevent duplicate records on paginated tables
  • You can now disable integration from the Addons tab
  • ACF WYSIWYG editing improved
BuddyPress
  • Added editing support for the User Groups column
Updated
  • Admin Columns Core to version 4.7.3
January 16, 2024
6.4.4 Fixed
  • Fatal error when Restoring the settings in the Settings tab
Added
  • New filter for the 'Posts by Author' column on the User table
Improved
  • Filter drop-downs for user related data now allows you to search for the user display name
  • Single table view export is now pretty printed
  • Better sorting for columns with non unique values
Pods
  • Repeatable fields are not supported anymore until we have build fully support for repeatable fields
Updated
  • Admin Columns Core to version 4.7.2
January 9, 2024
6.4.3 Added
  • Added a new hook that allows developers to alter the max number of options in drop down lists used in Filtering `ac/select/query/limit`.
Improved
  • Show 250 items in Filter drop downs by default
Fixed
  • JetEngine Post Relationship Smart Filtering gave an error
  • Export for the Subscription Relationship column, does not work anymore
  • Export for the WooCommerce Status did not work
December 19, 2023
6.4.2 Improved
  • Filtering drop-downs for Custom Field text fields are back instead of open text fields
Fixed
  • Fixed a fatal error when a user was selected as conditional but had no first or last name
ToolsetTypes
  • Fixed an Uncaught TypeError in the Checkbox field column
December 8, 2023
6.4.1 Fixed
  • The update script triggered a fatal error
JetEngine
  • Meta Boxes for Media Post Type are now supported
WooCommerce
  • It is now possible to select more Product properties for the Grouped By column
December 6, 2023
6.4 Added
  • New User Column: Admin Color Scheme
  • New Media Columns: Aspect Ratio & Orientation (Landscape, Portrait, or Square)
  • New Wrapping setting: Allows to clip the column values to create more compact views
  • New Preset feature: Added the option to create column presets (column templates) and store them with your theme or plugin
Fixed
  • When editing a column on the Media page, the value was not updated in the colum itself
  • Fixed an issue where non-existing terms could cause an error on the column settings page
Updated
  • Smart Filtering has been rebuilt from scratch and no longer relies on third-party plugins
  • It is now possible to search for Saved Filters in the drop down on the table page
  • The standard filtering dropdowns are optimised and no longer rely on caching. They are now populated with AJAX. Some filtering dropdowns have been replaced with open text fields.
  • Admin Columns Core to version 4.7
Improved
  • It is now possible to choose how dates are stored in the Custom Field column
  • Added "Select" Custom Field Type with UI for option input and new filter `acp/column/settings/select_options`
  • Webp images are not recognized for the custom field column
GravityForms
  • Remove Smart Filtering and Filtering from support
JetEngine
  • More operators for the Relationship Smart Filter
  • Better Support for fields that use the Glossary options
WooCommerce
  • Sorting and Filtering support for HPOS Shipping Method column
  • New HPOS column: Returning Customer
  • New HPOS column: Order Meta
October 2, 2023
6.3.5 Fixed
  • Resolved an issue where the Saved Filters list displayed duplicate records
  • Fixed a bug where filtering on an ACF Number field in combination with sorting could lead to empty search results
  • Corrected the incorrect URLs for Terms in Taxonomy columns, ensuring that links now point to the correct destinations
Updated
  • Admin Columns Core to version 4.6.9
September 19, 2023
6.3.4 Fixed
  • Taxonomy helper class gave a PHP 8.2 warning.
  • Re-added all Pro features for the MS User list table.
  • The Media Library for inline editing sometimes only showed items that were not used.
Improved
  • More operators for Smart Filtering for the Slug column.
ACF
  • Added a new hook that allows developers to write custom support for third-party ACF fields: `acp/acf/column`.
WooCommerce
  • Editing support for the Subscription date columns.
  • Editing support for the Product Featured column.
Updated
  • Admin Columns Core to version 4.6.8.
August 30, 2023
6.3.3 Improved
  • Gravatar option added for the Last Modified Author column
Fixed
  • Deleting an HPOS order gave an error
  • Use alias for joined tables in Sorting queries to prevent empty results
  • Reset sorting for a table that has not yet saved settings was not possible
August 25, 2023
6.3.2 Improved
  • Changed the Conditional Formatting style hook from `acp/conditional_format/color_styles` to `acp/conditional_format/formats`
  • New date operators for Conditional Formatting: Within Days, More than ... days ago, Less than ... days ago
Fixed
  • Error when adding the 'Last Modified Author' column
  • Sorting for Custom Field column with field type set to 'Default' did not work anymore
  • The order for Saved Filters was reversed
WooCommerce
  • Added sorting to more HPOS columns
Updated
  • Admin Columns Core version 4.6.7
August 21, 2023
6.3.1 Fixed
  • Use the database prefix for custom WooCommerce HPOS queries
  • Update section in the Admin was not visible anymore
  • The style selector in Conditional Formatting could overlap multiple style selectors
  • Error on the WPML string translation page
  • Some custom columns could give a fatal error on the settings page
Improved
  • Give better feedback when the settings could not be saved because of missing database tables
Updated
  • Admin Columns Core version 4.6.6
August 15, 2023
6.3 Added
  • Global Saved Filters are now also stored in File Storage
  • Smart Filtering for the Author role column on Custom Post Type list tables
  • New hook to load table views on-the-fly `acp/storage/repositories/callback`
  • Setup for PHP File Storage now allows you to set a text domain for translations (see documentation)
  • New hook to set a text domain for translation in PHP file storage `acp/storage/file/directory/i18n_text_domain`
  • New hook to disable Admin Columns for certain list tables `ac/list_screen/is_active`
  • New hook to disable Admin Columns for certain list tables based on keys `ac/list_screen/key/is_active`
  • New Password column for the User list table to change the password for a user from the table
Fixed
  • Styling for the new sorting markers in WordPress 6.3
  • Bulk Delete could give an error when the columns where not saved for the table
  • The hook `ac/post_types` works again to disable Admin Columns for specific post types
  • You can now reset custom Column Order on the table, even when you disabled the feature
Improved
  • New hook to add more styles for Conditional Formatting `acp/conditional_format/color_styles`
  • The Preview Column now also show a preview for video and audio files
MetaBox
  • Added display support for MetaBox Group fields
YoastSEO
  • Added columns for the Schema fields: Article type and Page type
WooCommerce
  • User Link setting for Customer (Orders) works now correctly
  • Support for new HPOS feature in WooCommerce
Updated
  • Admin Columns Core version 4.6.5
May 25, 2023
6.2.2 Fixed
  • Closing a select field in Bulk Edit left the select box on the screen
MLA
  • Media Library Assistant list tables did not recognize the custom columns
Updated
  • Admin Columns Core version 4.6.4
April 26, 2023
6.2.1 Fixed
  • Fixed the array helper that could throw an error when an array contained an object
  • Re-added deprecated register_group function to prevent fatal errors for third-party plugins
Updated
  • Admin Columns Core version 4.6.3
April 25, 2023
6.2 Fixed
  • Changing the column order on the table in combination with the Width editor gave a strange behavior in Firefox
  • The settings to disable the column resize feature did not work correctly
Added
  • It is now possible to switch between column sets by using tabs above the table. You can switch between tabs or a select box on the settings page
Improved
  • Check for better specific post type capabilities for Editing
  • Changed the name for 'Columns Sets' to 'Table Views'
  • Color editable can now have a custom color palette (set with hook `acp/editing/view`)
ACF
  • Column support for the ACF groups list table
WooCommerce
  • Editing the Sales 'until' date now set the date to the end of the given day
  • Product price can not be set to zero.
March 14, 2023
6.1.3 YoastSEO
  • Editing the Primary Taxonomy column gave an error during saving
GravityForms
  • Export button did not appear for some specific Language installations
WooCommerce
  • New 'Fees' column for the Order list view
Updated
  • Admin Columns Core version 4.6.1
March 7, 2023
6.1.2 Fixed
  • Some default or third-party columns did not export any value
  • Bulk Delete feedback did not tell correctly how many items were processed
Improved
  • Uploaded media during Inline Edit has now the edited item as parent
Updated
  • Admin Columns Core version 4.6.1
February 22, 2023
6.1.1 Fixed
  • Issue where the user preference for export was not displayed correctly
6.1 Refactor
  • Refactor for Export models. Abstract model is deprecated
Added
  • Editing support for the Comment 'In Reply To' column
Fixed
  • Templates for WooCommerce logic were not loaded correctly
  • Fatal error when a Metabox Taxonomy column was added on a Taxonomy screen
Improved
  • Export now stores the last export columns and order as a user preference
MLA
  • New integration for Media Library Assistant implemented in Admin Columns Pro
ACF
  • Editing for Relation fields now also takes filter Taxonomy setting into account
  • Editing for Time picker implemented again
  • Value formatter fix for Numeric fields, 0 values are now displayed
  • Value formatter fix for Maps field
  • Value formatter fix for Choice fields that use 0 for keys
JetEngine
  • Repeater field gave an error when adding the column
WooCommerce
  • Added Fees to the Totals column for the Order page
December 21, 2022
6.0.3 Fixed
  • The settings for Network Sites and Network Users were not loaded correctly
  • Labels for the Primary column picker are now sanitized
  • Sorting for Related User Meta on the User table could lead to empty results
  • HTML Character encoding for Saved Filters dropdown
Improved
  • Added the Last-Modified and Last Modified Author columns to the Media page
ToolsetTypes
  • Export for DateTime field now exports the time
TheEventsCalendar
  • Null check for possible error in the 'Additional Field' column value
December 9, 2022
6.0.2 Fixed
  • Bulk Edit could update posts that were not filtered
Improved
  • New hook `ac/addon/$addon/active` available to disable autoloaded addons
December 5, 2022
6.0.1 Fixed
  • Fatal error on Product Variation when no settings were stored
  • Fatal error for the plugin Media Library Assistant with versions below 3.05
November 30, 2022
6.0 Breaking Changes
  • The minimum version required to run Admin Columns Pro is now PHP 7.2.
Added
  • New Feature: Bulk Delete items on the list table
  • New Feature: Added option to set the primary column of the table
  • New Feature: Conditional Formatting
  • You can now change the order of the columns on the list table itself by dragging the column
  • New hook `acp/delete/reassign_user` allows you to reassign posts to another user when bulk deleting users
  • New hook `acp/delete/bulk/deleted_rows_per_iteration` allows you to set the number of rows that are deleted per batch
  • New hook `acp/column_order/active` allows you to globally show or hide the column order functionality
Fixed
  • License information did not always update
Improved
  • Export now supports export of selected items
  • Export UI improved: select which column you want to export and reorder columns on the fly
  • Smart Filtering for the Date Publish column now only filters dates for published posts
Updated
  • Refactor: the `ACP\Editing\Service` interface has changed
ACF
  • It is now possible to add or remove options in bulk for Multiple Select fields
  • It is now possible to set a custom separator for fields that display multiple values
  • The Image field setting 'Uploaded to post' is now applied for Inline Editing
  • The ACF date format is now correctly displayed in the column setting
EventsCalendar
  • Sorting events on default columns did not work correctly
JetEngine
  • Repeater field support
MetaBox
  • New column support for the Relation Manager
  • Editing on Table Storage did not work correctly when the related row did not yet exist in the table
Pods
  • Date field display issue
WooCommerce
  • Export for Customer columns fixed: Total sales, Order Number
  • It is now possible to select the order status for the user Total Sales column
  • Added Editing for Order columns: Payment Method, Customer
  • WooCommerce Sale column did not show the correct scheduled date
September 12, 2022
5.7.4 Fixed
  • Taxonomy ListScreen could give a PHP warning when the default taxonomies were unregistered
  • Beaver Builder integration support was always initiated
  • Expired licenses were not updated correctly when it was expired and re-activated or renewed
  • Suppress more PHP 8.1 warnings
  • JS null checks that could lead to JS errors
Improved
  • Smart Filtering for the Date Publish column now only filters dates for published posts
July 4, 2022
5.7.3 Added
  • Support for Beaver Builder template views
  • New hook to toggle persistent sorting as a preference `acp/sorting/remember_last_sorting_preference`
Fixed
  • Smart Filtering for some Taxonomy columns did not work correctly
  • Suppress PHP 8.1 warnings
June 14, 2022
5.7.2 Added
  • It is now possible to toggle the Row Actions (Below title) on the setting page per list table
  • New hook that runs before the value is saved in (bulk/inline) edit `acp/editing/before_save`
  • It is now possible to select the Website display for User related columns
  • New hook to disable the column value sanitation on the table `ac/column/value/sanitize`
Improved
  • Changed the radio buttons to a Toggle element for column settings that have a on/off state
Fixed
  • Updater on License page is fixed
  • Smart Filtering for some columns on the Taxonomy overview paged did not work
Updated
  • Admin Columns Core changes ( 4.5.2 )
May 16, 2022
5.7.1 Added
  • It is now possible to hide the Comment Type filter in the Hide on Screen section for Comments
  • Custom Field column can now display nested serialized data
  • Better display value for serialized Custom Fields (Multiple values)
  • New Audio player column for Media list table
  • New Video player column for Media list table
Improved
  • The Link count column can now display All, internal, or external links
  • The 'Hide on screen' options are renamed to work more intuitive (toggle to show instead of hiding)
  • The media column types are now grouped based on the media type
Fixed
  • Export for the Media Taxonomy column now works correctly
  • Javascript: possible null error for the column configurator when the screen options are not available
  • There was a Filter button in the footer on the Taxonomy page when there were no filters available
  • Several issues during the updates of Admin Columns plugins
  • Prevent fatal error, when removing a non-existent column set from a Local Storage repository
Updated
  • Admin Columns Core changes ( 4.5.1 )
March 23, 2022
5.7 Added
  • New hook `acp/editing/view` in favor of the old deprecated 'acp/editing/view_settings' hook
  • New hook `acp/export/file_name` to alter the exported filename
  • New Image column for the Media list table
  • The Slug column is now also available for the Media list table
Fixed
  • Adding non-existing terms with editing did not work properly
  • Clicking the mobile caret to open the row now works in combination with Inline Editing enabled
  • Pagination for taxonomy entities now loads more than just one extra page in the smart drop-downs.
  • Removed the Ninja Forms integration from the add-on page
  • The placeholders for the full name editable were incorrect
  • Unexpected focus scroll behavior in Inline Editing
Improved
  • Check if a post is locked in order to be able to edit the post
  • It is now possible to search for specific icons for the label icon picker
  • Javascript is now compiled with the target set to ES6
  • Made the Polylang Language column available for all related List screens
  • Smarter Link editing for the Custom Field URL type
  • More thorough logic for the 'Restore Settings' option.
  • Refactor of the Setup Script that runs when the plugin is installed and activated for the first time
  • The Permalink column now also shows the (upcoming) permalinks for future and draft posts
Updated
  • Admin Columns Core changes ( 4.5 )
December 6, 2021
5.6.4 Hotfix
  • The ReadOnly class is renamed because it gave a fatal error in PHP 8.1
November 22, 2021
5.6.3 Added
  • New hook `acp/sorting/custom_field/numeric_type` to change the data type for numeric custom field sorting
Improved
  • Better sticky header solution to prevent third-party plugin styling conflicts that causes header offsets
  • UI Improvements
Fixed
  • Fatal error that could happen on the WPML String translation page
  • Disabled the editing setting for unsupported Custom Field field types
Updated
  • Admin Columns Core changes ( 4.4.4 )
October 26, 2021
5.6.2 Added
  • When creating a new column set, you can now choose to copy the settings or start with the default columns
Fixed
  • Activation button was not always enabled when entering the license
  • Colspan for Quick Edit and Bulk Edit (Quick Actions) is now correct when Sticky Headers is active
  • Removing terms in Bulk Edit did not work correctly
  • It was not possible to enter negative numbers in Editing for numeric custom fields
Updated
  • Admin Columns Core changes ( 4.4.3 )
Improved
  • The Menu Order column has no restrictions anymore
October 12, 2021
5.6.1 Added
  • JetEngine integration added
Fixed
  • Bulk Editing for the date picker did not work properly
  • WooCommerce manual product sorting is now excluded as a Sorting preference in order to get unexpected behavior when switching back to the default product view
  • More flexible date parsing for Editing in conjunction with the hook `acp/editing/save_value`
  • The setting to hide the 'Edit Columns' button did not always store the settings
Improved
  • Bulk Edit for the User Role column does now allow to add and remove roles instead of only replacing the value
Updated
  • Admin Columns Core changes ( 4.4.2 )
Improved]
  • Do not force showing notices with the hidden classes
September 21, 2021
5.6 Breaking Changes
  • A complete refactoring of the Editing feature. The ACF and WooCommerce integrations need to be updated.
  • Removed deprecated methods from ACP version 4.4 or older.
Deprecated
  • All Editing models have become deprecated. Editing services should be used instead.
Added
  • Placeholder column to determine where and if Polylang columns should be displayed
  • New 'Has Term' column for the Post list table
  • It is now possible to smart filter user-related columns on the current user.
  • It is now possible to do calculations with inline editing for numeric custom fields.
  • Complete restyling of the Admin interface
Improved
  • Editing can now always be toggled for the Custom Field Column and does not specifically need to be activated first.
  • New styling and interface for the admin area.
Fixed
  • Sorting for default/native column can now be disabled.
  • A fatal error when inline editing taxonomy fields when the Post Count column was available on the page.
  • Load a default column set when the preferred column set was restricted in the meantime
  • Gravatar display option did not work anymore since the value sanitation
  • Possible namespace clash in Admin class
Updated
  • Admin Columns Core changes ( 4.4 )
June 18, 2021
5.5.3 Added
  • Added Media columns: Artist and Album
Improved
  • A more compact (horizontal) view for the Screen Options on the table screen
Fixed
  • Sticky Headers could give an error when Screen Options were removed from the screen
  • Resetting sorting did not work correctly for column settings that were never stored
  • Column date setting gave an error when the default date format was empty
Updated
  • Admin Columns Core changes ( 4.3.2 )
June 11, 2021
5.5.2 Added
  • New Post Type column for the (Custom) Post Type overviews, basically for changing the post type with Editing
  • Gravity Forms integration added
  • New feature to make the column headers fixed on the table screen
Updated
  • Admin Columns Core changes ( 4.3.1 )
Fixed
  • Changing the screen options on the column settings page is not persisted
  • Fixed data formatted labels with sanitation
  • The column value is now sanitized
April 29, 2021
5.5.1 Added
  • New Feature: You can now set a "Saved Filter" as the default when visiting the list table. Scroll down on the column settings page and select your default filter set.
  • The export table (under the Tools tab) now lists the source of where the column settings are stored (e.g. database or file)
Fixed
  • Graceful handle corrupt column settings in order to prevent a fatal error
  • Sorting on a column in combination with a search action could lead to unexpected sorting
  • The custom date format within the column settings was not always stored correctly
  • The column label will be sanitized when stored
Improved
  • The last visited settings page is now stored as a preference
Updated
  • Admin Columns Core changes ( 4.3 )
April 2, 2021
5.4.4 Fixed
  • Fixed a fatal error that occurred on the WPML String translation page
March 2, 2021
5.4.3 Fixed
  • Sorting on Post Formats no longer filters out the Standard format
  • Exporting columns settings without any sets selected gave a fatal error
  • WYSIWYG editing does not close in Inline Edit when selecting a style
Improved
  • The Bulk Edit column setting is now only displayed when bulk editing is available
February 8, 2021
5.4.2 Fixed
  • The title was not saved correctly
  • Column set permissions were not saved correctly
Improved
  • Some column labels will automatically change when altering specific settings
February 3, 2021
5.4.1 Added
  • Support management for columns on the Reusable Blocks (Gutenberg) list table
  • User Column: First and Last Post(type)
Fixed
  • The 'Standard' post format does now filter correctly
  • Fixed javascript violation warmings
Improved
  • When the Saved Filters do not match the column settings, you'll now get a useful message instead of a fatal error
  • It's now possible to select a post status for the Post Count column (User)
Updated
  • Admin Columns Core changes ( 4.2.6 )
December 15, 2020
5.4 Added
  • Option to hide the Quick Links menu on top of the list tables
Improved
  • Exporting to CSV is faster and will no longer store temporary files on the file system
  • You can now limit the number of shown items for the child pages column
  • Export is faster and does not store temporary files on the file system anymore
  • Limit the number of items for the Child Pages column
Fixed
  • Don't show the clear button for empty values
  • Permalinks will be URL decoded when exporting
  • The updater could give a PHP warning when there were no updates
  • Display a correct message when an integration is not installed
Updated
  • Admin Columns Core changes ( 4.2.5 )
December 9, 2020
5.3.3 Fixed
  • WordPress 5.6 compatibility issues
October 6, 2020
5.3.2 Added
  • New Media Column: Title Only
  • New filter to toggle between the new Inline Editing styling `acp/editing/inline/deprecated_style` (default:false)
  • Title only column added to Media list table
Fixed
  • The pagination when sorting on the Media list table was ignored
  • The Filter button was not visible on the Taxonomy list tables when the standard filter dropdowns were used
  • The Bulk Edit setting is no longer available for unsupported column types
Improved
  • URL's for link related columns are now displayed correctly (urldecode)
  • The inline edit controls are not visible on hover instead of being always visible
  • When enabling inline editing on the list table, the table row height is no longer affected
  • We added a clear filter button which removes all filters
  • You can now remove roles on the user list table when using inline or bulk edit
  • Dashicons updates for icon picker in column settings
  • New icons for action column added
Updated
  • Admin Columns Core changes ( 4.2.3 )
August 21, 2020
5.3.1 Fixed
  • Sorting for Media Exif information improved
  • JS error on table pages
Improved
  • Add 'is empty' and 'is not empty' smart filtering operators for Excerpt column
  • Remove filter in a saved filter when a column does not exist anymore
Updated
  • Admin Columns Core changes ( 4.2.1 )
August 18, 2020
5.3 Fixed
  • Some saved filters gave a fatal error when it was using operators that did not exist anymore
  • Export did not work anymore since WordPress 5.5
  • IE11 issues for Smart Filtering
  • Fixed User helper that gave some PHP warnings when using in the Author column
Improved
  • The submenu with column sets on top of the column settings has been removed. It can be enabled again with the hook: add_filter( 'acp/admin/enable_submenu', '__return_true' );
Added
  • We added the option to share filter segments with all users
  • New filter `acp/search/segments_list` which allow you to change the order of the saved filters and restrict them per user role.
  • New api function `ac_get_columns` to retrieve the available columns for Listscreen ID
  • New api function `ac_get_column` to retrieve a single column from a Listscreen based on its ID
  • Screen Option to show the Listscreen ID and Listscreen Name on the Column settings page
Updated
  • Admin Columns Core changes ( 4.2 )
July 28, 2020
5.2.2 Fixed
  • Prevent a critical error on the ajax call for column settings that were never stored
  • Added the Bulk Edit setting for the Custom Field that was missing for the default and text types
Improved
  • The Inline Edit toggle button not always shows the correct state when using the persistent editing hook `acp/editing/persistent`
  • The column label translation support for WPML was updated and works again for the latest version of WPML
Updated
  • Admin Columns Core changes ( 4.1.9 )
5.2.3 Fixed
  • Editing issue for Custom Field column (text) when inline edit feature for custom fields was disabled
July 21, 2020
5.2.1 Improved
  • Make the button 'Bulk Edit' on top of the table translatable
  • Sorting on the taxonomy column now also works with 'Show all results'
  • With horizontal scrolling enabled the horizontal offset is preserved when refreshing the page
  • The small icons shown next to the column name on the column settings page are now aligned
Added
  • Added the ability to sort, edit and filter the "Author Slug" and "Full Name" columns on the users table
  • Added the ability to sort and filter the "Full Name" column on the users table
  • New hook `acp/select/formatter/user_name` to alter the displayed user results from the filter select2 dropdown
  • New hook `acp/select/formatter/post_title` to alter the displayed post results from the filter select2 dropdown
  • New hook `acp/select/formatter/term_name` to alter the displayed term results from the filter select2 dropdown
  • New columns for the Users table: Fullname, Author Slug, and Username / Login.
Updated
  • Admin Columns Core changes ( 4.1.8 )
Fixed
  • CSS conflict on overview pages where post type is 'Modal'
June 9, 2020
5.2 Improved
  • Major performance improvements when sorting posts by "Custom Fields", "Attachment", "Author Name", "Comment Count", "Comment Status", "Page Depth", "Excerpt", "Menu", "Last Modified", "Latest Comment", "Page Templates", "Shortcodes", "Sticky", "Featured Image Size", "Reading Time", "Post Status", "Permalink", "Path" and "WordCount"
  • Major performance improvements when sorting media by "Alternate Text", "Caption", "Custom Fields", "Available Sizes", "Description", "Dimensions", "Exif Data", "Height" and "Width"
  • Major performance improvements when sorting users by "Custom Fields", "Comment Count", "Description", "Display Name", "Post Count", "Posts", "Rich Editing", "Roles", "Show Toolbar" and "User Url"
  • Major performance improvements when sorting terms by "Custom Fields" and "Menu"
  • Added sorting of posts by "Ancestors"
  • Added sorting of users by "User Posts"
  • Added smart filtering of posts by "Comments"
  • Better Table overview recognition to prevent wrong loaded list screens
  • The comments column on the users page will now link to the (filtered) comments table
  • The post count column on the users page now has the option to select all post types
Added
  • WYSIWYG editing support for inline editing
  • Hide standard WordPress filters (e.g. the date, post format, and category filters)
  • Enable/disable smart filtering on a per column basis.
  • You can now remove all terms when using inline edit
  • Added inline and bulk editing for the user description column
  • Added a warning icon for columns that can become slow when sorting very large datasets
  • New hook `acp/search/filters` to alter the filter options and set available values and operators
  • New hook `acp/sorting/model` to alter the sorting model per column
  • New hook `acp/sorting/custom_field/date_type` to alter the sorting of dates (that are stored in metadata) from 'datetime' to 'numeric'
Fixed
  • The post count column for users will show the correct count when 'any' post type is selected
  • Disable Bulk- and inline editing for overview without stored settings
  • Enabling or disabling Horizontal Scrolling for an overview that has no column settings gave a fatal error
  • Search form on the media items page was not being removed when enabling the hide-on-screen option
  • The title on media items was not correctly displayed when using inline editing
  • All `Numeric` class names have be renamed to `Number` because `Numeric` is a soft reserved keyword since PHP 7
  • Renamed the user display option 'First and Last Name' to 'Full name'
  • The comment count column for the users page will now only count 'approved' and 'pending' comments when selecting 'All comments'
Updated
  • Admin Columns Core changes ( 4.1.7 )
April 22, 2020
5.1.6 Improved
  • Implemented fallback for WordPress determine_local() function making Admin Columns Pro compatible again for installation with WordPress version below 5.0
  • Better horizontal scrollbar positioning when page changes
  • Better backward compatibility for the inline edit toggle button
  • Fixed some right-to-left (RTL) issues in Editing
  • Smart filters can be hidden per list table via the optional settings (below the column settings)
  • You can now display the column ID and Type by opening the screen options in top right
  • The meta column will now display a zero (when available) instead of a dash
  • Improved right-to-left (RTL) support
  • First time loading columns is faster
Fixed
  • Disabled Export for Yoast Linked column
  • MySQL error when sorting on a custom field column that has no value for any of the records
Updated
  • Admin Columns Core changes ( 4.1.6 )
April 17, 2020
5.1.5 Added
  • New Gutenberg column that renders the amount or structure of the Gutenberg blocks
  • New Shortcode column that renders shortcodes in a column
Fixed
  • Bulk Editing model sometimes closes when using third-party jQuery plugins
  • Export JavaScript null check
  • Added missing Filter button on Multi Site user overview table
  • Model auto close issue
Updated
  • Admin Columns Core changes ( 4.1.5 )
April 15, 2020
5.1.4 Fixed
  • Removed the export form on some pages where it should not be displayed
  • Compatibility check for Media Library Assistant plugin
Updated
  • Admin Columns Core changes ( 4.1.4 )
Added
  • Javascript Improvements
April 9, 2020
5.1.3 Fixed
  • Some exportable columns were missing its export settings
  • Translations did not load correctly when old language files were found
Updated
  • Admin Columns Core changes ( 4.1.3 )
Added
  • New media column: Download. For easy downloading of files.
April 8, 2020
5.1.2 Updated
  • Admin Columns Core changes ( 4.1.2 )
Fixed
  • PHP 5.6 error when loading the settings page from the menu
April 7, 2020
5.1.1 Added
  • Meta Box integration support
Improved
  • Export of third-party columns is now supported
  • Enable or Disable export per column
Updated
  • Admin Column Core changes ( 4.1.1 )
March 30, 2020
5.1 Added
  • Local Storage (store column settings on file system)
  • New User Column: Posts by Author
  • Tooltips added to each feature of the custom field column
Improved
  • Added the "does not contain" search operator for Title column
  • The column type selector now uses select2
  • The current `list screen ID` has been added to the URL when filtering a list table, making it easier to bookmark
  • Our buttons on the list table now has the same style and colors as the default WordPress buttons.
Updated
  • Admin Column Core changes ( 4.1 )
  • The `Admin` class has been refactored
  • The `ListScreenRepository` class has been refactored
March 11, 2020
5.0.3 Fixed
  • Possible errors during the update process
Updated
  • Admin Column Core changes ( 4.0.3 )
  • Saving column settings for the first time could result in extra database records.
February 26, 2020
5.0.2 Fixed
  • License key was not persistently stored on multi-site environments
Added
  • Core translations are updated
Improved
  • Horizontal scrolling recalculates position after Bulk Edit is finished
Updated
  • Admin Column Core changes ( 4.0.2 )
  • Fallback for wp_timezone when running WordPress < 5.3
  • Languages for core version updated
February 18, 2020
5.0.1 Added
  • New Post Column: Post Visibility
Fixed
  • The default visibility of the Export button should be enabled
  • The editing date/time fields in Safari were not populated correctly
  • Horizontal Scrolling script could give an error when the screen options menu is not available
  • Export message on settings page sometimes displayed the wrong message (Enabled or Disabled)
  • Correct display of Yoast IsIndexed column
  • Fatal error in Date helper that occurs in PHP 5.6
Updated
  • Admin Column Core changes ( 4.0.1 )
Improved
  • Re-added the hook `ac/column/custom_field/use_text_input` to use a text field for the custom field column setting
February 3, 2020
5.0 Added
  • We are giving you more control over what is visible on the list table. You will be able to hide items (search, bulk actions, export, bulk edit, etc.) from the list table that you do not want your users to see.
  • When enabling "horizontal scrolling" you will see a fixed scroll bar on the bottom of the screen
  • You can now change the default sorting per list table.
  • You can now set horizontal scrolling as the default view for all users.
  • New Comment Column: Has Replies
  • New Comment Column: Is Reply
  • Editing for Display Name column
Improved
  • The list of saved filtered segments has moved to the "Add Filter" button. You will now see a small arrow button that will open the saved segments.
  • Always show parents in term drop-down menus for editing and search
  • Use wp_date for column value formatters instead of date_i18n
  • Set link type for Taxonomy Columns
  • It is not necessary anymore to load the overview page once in order to recognize the default columns
Updated
  • The Import/Export tab has been renamed to Tools.
  • The way you assign users or roles to a specific column set has been moved to the settings pane, below the column settings.
  • Admin Column Core changes ( 4.0.0 )
Fixed
  • Yoast SEO Primary Taxonomy column fixed
  • Filtering for Term Parent now also display empty parents
November 19, 2019
4.7.3 Updated
  • The minimum version required to run Admin Columns Pro is now PHP 5.6.20.
  • Admin Column Core changes ( 3.4.8 )
  • The minimum version required to run Admin Columns is now PHP 5.6.20
Fixed
  • The post status column will now sort correctly
  • Updated Select2 to 4.0.12 to prevent non-closing behavior
Improved
  • When the column label is an icon, the column (type) label will be used for the CSV column header when exporting data
  • Show posts with any status when sorting on custom field on default overview (all)
  • Adapted new WordPress 5.3 interface styling
  • Better Excel support for exported CSV files
  • Inline Edit text fields now support maxlength setting
August 27, 2019
4.7.2 Fixed
  • Update Select2 that sometimes did not close the drop-down after selecting a value
August 26, 2019
4.7.1 Improved
  • Keep select2 open for editing multiple items.
  • Added today button for editing popups (date columns).
  • Changed WordPress Date Format link
  • Show more feature that is used in several columns
  • Update Select2 version that fixes multiple selections bug
Fixed
  • PHP Notice in MimeType Filtering Model
  • DateTime editable time fields were not working correctly in specific browsers
Updated
  • Admin Column Core changes ( 3.4.7 )
Added
  • Option to limit the number of taxonomies that are shown in the column with show more button.
August 21, 2019
4.7 Added
  • New feature: Sort Column Sets by drag and drop on the settings page
  • New feature: Create custom fields on the fly in the Custom Field Column settings
  • Yoast Column: Is Indexed
  • Smart Filtering for Menu Order column
Fixed
  • Error when using inline edit when Yoast Link column is active
  • Javascript error for Media editables when the thumbnail is not available
Improved
  • Autofocus on textarea editable
  • More Search features for post content column
  • Option to deselect records after Bulk Edit
  • Smaller input fields for editing numeric fields
  • Search the list of available custom fields in the drop down with Select2
  • Change the label for Custom Field column Excerpt to Text
  • Don't open column settings when column refreshes
  • Setting for adding a link to related comments display
Updated
  • Admin Column Core changes ( 3.4.6 )
July 16, 2019
4.6.3 Added
  • Two new hooks to add/alter the export data `ac/export/headers` and `ac/export/row`
Improved
  • Short delay when searching for records in Editing
Fixed
  • Bulk Edit was processing a maximum of 1000 records
  • Filter button for User and Taxonomy was sometimes not available
  • Export on Taxonomy overview pages did not work in combination with Smart Filtering
  • Segments were shared between original column sets
  • Styling issue on the WordPress Customize page
  • Javascript errors on admin pages for specific columns
  • Removed flickering for Pro modal
  • Re-init tooltips when a column is reloaded or added
Updated
  • Admin Column Core changes ( 3.4.5 )
May 21, 2019
4.6.2 Fixed
  • Fixed an issue where the plugin would show a PHP timeout on multisite making it inaccessible.
  • Fixed an issue where an error occurred when using the Custom Field column with the inline editing setting set to 'false'.
  • Only one single call is necessary to check plugin updates. This could decrease the loading times on the plugin overview page
  • Transient class fixed. Unchanged data did not update the timestamp resulting in invalidating the transient constantly
Improved
  • API refactored, resulting in fewer calls to our server for license related stuff
  • Add-on installs are now done on Ajax
  • Changelog display now uses the same markup as WordPress
Updated
  • Admin Column Core changes ( 3.4.4 )
May 14, 2019
4.5.9 Fixed
  • Error on the MS Site overview page
  • Rebuilt Javascript to prevent Date Time picker issues for editing
May 10, 2019
4.5.8 Added
  • It is now possible to recheck the status of your license on the settings page
Improved
  • Bulk Edit is now always enabled (even when Inline Edit setting is disabled). The only way to disable it, is with the `acp/editing/active` hook
  • Column setting will show if "Export" is disabled or enabled
  • Limit Ajax Calls for Select2 drop downs by adding a short delay
March 29, 2019
4.5.7 Added
  • Filter added for disabling the Bulk Edit confirmation `acp/editing/bulk/show_confirmation`
Fixed
  • Possible Fatal error on User overview page
  • Multiple Bulk Edit rows were added to the table when selecting records
  • Sorting issues on Meta column when Yoast SEO is active
March 26, 2019
4.5.6 Added
  • New hook `acp/export/is_active` for disabling export (per list screen)
  • New Taxonomy column: Count per post type
Improved
  • Moved bulk edit to tbody so the default WP Bulk Editing still works
  • Translation improvements
  • Added 'Not Contains' and 'Is Not' operators to default text meta columns
  • Exclude hidden columns from Export
  • Show default label for Page Template when editing and filtering on Page Template column
  • New JS for Editing when saved is ready `ACP_InlineEditing_After_Save` on document
  • New Editing interface for editing Taxonomy columns
  • Prevent possible warning in User Registered column
  • Give feedback on settings page when something went wrong
  • Setting for link Media item to download or view
Updated
  • Admin Column Core changes ( 3.4.2 )
February 27, 2019
4.5.5 Improved
  • Set focus on input when opening text editable
  • Don't post (Smart) Filters to URL when there are no set filters that could cause 403 errors
Fixed
  • Quick Edit and WordPress Bulk Edit interface was broken when ACP Bulk Editing was active
  • JS error when there are no columns on the overview that supports smart filtering
  • Only render Export markup on table screen
  • DateTime timeformat can be changed with a hook for Editing
  • Removed duplicate records when sorting on Taxonomy Column
February 18, 2019
4.5.4 Added
  • New hook `acp/editing/bulk/active` to disable bulk editing for a specific list screen
Fixed
  • Create new terms for Inline Editing
  • Datepicker did not always close when using Inline Editing
Improved
  • Bulk Editing for Yoast Primary Taxonomy Disabled
  • 'Is not' operator added for Taxonomy column
  • Export Button is visible by default but can be disabled in the Screen Options menu
February 4, 2019
4.5.3 Fixed
  • Fatal error on Load.php (file not exists)
January 24, 2019
4.5 Added
  • Bulk Edit
  • Media Column: Permalink
  • Smart Filtering logic for Timestamps and ISO Dates
Fixed
  • Z-index issue for filtering date picker
  • Javascript error on the Media Grid Overview
  • Inline Editing for Taxonomy column with 'allow new category' option enabled
  • Width setting Javascript errors
  • Show icons for Action column works again
Improved
  • Smart Filtering for Custom Field Post type
  • Show icon labels in the Screen Options menu when necessary
Removed
  • Removed the acp/editing/save* filters as all models now return a boolean result
Changed
  • get_rows abstract method renamed to get_table_screen_rows
  • Editing model is made abstract and now implements an abstract save method instead of public
Updated
  • Admin Column Core changes ( 3.4 )
4.5.1 Fixed
  • Fatal error on Request Class
4.5.2 Fixed
  • Column Sets inputs did not load properly.
November 7, 2018
4.4.1 Fixed
  • Date editing for empty columns
  • Export now also works correctly with Smart Filtering
  • Filter button removed entire hook for adding an extra filter to user and taxonomy overview pages
  • Inline Edit for categories and tag had strange behavior in select2 dropdowns
  • Translation files for Pro-files where not loaded correctly
Updated
  • Admin Column Core changes ( Release 3.1 )
Improved
  • Better external image support for Custom Field column
October 31, 2018
4.4 Added
  • Smart Filtering
  • Icon picker for label setting
  • New hook `ac/export/column/disable` for disabling columns for export
Improved
  • Show attachment file size for Featured Image
  • Extra display for Path column to show the local path of a file
Updated
  • Admin Column Core changes ( Release 3.3 )
September 25, 2018
4.3.8 Added
  • Media Column: Post Type
  • New hook `acp/horizontal_scrolling/enable` to enable horizontal scrolling for a specific overview
Improved
  • Limit to check for updates once per request (if WP triggers the update check)
  • Post title column is now always available
  • Disable autoloading for ACP options
Updated
  • Admin Column Core changes ( Release 3.2.7 )
Fixed
  • jQuery noConflict fixes for column settings page
August 21, 2018
4.3.7 Fixed
  • Fatal error on Taxonomy overview pages when filtering on meta columns
Improved
  • Re-added Pro features for MS User overview pages
  • Set Admin Columns Capability on role instead of User
Updated
  • Admin Column Core changes ( Release 3.2.6 )
August 15, 2018
4.3.6 Added
  • New Media Column: Used as Featured Image
  • Editing and Filtering added to Last Modified column
  • New JS API for column settings page. (Accessible through AC.Form)
Improved
  • Don't show the Yoast filters when the related columns are not available
  • New interface implemented for the buttons on the overview pages
  • Changed class 'Numeric' to 'Number' since numeric is marked as soft reserved keyword in PHP 7
  • Select2 editing values are now correctly displaying escaped HTML entities
  • Exclude system files in Autoloader
Fixed
  • JS trigger 'cacie_after_save' is now called correctly
  • User Role filter drop down now always show all user roles
Updated
  • Admin Column Core changes ( Release 3.2.5 )
July 11, 2018
4.3.5 Fixed
  • Free version is automatically disable when enabling the Pro version
  • Improved performance for ac_quickedit_events()
Updated
  • Admin Column Core changes ( Release 3.2.4 )
June 27, 2018
4.3.4 Fixed
  • Plugin updater now works for older add-ons
June 26, 2018
4.3.1 Fixed
  • Assets did not load correctly. Upgrade script fix.
Removed
  • Support for PHP 5.2. The minimum version required to run Admin Columns is now PHP 5.3+.
  • Deprecated functions (before 3.0) will be removed after 12 months.
4.3.2 Fixed
  • Fixed possible fatal error when running update
4.3.3 Fixed
  • ThirdParty classes are now using correct camel casing
April 30, 2018
4.2.9 Fixed
  • Sorting for custom field numeric fields
Improved
  • Dismissable renewal notice improved
  • Styling for dismissable notice (wrong placed dismiss button)
  • Changed Full Path Label to Path
Updated
  • Admin Column Core changes ( Release 3.1.8 )
March 30, 2018
4.2.8 Fixed
  • License expired notice was not displayed correctly
  • Possible catchable fatal error for Author column fixed
Updated
  • Admin Column Core changes
Improved
  • Logic for File Size column for media improved
  • Translation improvements
March 21, 2018
4.2.7 Fixed
  • License check gave a wrong expiry date
Updated
  • Background caching for filtering is now only built for columns that are active
  • Admin Column Core changes
Improved
  • Reset sorting button now aligns well on Media and Taxonomy overviews
  • Export filename now contains the date as set in WordPress instead of the date of the server
  • It's now possible to reset the Admin Columns capability by reactivating the plugin
March 16, 2018
4.2.6 Fixed
  • Ranged filtering on User overview fixed
  • Reintroduced filtering for Network users
March 15, 2018
4.2.5 Fixed
  • Multisite Users screen was not usable because of a fatal error
March 13, 2018
4.2.4 Added
  • You can now change the duration of caching in seconds using acp/filtering/cache/seconds (defaults to 10)
  • Gravatar display added for User related columns
Fixed
  • Inline edit for Date Time picker fixed
Improved
  • Filter dropdowns now displayed in alphabetical order by default
Dependency
  • Requires ACF addon 2.2.2 if active
  • Requires WooCommerce addon 3.0.3 if active
Updated
  • The filter for enabling cache on the filter dropdowns is now acp/filtering/cache/enable
  • When selecting a Post Type the label will be updated for the Post Count (user) column
February 6, 2018
4.2.3 Added
  • Added deprecated hook `do_action( 'acp/column_types' )`
Fixed
  • Fixed default sorting for hierarchical pages
  • Fixed issue where some page ordering plugins would no longer be sorted correctly
  • Fixed sorting on media items in grid view mode
  • Delegated filter menu's (e.g. categories) no longer appear when disabled
  • Small typo in help text
Updated
  • Admin Column Core changes
Removed
  • Removed 'acp/column_types' action
Update
  • Updated languages from wordpress.org
January 31, 2018
4.2.2 Fixed
  • Some assets were missing
January 30, 2018
4.2.1 Fixed
  • Editing, Filtering, and Sorting was not possible for Media and Comment columns
  • Editing for Menu Column is fixed
  • Added AC_ListScreen::get_object_by_id with deprecated message
  • Fixed fatal error for custom taxonomy columns
Improved
  • Filtering drop downs now have a maximum width of 200px
Updated
  • Admin Column Core changes
January 29, 2018
4.2 Added
  • Ancestor column for hierarchical post types
  • Latest comment column for posts
  • Post Type column for comments
  • Language column for users
  • Enable persistent editing by adding `add_filter( 'acp/editing/persistent', '__return_true' );` to your functions.php
  • Added date time settings for columns that use dates
Improved
  • Default Filtering label prefix changed from 'All' to 'Any'
  • Ping status, last name and first name column sorting is now faster
  • Adding a new column will enable sorting by default
  • Admin Columns Capability is now always set
  • Database update message is only visible for administrators
  • Links starting with # are now marked as internal
Updated
  • Admin Column Core changes
Removed
  • Removed support for the Link/Bookmark list table
December 12, 2017
4.1.1 Added
  • Sorting support for Yoast SEO and Readability column
  • Export support for Yoast columns
  • New setting for content fields: String limit (Limit on words or characters)
Fixed
  • Word Limit setting now accepts 0 and empty strings
  • Removed double tooltips for Yoast columns when sorting is active
Improvement
  • Small database updates run in the background
  • Improved Export for media columns
  • Empty char can be set per Export Model
  • Layout Switcher styling update
  • Date/Time editing support for date/time columns
  • Editing and Filtering support for Media Date column
Updated
  • Admin Column Core changes
Improved
  • Merged the roles column into the author column
  • Added Before/After fields for the following columns: Content, Excerpt, User Description
  • Removed deprecated Welcome page
  • Removed deprecated Upgrade page
November 22, 2017
4.1 Added
  • Internal domains for the Link Count can now be changed by using the following filter: add_filter( 'ac/column/linkcount/domains', internal_domains )
Improvement
  • Added Exporting
  • When switching to a different layout, the WP status filters are taken into account
November 10, 2017
4.0.14 Fixed
  • Free version is now deactivated correctly by activating the Pro version
Updated
  • Admin Column Core version could not be read and update message would not go away
November 9, 2017
4.0.12 Added
  • New column for revisions. Shows the revision count with more info on click
  • New column for links in content. Shows internal/external link count
  • Download action added for Media overview
  • Sorting for Custom Field column User type
Fixed
  • Filtering on daily and monthly dates now shows the correct posts
  • Comment count sorting
Improved
  • Textarea field type support for custom field with wordcount setting and text area editing
  • Better date ranged filtering (does not include the first day of next month)
  • No support 12/24 hour format for date time picker
  • Layouts UI improvements
Updated
  • Admin Column Core changes
October 16, 2017
4.0.11 Fixed
  • Changelog view from plugins overview works again
  • Date filter dropdowns are now displayed in descending order
  • Sorting on Post Count column did not work when using a custom table prefix
  • Error while using inline edit on Taxonomy Column
Updated
  • Admin Column Core changes
  • Column Attachment count merges with Attachments
October 4, 2017
4.0.10 Added
  • Events Calendar integration add-on is now available from the add-ons tab
  • xEditable for date/time fields
Improved
  • Date filter drop downs are now displayed in descending order
  • User Registered date column now uses the date/time editing field
October 2, 2017
4.0.9 Added
  • Filtering for Yoast title column (default or custom titles)
  • Editing support for User registered column
  • Added before/after fields for ID column
Improvement
  • Improved filter drop down performance on large datasets
  • Column interface for post relations
Fixed
  • Roles column did not work
  • Sorting and Filtering on two different Taxonomy columns gives an error
Updated
  • Admin Columns core to v3.0.5
Changed
  • Changed Ajax value interface
August 17, 2017
4.0.8 Added
  • Images column for posts. Shows all used image inside the post content.
Improvement
  • Title Only column is now sortable and editable
  • Shortcodes column is now sortable
  • Menu column is now sortable and editable
  • Renamed "Comment Count" column for Multisites to "Comments"
  • Child Pages column now supports filtering
  • Post modified will now be updated when using inline edit for changing: the featured image, a page template, make sticky, add a term
  • Filter label for ranged items can now be changed
  • Comments for multisite now shows a comment bubble for total items instead of just a count
Fixed
  • Disabling inline edit removed the blue link color from the title column
  • EXIF data is now sorting correctly
  • Items were not always editable when using filtering or pagination due to a caching issue
  • Sorting a custom field, available sizes or dimensions column for media was not working
  • Time difference option in the date column now uses the correct GMT offset
Changed
  • Renamed ACP_Column_UsedByMenu to ACP_Column_Menu
Updated
  • Admin Columns core to v3.0.4
Improved
  • Attachment column: you can now limit the number of items being displayed
  • Only apply before/after when the value is not empty
  • EXIF Data now have added before and after fields
  • Renamed Alt column to Alternative Text
  • Renamed Before More Tag column to More Tag
  • Renamed Comment Status column to Allow Comments
  • Renamed Title without actions column to Title Only
  • Available Sizes column for media now has the option to include missing file sizes
  • Added Orientation and Keywords to EXIF data column
  • Added a tooltip to the actions column
  • Date Published column now shows a status icon when the post has not yet been published
  • Post Formats column now has the option to show an icons
  • Author column can now display the role(s) of the author
  • Added many helper methods to ac_helper()
Removed
  • Removed the "Attached to Post" column. The column has been replaced by the "Uploaded to" column in WordPress 4.0
July 26, 2017
4.0.7 Added
  • Ranged filtering for User registered date adde
  • Profile Picture (Gravatar) column for Users
  • Added a helper to display star ratings
Fixed
  • Clicking the clear button with inline edit does not jump to the top of the page
  • Filtering for Taxonomy column on the media overview is enabled
  • Image column for media overviews works again
  • Category filter dropdown does not always have active state anymore
  • Renaming a post type name (from a dash to underscore) could cause the wrong layouts to be loaded
  • Child Pages are now correctly separated by a comma
  • Show the type instead of an empty label in the edit columns screen
  • Image URLs are supported again for the Custom Field column
  • Column with a date setting did not always store it's value date format correctly
Improved
  • Styling issues for sorting on Media overview
  • Post Status column can now also be displayed as an icon
  • Use multibyte function to trim strings for showing a maximum character count
  • Excerpt column now displays a text icon when the excerpt is generated from it's content
Updated
  • Admin Columns core to v3.0.3
July 3, 2017
4.0.6 Added
  • Filtering added for the Date Published column
Fixed
  • Better fix for fatal errors on filtering in PHP7.1 on the comments overview page
  • Hitting enter to filter on the User overview does work now
  • Inline edit for textareas are saved incorrectly the second time
  • No columns were shown when you saved your columns without visiting the overview page first
Improved
  • Default WordPress date filter is removed when there is an Admin Column Pro monthly date filter active
  • Styling filtering input fields
  • Editing datepicker now supports first day of the week option
  • Character limit now strips tags before trimming
  • Translations for the core are now fetched from Glotpress
Updated
  • Admin Columns core to v3.0.2
June 6, 2017
4.0.5 Fixed
  • Fatal errors on filtering in PHP7.1 on the comments overview page
  • Don't load sorting preferences for columns that aren't available
Updated
  • Admin Columns core to v3.0.1
Improved
  • Clicking the toggle icons in the header of the column settings won't open the column settings anymore
  • Fallback for the autoloader to work with lowercase files
  • User Nicename available as an option for User display
May 3, 2017
4.0.4 Fixed
  • Date filtering dropdowns order and options fix
  • Taxonomy dropdown while using inline edit menu now populates correctly
Improved
  • Horizontal scrolling in table keeps columns width
April 26, 2017
4.0.3 Improved
  • No duplicate category filter
  • Sorting for Post count on User overview now works together with the display value
  • Improved internal method for registering columns
  • Filtering cache timeout now expires after 10s, instead of 60s
  • Column can now have a togglebox with ajax loading
  • By default a dash "–" charcater is shown when the column value is empty.
Fixed
  • Network Users view-button now links to the correct page
  • Network users without the correct capabilities will no longer see add-on activation buttons
April 11, 2017
4.0.2 Fixed
  • Javascript bug for editing numeric fields
  • Layout switcher is now correctly placed on post screen
  • Filtering Custom Field values by ranged on future / past dates has been fixed
  • Scripts on the listings screen are now loaded in the footer
  • Third party columns are now be loaded correctly
  • Removed plugin group for columns
April 5, 2017
4.0.1 Fixed
  • The link_category taxonomy will only show when the Link Manager is enabled
  • Network Sites "View" button will now link to the correct column set
  • Refreshing the Network Sites screen will load the correct column set
  • Blog ID column is now visible for Network Sites
  • Filtering dropdowns cache now works correctly with external caching
  • Admin Columns is now compatible with WordPress version 4.5 and up
April 4, 2017
4.0 Refactor
  • Complete refactor of core code. Please read [Upgrading from v3 to v4](hhttps://www.admincolumns.com/documentation/faq/upgrading-from-v3-to-v4/)
  • Renamed folders for filtering, editing and sorting
  • Removed all ACF addon methods from Admin Column Pro plugin
  • Removed all WooCommerce addon methods from Admin Column Pro plugin
  • Filtering now uses the pre_get_post hook instead of the request hook
  • Sorting now uses the WP_Query
  • Each Pro column now has it's own class extending the free column
  • Each Pro column that supports sorting now makes use of a sorting model class
  • Each Pro column that supports filtering now makes use of a filtering model class
  • Each Pro column that supports inline edit now makes use of an inline edit model class
  • Filter 'cac/editable/data' replaces 'cac/editable/options'
  • New Class interface for the Custom Field Column
  • New helper for Filtering acp_filtering()
  • New helper for Sorting acp_sorting()
  • New helper for Editing acp_editing()
Improved
  • Inline edit user dropdown now shows first name and last name by default
  • Restyle user interface for column edit boxes
  • Show first name and last name for filter dropdowns related to users
  • Removed all image icons with dashicons for columns and interfaces
  • Improved performance for sorting for a lot of columns
  • Improved a lot of the phpdocs for methods
  • Updated the User Interface
  • Using dashicons instead of image icons
  • Action column now always is the primary column
  • Heading structure in Admin is now correct
  • Page Template column supports post types (since WP 4.7)
  • Improved Custom Field column types
Added
  • Native Taxonomy columns
  • Network Site columns
  • Added screen option to create a horizontal scrollable table
  • Inline edit and filtering support for native taxonomy columns
  • New methods for getting the current version of the plugin
  • Option for setting the filter top label
  • Inline edit support for BBPress forum on topic overview
  • Ranged filtering for ID column
  • Dependency check for addons with specific versions
  • Ranged filtering for WordPress date column
  • Pagination for filtering select2 dropdowns
  • New labels for empty / nonempty dropdowns
  • Yoast readability column support
  • Colorpicker added for inline edit
  • New user column added: Author name
  • New user column added: Show Toolbar
  • New column for shortlink added
  • Filter for suppressing admin notices
  • New helpers added for array, date, formfield, icon, image, post, string ,taxonomy and user. Helpers can be accessed by using 'ac_helper()->array()'' etc
  • Filter for enabling a 'clear all columns' button to the setting page. 'ac/settings/enable_clear_columns_button'
  • New method for singleton for Admin Columns main class. 'ac()'
Fixed
  • Row actions on first (custom) columns were removed after using inline edit for the column
  • Inline edit for role column fixed
  • New Image column for media overview
  • Disable inline edit for multi site user overview
  • Post format taxonomy check for inline edit, so not multiple formats can be selected
  • Comment Response column is no longer displayed in the table when viewing "Comments On".
Updated
  • Admin Columns core to v3.0
December 9, 2016
3.8.9 Fixed
  • Default comment columns gave no results when sorting was enabled for those columns
  • WordPress 4.7 shows no titles and authors on page overview when sorting is saved as preference
  • JS error on Taxonomy screens for listings_screen.js is fixed
Quickfix
  • WooCommerce order column sort now correct but sorting cannot be disabled for this column. Will be fixed in 4.0
October 11, 2016
3.8.8 Fixed
  • ACF Inline Edit ajax search fix due ACF method removal (temporary)
  • ACF Sorting on User list did not work
Added
  • Added screenreader labels for filter dropdowns
July 6, 2016
3.8.7 Added
  • License check notices can be disabled by filter add_filter( 'cac/suppress_site_wide_notices', '__return_true' )
Fixed
  • Enabling and disabling sorting for columns was not working
  • Fatal error for sorting on Custom Field Columns with format set to 'Posts by ID' fixed
  • ACF4 datepicker fix. Only support inline edit when the default save format is used yymmdd
  • JS bug solved for inline edit where current value could be NULL
  • Past date filtering for ACF dates not excludes empty values
  • Clear option added for ACF selectboxes that can be NULL
  • Disablied filtering for ACF Users (multiselect) column
  • Inline edit causes actions (quick edit, edit) to disappear when you edit the value
  • Initialize inline edit after using ajax action like quick edit and reply comment
June 25, 2016
3.0.3 Fixed
  • Translations working again
Updated
  • Languages updated from transifex
  • Improved bug reporting
April 29, 2016
3.8.6.1 Fixed
  • Hotfix. Admin Columns core version 2.5.6 did not display the stored column settings, which is now hotfixed.
  • There was a possibility that a layout was loaded that didn't belong to the current user
  • User roles will sort correctly when a user has custom capabilities assigned
  • Row actions are now only added to the first column when the primary column isn't available
  • The true/false field option for the Custom Field column will display a cross icon when the value is empty or zero
  • =3.8.6=
Improved
  • Column set menu will display the selected role and user (only single) in the description
  • Renamed the label from "Column Set" to "Column View" on the posts screen
Updated
  • German language is 100% translated, big thanks to Björn Scheppler
  • Admin Columns core to v2.5.6
April 7, 2016
3.8.5 Fixed
  • WordPress columns that are filterable by default (like date and acategories) can now be disabled
  • Inline edit now loads ajax options properly when not using column sets
  • When updating post_date with inline edit the GMT date will now also be updated
  • Other select2 libraries will now be disabled on the column settings page to prevent possible conflicts with plugins and themes
  • Excerpt column: The label "Excerpt from content" will now only display when the post has content
Improved
  • Changed the name 'Sets' to 'Column Sets'
  • Columns with empty values will now display a dash symbol
Refactor
  • Removed filter 'handle_reset' from CAC_Sortable_Model::__construct()
Updated
  • Admin Columns core to v2.5.5
March 29, 2016
3.8.4.1 Updated
  • Admin Columns core to v2.5.4.1
  • Admin Columns core to v2.5.4
Fixed
  • Columns can be marked as original, in case the default has been replaced by an ac-column
  • WooCommerce columns will now have the right order when column haven't been stored yet
  • WooCommerce columns will now display it's value again after using inline edit
  • Inline edit will now work correctly when layout is empty
  • Status column will now display all available stati when using inline edit
  • Filtering dropdown with roles are now translated when a translation is available
  • Old PHP export format can be used again
  • Filtering on empty featured images has been fixed
  • Fixed small styling issue with the user/roles selector for sets
  • Displaying all results when sorting ACF columns will now work correctly
  • Show filter when options are empty or when the empty/not empty options are enabled
  • Sorting for default column date is working again
  • Edit columns button will be positioned correctly on the Trash page
  • Obsolete images have been removed
  • Roles names column will display the available translation
  • Content type label (next to store settings) is displayed correctly when translations are loaded
  • After using quick edit the column values will be populated correctly again
  • WPML will correctly display it's "+" icons again. Make sure to add/remove the column
Improved
  • Added missing security nonces to ajax calls
  • "Add set" button is now affording (displaying close when opened)
  • Inline edit will load less data on listings pages
  • Excerpt column will now display a label "excerpt from content" when the actual excerpt field is empty
Removed
  • Removed obsolete language files
  • [Improved Messages on the settings screen (when using restore columns) are now displayed directly above the columns
Added
  • New filter 'cac/get_posts/post_status' has been added to change post_status when using CPAC_Storage_model::get_posts()
Refactor
  • removed all filters from CAC_Filtering_Model::__construct()
  • removed all filters from CACIE_Editable_Model::__construct()
March 16, 2016
3.8.3 Updated
  • Admin Columns core to v2.5.3
  • Replaced custom icons with Dashicons where applicable
  • Inidividual sets of columns can be exported and imported to JSON or PHP
  • Sorted columns will now always have a sorting indicator, indicating ASC (down arrow) or DESC (up arrow)
  • Revmoed restore sorting button form column setting screen. Sorting can now be resetted from settings tab for all users.
  • Parent taxonomy column will only be available for hierarchical taxonomies
  • WordPress SEO columns have a default width displayed
  • All languages have been updated from Transifex (https://www.transifex.com/codepress/admin-columns-pro)
  • The main menu has been replaced with a single dropdown menu
  • Support for 3rd party columns from other themes or plugins has been greatly improved
  • All languages files have been updated from Transifex (https://www.transifex.com/codepress/admin-columns)
Fixed
  • Fixes an issue with some 3rd party column not being visible
  • Fixes an issue where some of the WordPress default columns did not display correctly
  • Column settings are displayed correctly now
  • Every filtering model will have a seperate cache timeout
  • Comment item count and pagination will display correctly when being filtered
  • The categories and date filter dropdowns will now be hidden when they are disabled or when the column is removed
  • Sorting media library items will correctly apply the "do not show all results when sorting" option
  • Inline edit date picker now works on media screen
  • The "No comments" option will now be correctly selected in the dropdown filter menu
  • Only terms that are actually used by media items are now listed in the filter dropdown
  • Parent Taxonomy column only available for hierarchical taxonomies
  • Leave sorting for default columns intact
  • Correct Yoast SEO values are returned on inline edit save
  • Comment count (top right) when filtering
  • Filtering Event type from the Events Manager plugin
  • Filter menu for taxonomies on the media screen will now only list terms that are used by the attachments. (options are not indented)
  • Filter options that have the same label with have an identifier added (e.g. post slug, user email, term slug)
  • When using inline edit on the author column the selected item will be prefilled
  • Height column for media is now sortable
  • Media actions columns no longer throws an error when the list table is not found
  • Height and width columns for media will be appended with 'px'
  • Most zero values will now be displayed as a dash
  • Estimate time reading column will no longer display leading zero's on seconds
  • Shortcodes column now display each shortcode name used once, with a counter
  • Columns with an imagesize selection setting will have the a default option selected
Added
  • Introduce new feature called "Sets" and it allows you to create sets of columns.
  • Use the 'ac/export_import/export_single_layouts' filter to allow the exporting of single layouts
  • Sorted column headers will have a sorting indicator
  • Media Libraray Assistant "custom" columns have inline-edit, sorting and filtering support
  • Filtering for parent column
  • Filter menu's placed by WordPress core are now selected on the column settings screen
  • Added a new column: Comment status
  • The width of default columns are now displayed
  • Column settings are now stored without the need to refresh the page (through ajax)
  • You can disable the columns delete confirmation through this filter 'ac/delete_confirmation'
Improved
  • Sorting on ACF single values are much faster and take less memory
  • Columns loaded through PHP are now being displayed on the column settings screen, but are disabled.
  • Ajax calls all have nonces for better security
  • Filters menu's on the comment screen will check if object exists before using them as possible option
  • Filters options on the comment screen will be sorted with the "natural order" algorithm
  • Input element attributes are now escaped
  • Added filtering support for multisite users
  • Improved JS loading
  • Replaced FamFam icons with dashicons
  • Column groups now uses full text strings
  • The width of default columns (e.g. date and author) are now displayed
  • bbPress columns are loaded correctly
Dev
  • Added method ac_pro() which returns a CAC_Addon_Pro object
Removed
  • Removed loading columns through 'load-edit.php' filter
Refactor
  • CPAC now is a singleton class
  • Storage model has been refactored but should stay backwards compatible when extending
  • CPAC_Column $storage_model variable has become private. Use CAPC_Column::get_storage_model() method.
  • Storagemodel can now be extended to have column layouts/sets
Refactor:added
  • CPAC_Column::is_default() method added
  • CPAC_Column::is_registered() method added
  • CPAC_Column::get_empty_char() method added
  • CPAC_Column_Storagemodel::get_column_types() method added
  • CPAC_Column_Storagemodel::get_default_colummn_types() method added
  • CPAC_Column_Storagemodel::get_column_type() method added
  • CPAC_Column_Storagemodel::create_column() method added
  • CPAC_Column_Storagemodel::flush_columns() method added
  • CPAC_Column_Storagemodel::get_restore_link() method added
Refactor:changed
  • CPAC_Column_Storagemodel::get_columns()
Refactor:removed
  • CPAC_Column_Storagemodel::get_default_registered_columns() method removed
  • CPAC_Column_Storagemodel::get_custom_registered_columns() method removed
  • CPAC_Column_Storagemodel::set_stored_columns() method removed
  • CPAC_Column_Storagemodel::get_grouped_column_types() method removed
  • CPAC_Column_Storagemodel::set_columns() method removed
  • CPAC_Column_Storagemodel::set_stored_columns() method removed
February 10, 2016
3.7.4 Fixed
  • Possible Fatal Error on PHP 5.2.x has been fixed
February 9, 2016
3.7.3 Fixed
  • Select2/ajax dropdowns don't auto close after changing value
  • Filtering on empty custom field values will now work for all content types
  • Filtering on empty taxonomies will now work correctly
  • Sorting custom field values now works correctly when "show all results when sorting" is enabled
  • Data:image sources for images are supported in labels
  • Cloned columns no longer has the wrong options when stored
  • Created deprecated function for is_columns_screen()
  • The method get_current_storage_model returns the first occurrence instead of running the entire array of storage modals
  • The storage_model object should have the init_manage_columns method to properly load the columns heading and values
Updated
  • Admin Columns core to v2.4.10
January 26, 2016
3.7.2 Fixed
  • Cloned columns no longer has the wrong options when stored
  • Fatal error on Multi Site user overview
January 22, 2016
3.7.1 Fixed
  • Filtering on single values for ACF fields on users has been fixed
January 21, 2016
3.7 Fixed
  • Solved an issue where "loading values" for the filter dropdown menu was never removed
  • Any character can now be used as column label without breaking sorting
  • Removed the double "reset sorting" button for WordPress version 4.4
  • Label formatting in Taxonomy dropdown inline edit will now correctly display HTML characters
  • Fixed the styling for ACF repeater fields. Added option to choose display format.
  • Removed Field Groups from post types
  • Removed additional avatars from the comments view
Added
  • Advanced filtering on ACF Dates: ranges and past/future dates
  • Added term parent column with editing support
  • Display format Url added to Custom Fields
  • Allow the use of before and after fields for all columns. Use add_filter( 'cac/column/properties/use_before_after', '__return_true' ).
  • Added the option to replace the Custom Field select menu with a text input. Use add_filter( 'cac/column/meta/use_text_input', '__return_true' ).
Updated
  • The SKU column for WooCommerce will sort by natural ordering
  • The filtered item will be highlighted on the overview
  • Admin Columns core to v2.4.9
November 26, 2015
3.6.3 Fixed
  • Faster user sorting when they are segmented on a particular role
  • Faster posts sorting when they are segmented on a particular post status
  • The custom field column will now only list existing users and posts in it's filter menu
  • Pagination no longer breaks on the page overview when it's sorted by the default column
November 19, 2015
3.6.2 Fixed
  • Users can be filtered on multiple fields at once
  • Filter options are sorted case insensitive
  • Sorting fixed for some columns
November 13, 2015
3.6.1 Fixed
  • Form labels on quick-edit and screen options are no longer bold
  • Quick edit works again when inline edit is toggled
  • Sorting preference will be applied correctly without breaking pagination
  • Using bbPress will no longer cause an error
Added
  • The Product column on the WooCommerce order screen can now be sorted and filtered
  • Related Posts column which can also be edited and sorted
  • Inline edit will use Pods select label when using relationship field
  • Added Roles column for Users
  • The added product column from the WooCommerce add-on can be sorted now
Updated
  • The exported PHP template will be wrapped in the init callback for easy usage
  • Sorting users in combination with filtering is much faster now
October 13, 2015
3.6 Added
  • New Custom column: Child pages
  • New WooCommerce column: Parent product
  • Inline Edit support for: Username
  • Netwerk Site: License can be added for all network sites or per site
  • Option to enable/disable term creation when using inline edit
  • Usernames are now editable, just like post titles
  • ACF Datepicker column can now be filtered by day, month or year
  • Custom Field's numeric field type can now be filtered with a range
  • Term creation by default off, can be enabled on settings page
  • WooCommerce filter support for order status, customer message, coupons-used, parent product, payment method, review enabled
  • Comment Post column added
  • Added "Link To" selection field for the author column
Fixed
  • Galley images will float left
  • ACF Post object(s) can now be empty when using inline edit
  • User Roles now shows labels instead of ID's
  • Date and Title column are labeled as Default column for posts
  • WPML columns will display the correct flag on the overview when switching language
Updated
  • ACF columns are handled separately
  • Filtering cache is done through ajax
  • Admin Columns core to v2.4.7
Update
  • User Actions columns extends CPAC_Actions object
  • PHP export columns no longer uses global
July 1, 2015
3.5.2 Fixed
  • Estimate Time Reading column will not display a value when there is no content
  • When updating there was a possbile change on a "Cannot modify header information"
  • Fixed fatal error for multisite
  • Estimate Time Reading column will not display a value when there is no content
  • When updating there was a possbile change on a "Cannot modify header information"
Updated
  • Admin Columns core to v2.4.5
June 29, 2015
3.5.1 Added
  • WordPress SEO focus keywords are editable inside the column
  • Support for bbPress columns
  • WordPress Default columns has it's own menu group
  • Columns set by plugins has it's own menu group
  • Custom Field column has it's own menu group
  • Comment Post column added
  • Added "Link To" selection field for the author column
Fixed
  • Solved possible datepicker conflict with jquery-ui datepickers
  • Date column for Media can be edited now
  • Support for custom post statuses
  • Page Order column is now available on all hierarchical post types
  • Comment bubble icon is fixed
  • Date and Title column are labeled as Default column for posts
  • WPML columns will display the correct flag on the overview when switching language
Updated
  • Admin Columns core to v2.4.4
Update
  • Updated all languages from Transifex
  • User Actions columns extends CPAC_Actions object
  • PHP export columns no longer uses global
May 4, 2015
3.5 Added
  • Comments column: user and author name
  • Comments column values are now editable
  • The following comment column are editable: approved, email, url, user, author name, excerpt/content, type, ACF and Custom Fields
  • User columns can now be filtered
  • Supported filterable user columns: email, role, username, user_registered, user_url, custom fields, ACF columns.
  • Comment columns can now be filtered
  • Supported filterable comment columns: ACF, agent, approved, author, date, email, ip, url, user, type, name, custom fields, response and reply to.
  • Media columns can now be filtered
  • Supported filterable media columns: author, comments, date, attached to, description, mime type, taxonomy, custom fields and ACF fields.
  • Media column author is editable
  • Added new comment columns: type, author and user.
  • Width indicator text is darker
Fixed
  • Comment sorting fixed
  • Taxonomy filtering will use 'AND' instead of 'OR'
  • Custom fields will display the proper query results when "display all sorting results" is disabled
  • Remove ' symbol from column label, because it causing issues when sorting
  • Review notice will only show on admin columns page and with an improved hide button
  • Comment bubble icon is fixed
Updated
  • Admin Columns core to v2.4.2
April 23, 2015
3.4.4 Fixed
  • Removed source map /src from the plugin, causing issues on certain servers due too large filenames.
April 16, 2015
3.4.3 Fixed
  • Pagination dissapeared when using filter on pages
  • The default Date column is editable
  • WooCommerce shipping class column is filterable
  • WooCommerce default categories and tags are filterable, sortable and editable
  • Taxonomy filtering options are no longer sorted alphabetically when indented.
Added
  • Added a "Trash" option to the editable post status.
  • Added the development filter 'cac/menu_types' to add custom menu types
  • Added public method set_menu_type() to the storage model
  • Added review notice
Updated
  • Admin Columns core to v2.4.1
  • Po file will exclude Actions columns which contain only native WordPress translatable strings
  • Updated all languages from Transifex
  • Pro addon notice text has been updated
March 25, 2015
3.4.2 Added
  • Added hook 'cac/admin_head' for scripts.
  • Content column is editable: it will use a textarea with unformatted text when editing the content.
  • Added content column for post(types).
  • Added the column shortcodes, which will display any used shortcodes in your post's content
  • Column width has a text field to enter the width
  • Added a message for when a custom field is empty
  • Column width can be set to pixels or percentages
  • Added a width indicator to the column settings header
  • Added a singular label to all storage_models
Updated
  • Update all languages from Transifex.
  • Admin Columns core to v2.4
Fixed
  • Attachment column is editable, you can quickly attach and unattach any media.
  • Admin columns can be network activated and updated with a single license.
  • The filter 'cac/column/value' always contains a valid column object now.
Improved
  • Comment per user sorting performance.
March 2, 2015
3.4.1 Fixed
  • Performance issue fixed when having editable enabled for author column.
  • Network Users will only load on main site
  • Editable ACF user columns are fixed
  • Editable ACF number fields will use text input without validation
  • PHP Export issue resolved.
  • Taxonomy editing issue resolved.
Added
  • Added a filter 'cac/editable/options'. See our documentation for more info.
  • Added sorting for the depth column.
  • WordPress SEO column are now editable! See our documentation for more info.
Changed
  • API call cpac_set_storage_model_columns() renamed to ac_register_columns().
February 23, 2015
3.4 Added
  • Added a new column: File location
  • User columns work for Network Users on a multisite
  • Inline editing now supports the editing of Terms on the Taxonomy page.
  • Inline edit support for term columns: name, slug, description and ACF fields.
  • Public method for CPAC_Storage_Model_Taxonomy: get_taxonomy()
  • Public methods for CPAC_Column: get_name(), get_options(), get_option( $name ), get_storage_model_type()
  • Public methods for CPAC_Column for creating settings fields, display_field_text(), display_field_select()
  • Added an API to make any column editable.
  • Added filter: cac/editable/is_column_editable
  • Added filter: cac/editable/editables_data
  • Added filter: cac/editable/column_value
  • Added filter: cac/editable/column_save
  • Inline edit works for Taxonomy and Terms
  • Custom field taxonomy support for Pods
  • A column can have it's own JS/CSS files by using the CPAC_Column::scripts() method
  • Column Name can be found by hovering over the "Type" label in your column settings
Improved
  • Optimised inline edit to load even faster
  • Filter options are sorted alphabetically
  • Improved the sorting query for terms
Fixed
  • Clone is working properly
  • The options 'empty' and 'not empty' did not work when filtering with terms.
  • Fixed a quick edit issue for comments
  • is_field() method of the custom field column works as intended
Updated
  • Admin Columns core to v2.3.4
January 30, 2015
3.3.3 Added
  • Taxonomy filters dropdown now has an empty option
  • Added a jQuery trigger 'cacie_after_save' which fires after inline-edit value has been stored
  • Added sorting support of the user column: Display name
Updated
  • Updated Swedish language thanks to fanderzzon
Changed
  • cac/inline-edit/after_ajax_column_save added $value parameter
January 8, 2015
3.3.2 Added
  • ACF columns for Users can be sorted
  • ACF columns for Media can be sorted
  • "Estimated Reading Time" column can be sorted
  • Custom Field type "Default" can use filtering
  • Added user column: Visual Editor
  • Added post column: Estimated Reading Time
  • Added method CPAC_Column::get_sorting_value()
  • Added user column display name
Fixed
  • ACF column will only display filterable option for post(types) and media
  • The response when testing the connection will be sanitized
  • Pre-selected values when using inline edit will display correctly
  • Removed filtering for ACF message type
  • fixed wordcount issue with PHP 5.3 or lower
  • Fixed media actions column
Updated
  • Admin Columns core to v2.3.3
December 22, 2014
3.3 Added
  • Inline edit support for Users
  • Inline edit support for Media
  • Inline edit state will be saved as a preference for each seperate post(type) per user
  • Inline edit support for ACF URL field
  • Inline edit support for ACF WYSIWYG field
  • Filter 'cac/addon/sortable/vars'
  • Added posts column "Last Modified Author"
  • Public methods to CPAC_Column; get_type(), is_type(), is_field_type(), get_field_type()
  • Custom Field type "Terms"
  • Added posts column "Last Modified Author"
Fixed
  • Compatibility issue with Ninja Forms where submission would not be displayed
  • Only display filtering icon on supported Custom Field types
  • Remove deregister of qtip2 scripts.
  • PHP export now works as intended
  • Compatibility issue with Ninja Forms where submission would not be displayed
Updated
  • Updated all translations from Transifex
  • Inline edit for Custom Fields supports the selection of all media files instead of just images.
  • 100% Spanish translation thanks to Carlos
  • Added translations for the select2 library
  • Admin Columns core to v2.3.2
  • All translations from Transifex - ttps://www.transifex.com/projects/p/admin-columns
  • 100% Spanish translation thanks to Carlos
  • Custom Fields will now display an icon for file attachments in the correct specified dimensions
Changed
  • Exported settings will be in readable json format from now on. Old exported txt files can still be used for importing.
Improced
  • Improved loading on columns settings screen when using many custom field columns
3.3.1 Added
  • Inline edit support for User columns: role, first_name, last_name, description, url, nickname and rich_editing.
December 5, 2014
3.2 Added
  • Toggle secure connection if SSL is not available.
  • Inline edit for all custom fields. Can be enabled from the settings tab.
  • Inline edit: colorpicker can be edited as text.
  • Added datepicker for ACF inline edit fields.
  • Action 'cac/pro/loaded' when Pro version is fully loaded.
  • Added filter "cac/column/meta/is_editable" for making all custom fields editable
  • CPAC_Settings::get_settings_page() to retrieve setting_page slug
  • Caching method for CPAC_Storage_Model
Changed
  • Renamed constant CAC_FULL to ACP_FILE.
  • Columns listed by 3rd party add-ons will be added to the top of the columns selection dropdown.
Fixed
  • Fatal Error when ACF was disabled but the ACF column was still enabled.
  • Fixed sorting by date on uncommon date formats.
  • Field PHP Export was not working when included to a site.
  • Caching method for filtering rewritten solving numerous issues.
  • Dissapearing metaboxes (publish and featured image) when creating a new post. (related to caching issue)
  • Issue with Custom Sidebars not saving selected sidebars on post page. (related to caching issue)
  • Field PHP Export was not working when included to a site
Updated
  • Admin Columns core to v2.3
  • Improved word count on post content
November 9, 2014
3.1.1 Fixed
  • Fixed "Invalid plugin headers" issue in Admin Columns Pro.
  • Fixed incorrect currency for inline editing for WooCommerce price fields.
November 2, 2014
3.1 Added
  • Inline edit support for ACF5 fields "Post object" and "User".
  • Added filter to modify the behavior of the sort_flag 'cac/addon/sortable/sort_flag'.
  • Persian (fa_IR) language, thanks to kamel kimiaei.
  • Italian (it_IT) language, thanks to francesco.
  • Added filter "cac/column/actions/action_links" for modifying the action column links
  • Persian (fa_IR) language, thanks to kamel kimiaei.
  • Partially Italian (it_IT) language, thanks to francesco.
Improved
  • Improved sorting for ACF Field types: Post objects, Users, Taxonomy, Page link, Relationship.
Fixed
  • Filtering sticky posts was doing opposite.
  • Fixed problems with filtering, filtered values are now encoded in the URL.
  • Fixed disappearing popup in editing titles.
  • WordPress SEO by Yoast columns were not added to the dropdown menu when using the 'add column' button.
  • Fix "restore" action link in post actions column
Updated
  • Admin Columns core to v2.2.9
October 10, 2014
3.0.9 Fixed
  • Correctly display which ACF column types are filterable
  • Plugin updates use SSL and all references to admincolumns.com use https
  • Quick Edit will display columns correctly after saving
Updated
  • Admin Columns core to v2.2.8.1
October 1, 2014
3.0.8.5 Fixed
  • Fixed error in clear_cache method (occurs when WPML and some other plugins are activated) for filtering when plugin is not fully loaded yet
  • support for WPML columns
Added
  • Added filter 'cac/addon/filtering/options' for the filtering dropdown list.
  • Added date format option for "Last modified" column
Updated
  • Admin Columns core to v2.2.8
  • Change references from Codepress Admin Columns to Admin Columns
  • General code clean-up
Improved
  • Documentation improvements
August 28, 2014
3.0.8.4 Fixed
  • Fixed "Wrong Response from API" issue on certain servers.
  • Possible php error when sorting with certain characters.
Updated
  • Admin Columns core to v2.2.6.4
  • Portuguese (Brazil) language - thanks to André Mácola Machado
August 22, 2014
3.0.8.3 Fixed
  • Fixed flushing of cache for the filter dropdown menu.
  • Fixed “Illegal offset” warning for unset option on edit screen
Updated
  • Admin Columns core to v2.2.6.3
  • Enable 3rd party plugins to set storage_models outside the post listings screens
  • Spanish language updated - thanks to Andrew Kurtis
August 16, 2014
3.0.8.2 Fixed
  • Fixed wrongful output of some editable ACF 5 fields.
August 15, 2014
3.0.8 Fixed
  • Performance improvement. Quick Edit will only load values when editing is enabled
  • Filter caching will only be flushed on the current metatype when using inline-edit
  • Taxonomy (metatype) columns did not work
  • Only ajax calls from cpac will trigger the loading of storage_models now
  • Unavailable included JS-file on editing pages
  • Error with actions icons.
  • Only ajax calls from cpac will trigger the loading of storage_models now.
Added
  • New Column! Used-by-menu column; will display in which menu a post/page/taxonomy is being used. With support for column sorting in posts
  • The filter dropdown for ACF Fields will display the labels of the values instead of the raw value
  • You can use the filter 'cac/addon/filtering/dropdown_top_label' to change the top label of the filter-dropdown
  • New Column! Used-by-menu column; will display in which menu a post/page/taxonomy is being used. With support for column sorting in posts
fixed
  • Removed JS library floatThead
Updated
  • Admin Columns core to v2.2.6
  • Only display ACF placeholder with ACF active.
Changed
  • Display "edit columns" button by default
  • Removed floatHead library
Improved
  • Improved memory usage by only loading columns for the current screen
3.0.8.1 Fixed
  • Fixed dependency on PHP 5.3+ in actions column
  • Fixed dependency on PHP 5.3+ in actions column
Updated
  • Admin Columns core to v2.2.6.1
July 30, 2014
3.0.7 Fixed
  • Error with actions icons
  • Sticky filtering
Updated
  • Admin Columns core to v2.2.4
  • Hide ACF5 field group post type from list of post types columns settings
  • Updated structure of scripts and styles and way of enqueuing them
Added
  • New filter `cpac/storage_model/columns_default` for filtering the columns that should be loaded if there are no stored columns
  • Option (column property `hidden`) to hide column types from the dropdown list of column types
  • Use tooltip library for enhanced column value representation
  • Box for direct feedback on Admin Columns settings screen
  • Added method for retrieving current storage model (for overview pages such as the posts and page overviews)
  • Added WooCommerce add-on to list of add-ons
July 22, 2014
3.0.6 Added
  • Added support for filtering & sorting of Advanced Custom Field (ACF) columns.
  • Added support for sorting of WooCommerce columns.
  • New filter `cpac/storage_model/columns_default` for filtering the columns that should be loaded if there are no stored columns
  • Option (column property `hidden`) to hide column types from the dropdown list of column types
  • Use tooltip library for enhanced column value representation
  • Box for direct feedback on Admin Columns settings screen
  • Added method for retrieving current storage model (for overview pages such as the posts and page overviews)
  • Added WooCommerce add-on to list of add-ons
  • New filter `cpac/storage_model/columns_default` for filtering the columns that should be loaded if there are no stored columns
  • Option (column property `hidden`) to hide column types from the dropdown list of column types
  • Use tooltip library for enhanced column value representation
  • Box for direct feedback on Admin Columns settings screen
  • Added method for retrieving current storage model (for overview pages such as the posts and page overviews)
  • Added WooCommerce add-on to list of add-ons
Updated
  • Moved the dropdown options "empty and not-empty" for filtering to the bottom of the list
  • Updated languages from Transifex, French, Danish and Dutch. Thank you for translating! A link to your profiles have been placed on https://www.admincolumns.com/contribute/.
  • Hide ACF5 field group post type from list of post types columns settings
  • Updated structure of scripts and styles and way of enqueuing them
  • Admin Columns core to v2.2.4
  • Hide ACF5 field group post type from list of post types columns settings
  • Updated structure of scripts and styles and way of enqueuing them
Improvement
  • Cache for filter dropdown will be flushed when using inline-edit
July 1, 2014
3.0.5 Fixed
  • ACF add-on auto updates did not work
  • Custom Fields for Media Library did not work.
  • Column type dropdown displayed an empty item.
Updated
  • Admin Columns core to v2.2.3
Added
  • Added Path column for post(types). Uses the permalink without the home url.
June 25, 2014
3.0.4 Fixed
  • Filter dropdown's cache was not being flushed correctly
  • Fixed problem with column groups incorrectly handling default 3rd party columns
Added
  • Added filter to remove dropdown 'Empty' and 'Not Empty' options, use 'cac/addon/filtering/dropdown_empty_option'
  • Filtering support for Media (Attachments), see full list in documentation
  • Option to make permalink in permalink column clickable (linking to post)
  • Direct support box in Admin Columns settings screen sidebar
  • Added filter to suppress pro add-on notice (`cpac/suppress_proaddon_notice`)
Updated
  • Admin Columns core to v2.2.1.1
  • Minor adjustments for WooCommerce and other third party plugin support, setting up the post object in post columns
  • Minor update in default column retrieval for improved 3rd party plugin support
  • Updated translations from Transifex
May 7, 2014
3.0.2 Fixed
  • Changelog wasn't being displayed
  • Redo/undo when editing featured images
  • Quick-edit caused the column to be misplaced
May 5, 2014
3.0.1 Fixed
  • Support for 3rd party columns
May 4, 2014
3.0 Added
  • Added column excerpts for terms
  • Support for builtin WordPress taxonomies like categories and tags
  • Added direct editing of content from the columns screen for posts
  • Export columns settings to PHP for usage within themes.
Improved
  • Columns are retrieved with ajax
Updated
  • Initial release Admin Columns Pro