MB Admin Columns Changelog

1.7.5 - 2024-08-19

Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer

1.7.4 - 2024-07-05

Fix sorting for custom models

1.7.3 - 2024-03-14

Fix not passing 'link' param

1.7.2 - 2024-01-22

Add style for groups

1.7.1 - 2023-06-05

Allow to sort text fields as numeric by setting "sort" = "numeric" (instead of "true")

1.7.0 - 2023-04-03

Add "link" option for columns, which allows you to link the output (especially images) with post edit link (value "edit") or view post link (value "view").

1.6.3 - 2022-11-11

Fix wrong label localization for taxonomy dropdown filter

1.6.2 - 2022-08-11
1.6.1 - 2022-07-14
1.6.0 - 2021-09-16

Add support for custom models (from MB Custom Table extension)

1.5.0 - 2020-03-27
1.4.3 - 2020-02-07

Fix sorting by fields from custom tables not working

1.4.2 - 2019-04-12

Fixed searching not showing matched posts by title. And search query is showing empty string.

1.4.1 - 2019-03-23

Do not alter non-main queries.

1.4.0

Added support for custom table. Now you can search and sort by values store in custom tables and/or post meta at the same time.

1.3.0
1.2.1

Do not output anything if field doesn't have any value.

1.2

Added filter by custom taxonomies. Add a new attribute 'filterable' => true to the taxonomy field to enable.

1.1.1

Add supports for MB Term Meta and MB User Meta. Now you can use the plugin to display admin columns for terms and users.

1.1

Allow to search by meta value.

1.0.2

Fix: incompatibility with MB Settings Page extension

1.0.1

Improvement: Make the extension safe to be included in themes/plugins.

1.0.0

Initial release