Skip to content

Releases: codepress/admin-columns

7.0.9

04 Feb 13:10
66857cf

Choose a tag to compare

Release Date: February 4th, 2026

[Fixed] Various code optimizations and minor improvements, including stricter type handling.

7.0.8

02 Feb 14:18
0a0b865

Choose a tag to compare

  • [Fixed] Resolved an issue where original WordPress default columns were stored incorrectly.
  • [Fixed] Fixed an issue where images in custom field columns did not always display correctly, depending on how they were stored.
  • [Added] Added a setting for image, media, post, and user custom fields to control the number of items displayed.
  • [Improved] Renamed and reordered the date format settings for custom field column to make the stored date format clearer (with an improved tooltip).

7.0.7

30 Jan 14:25
fef6b0f

Choose a tag to compare

Release Date: January 30th, 2026

  • [Fixed] Fixed an error with the "Image Sizes" setting.

7.0.6

28 Jan 15:44
e593366

Choose a tag to compare

= 7.0.6 =
Release Date: January 28th, 2026

  • [Fixed] Prevented a fatal error when retrieving the total items count if $wp_list_table is not a WP_List_Table instance.
  • [Fixed] Fixed a WordPress VIP icon font issue.
  • [Improved] Optimized performance and memory usage when retrieving table views.
  • [Improved] The value rendering hook now also triggers when the value is empty.

7.0.5

27 Jan 09:21
dc3ef34

Choose a tag to compare

Release Date: January 27th, 2026

  • [Improved] We added 'get_post_type' and 'get_meta_type' to the CustomFieldContext class
  • [Fixed] The EditorColumns URI was incorrectly added to the WP_Admin_Bar object, which could cause an error

7.0.4

21 Jan 10:23
aad6bff

Choose a tag to compare

= 7.0.4 =
Release Date: January 21st, 2026

  • [Added] WooCommerce Last Active column for the user table
  • [Fixed] Default WordPress and third-party columns that no longer displayed values
  • [Fixed] Gravity Forms checkbox null value error
  • [Fixed] Fixed PHP 8.4 deprecation warnings
  • [Fixed] File Storage updater now supports older file formats
  • [Fixed] Deprecated column type error in Pods
  • [Fixed] Media Library Assistant export error
  • [Fixed] User link setting linking to the wrong page

7.0.3

16 Jan 13:52
c143427

Choose a tag to compare

  • [Fixed] Media Library in grid view would not load properly
  • [Updated] Changed namespace for formatter from AC\Setting\Formatter to AC\Formatter
  • [Updated] Changed namespace for context from AC\Setting\Context to AC\Column\Context

7.0.2

14 Jan 12:52
48a6cf4

Choose a tag to compare

= 7.0.2 =
Release Date: January 14th, 2026

  • [Fixed] Fatal error in WPML string translations
  • [Fixed] Error on the Media table when Grid view is active

7.0.1

13 Jan 15:05
1f181a4

Choose a tag to compare

Merge pull request #432 from codepress/release/7.0.1

Release 7.0.1

7.0.0

12 Jan 12:31

Choose a tag to compare

= 7.0.0 =
Release Date: January 12th, 2025

  • [Important] Version numbering jumped ahead to 7.0 to align with the Pro version.
  • [Breaking] Custom columns created for versions below 7.0 are no longer compatible and must be rewritten. (See upgrade path.)
  • [Breaking] Many hooks have been renamed or modified to fit the new architecture and to prevent fatal errors.
  • [Improved] Completely new design and interface for the settings pages.