Admin Columns Pro - Manage Columns in WordPress

Admin Columns Pro - Manage Columns in WordPress 7.1.4

Register or Log in for Free Download
* [Added] Custom Field column: the counting field type is split into "Number of Values", which counts the values within one custom field and no longer always shows 1, and "Number of Fields", which counts how often the field is stored and is the sortable one of the two. Existing columns become "Number of Values".
* [Added] Gravity Forms: filter `ac/gravityforms/use_form_default_columns` to stop using the form's own default column selection, so the entries table starts with every available column.
* [Fixed] Smart Filtering on the Post Format column returned no results.
* [Fixed] Gravity Forms: the entries table could not be scrolled horizontally.
* [Fixed] Custom Field column: a Date field set to "Auto Detect" showed an empty cell on the Parent column, the WooCommerce Product column and the Data Sources post column.
* [Fixed] A fatal error occurred when the property of a Parent column, a WooCommerce Product column or a Data Sources post column was set to a custom field with the Color, Date, HTML or True / False field type.
* [Fixed] WooCommerce: the Products table could exhaust the PHP memory limit or take minutes to load on large catalogs, because the Attributes column read the attributes of every product on every page load, once for each attribute column in the table.
* [Fixed] WooCommerce: the "Show Single" setting of the Attributes column listed each custom attribute once per product instead of once.
* [Fixed] PHP warnings "Undefined property: stdClass::$plugin" appeared in the error log on every update check, because the plugin update entry was missing fields that WordPress expects.
* [Fixed] WooCommerce: the Products Sold column could show too low a number, because a refund was subtracted even when the order it belongs to was not part of the selected order statuses.
* [Fixed] CSV export: values containing an @, such as email addresses, were prefixed with a tab character, and fields were not quoted correctly when a custom delimiter or a line break was used.
* [Fixed] MetaBox: a cloneable group column skipped clone rows without a value, so the remaining rows no longer lined up with the rows in the other columns. Empty rows are shown as a dash again.
* [Fixed] Gravity Forms: the entries screen of a form showed a fatal error when one of its checkbox fields had "show values" enabled with the value of a choice left blank. Inline editing is now skipped for such a choice, because a checkbox without a value cannot be stored by Gravity Forms.
* [Fixed] MetaBox: the export of a cloneable group column separated the clone rows with a comma, which made them indistinguishable from commas within a value. Clone rows are separated with a pipe again, and an unchecked checkbox is exported as 0.
* [Fixed] Row selection, the value modal and the responsive table layout broke on WordPress 7.1, because the primary column is now rendered as a table header cell and the checkbox column as a table cell.
* [Fixed] Inline editing showed no edit buttons and bulk selection did not register the selected rows on WordPress 7.1, because the primary column is now rendered as a table header cell and the checkbox column as a table cell.
* [Added] MetaBox: the separator between clone rows of a cloneable group can now be selected.
* [Improved] Parent column: filtering and inline editing now support parents from other post types.
* [Fixed] WooCommerce: Order Notes column set to show the latest note of a specific type (e.g. Notes to Customer) could appear blank when a note of another type was added more recently.
* [Fixed] Export of the Roles column on the Users table failed when a user had a role with a numeric name.
* [Fixed] Inline editing the Roles column could remove a user's role when that role had a numeric name.
* [Fixed] WooCommerce: the Product Taxonomy column and its filter listed every attribute value of a variable product instead of the value of the purchased variation.
* [Added] Filter `ac/metric/enable` to force Metrics on or off per list table, and `ac/metric/enable/default` to change the default (opt-in) while keeping the per-table setting.
* [Added] WooCommerce: Grouped Products column now has a Display setting to show either a product count (opening a modal) or a configurable list of product properties.
* [Updated] Small UI improvements for Metrics
* [Updated] Better support for WordPress 7.0 styling on the media table
* [Fixed] Resolved a fatal error during import of Datasource Serialized field types.
* [Fixed] WooCommerce: Export of the Total column on the Orders (HPOS) table returned an empty value.
* [Added] Metrics: display calculations such as sum, average, min, max, count, and percentages for your columns in the table footer.
* [Added] Custom List Tables: turn your own custom database tables into fully featured admin tables with columns, sorting, filtering, segments, inline editing, export, and metrics.
* [Added] Export now supports JSON and XLSX formats in addition to CSV
* [Added] Multisite: Post Count column now supports time period filtering (last week, month, quarter, year, or custom days).
* [Added] WooCommerce: Added Product Reviews as a customizable admin table with filtering, segments, export, and metrics support.
* [Added] WooCommerce: Smart filter on the Order Product column now supports filtering by Product ID (numeric operators) and SKU (text operators) when those properties are displayed.
* [Improved] New automatic column width handling with smoother horizontal scrolling and sticky headers and columns.
* [Improved] Refreshed the Pro interface (smart filtering, conditional formatting, buttons, and modals) to align with the new WordPress 7 design.
* [Improved] Modernized the codebase with strict types, PHPStan type safety, and PSR-12 coding standards.
* [Updated] The minimum version required to run Admin Columns Pro is now WordPress 6.2.
* [Fixed] Hide WordPress' built-in category and post format dropdowns when a Taxonomy column is configured to prevent smart filter conflicts.
* [Fixed] BuddyPress: Fatal error when filtering or inline-editing the Groups column on BuddyBoss Platform sites.
* [Fixed] Gravity Forms: Entry list no longer shows every field as a column after Admin Columns is disabled. The default column set now matches Gravity Forms' own smart defaults.
* [Fixed] Editing: the Gallery inline editor no longer gets stuck on "Loading…" when a gallery image is missing.
* [Fixed] JavaScript error on the table item count in locales using an apostrophe thousands separator.
* [Added] WooCommerce: Product Details column added to the subscriptions list table
* [Added] Media: New "Used in Post Content" column that detects which posts reference an image in their content, with True/False and Count display options.
* [Added] WooCommerce: New "Used in Product Gallery" media column that detects which products reference an image in their product gallery, with True/False and Count display options.
* [Improved] Media: The "Used as Featured Image" column now shows the count as a link that opens a modal listing the referencing posts, with a per-post-type summary.
* [Improved] Media: Renamed the "Featured Image" column to "Used as Featured Image" to better reflect what it shows.
* [Fixed] Hotfixed WordPress 7.0 styling issues
* [Fixed] Hardened custom field value deserialization to improve validation of serialized data handling.
* [Fixed] Conditionals: selected users now display by name after a page refresh instead of by ID.
* [Fixed] SEOPress: prevented loading the Redirects table screen when the SEOPress redirect post type is not registered.
* [Fixed] Fixed a fatal error caused by the Gutenberg Blocks column in Block Structure mode.
* [Improved] The "Show edit columns" setting now also applies to the WP Admin Bar.
* [Fixed] ACF: WYSIWYG fields now exports the raw value instead of the sanitized value
* [Fixed] Yoast: Error in the SEO Title column
* [Fixed] Reinit Inline Edit after Quick Edit action
* [Fixed] Material icons failing to render when CSS bundlers concatenated stylesheets due to a missing trailing semicolon after the `@layer` declaration in `acui.css`.
* [Fixed] Gutenberg Blocks column in Block Structure mode causing a fatal error for layouts saved in older versions.
* [Updated] Axios updated to the latest version.
* [Improved] The ac/export/render filter now fires for all exported values, including empty ones
* [Added] ACF: Field settings tab to add fields as admin columns directly from the field group editor.
* [Fixed] WooCommerce: The product select box on the Product Variation table is searchable again
* [Fixed] ACF: Group fields can now be edited inline even when no value has been saved yet
Back
Top