MB Custom Table Changelog

2.3.0 - 2025-11-05

Allow models to add more features: author, published_date, modified_date via the supports parameter. Learn more about it.

This version also simplifies the API for creating custom tables for models. You don't need to pass the last parameter for auto increament anymore. The plugin will auto handle that for you. This makes the code to create custom tables consistent for both normal posts/terms/users and models.

2.2.5 - 2025-07-24

Fix hook mbct_after_delete is not firing for bulk delete action

2.2.4 - 2025-06-11

Add mbct_{$action}_bulk_action action for handling bulk actions

2.2.3 - 2025-04-16

Fix REST API

2.2.2 - 2025-03-24

Fix wrong object id for mbct_after_add hook when using API::add()

2.2.1 - 2025-02-04

Fix: fatal error when set parent

2.2.0 - 2024-11-20

This version supports for custom models, allowing to submit data for custom models on the front end. For usage, please see the docs.

2.1.13 - 2024-09-26

Add filter for list table class object, which allows developers to use their own list table object:

$list_table = apply_filters( 'mbct_list_table_object', $list_table, $args );

2.1.12 - 2024-08-19

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

2.1.11 - 2024-07-05

Default sort custom models by ID desc

2.1.10 - 2024-03-26
2.1.9 - 2024-03-20
2.1.8 - 2023-11-27
2.1.7 - 2023-08-16
2.1.6 - 2023-05-10
2.1.5 - 2023-04-04
2.1.4 - 2022-12-05
2.1.3 - 2022-09-20
2.1.2 - 2022-07-14
2.1.1 - 2022-02-16
2.1.0 - 2022-01-24
2.0.0 - 2021-09-07
1.1.11 - 2021-01-13
1.1.11 - 2020-12-01
1.1.10 - 2020-01-28
1.1.9 - 2020-01-14
1.1.8 - 2019-04-01
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0