MB Custom Table Changelog
2.1.1 - 2022-02-16
- Add confirmation before delete a model
- Add hooks to all places
2.1.0 - 2022-01-24
- Fix bug custom model pagination
- Add hooks before/after firing public API
- Add hooks to the submit box - custom model
- Add hooks for custom model table list
2.0.0 - 2021-09-07
- Rewrite the plugin with namespaces
- Add support for custom models, e.g. creating models with custom tables with no relations to WordPress posts, users or tems.
1.1.11 - 2021-01-13
- Fix not saving empty value
1.1.11 - 2020-12-01
- Fix saving fields with "multiple" setting
1.1.10 - 2020-01-28
- Make Storage::table property public
- Change ID column to bigint(20) unsigned to compatible with posts table
1.1.9 - 2020-01-14
- Fix not saving for term meta
1.1.8 - 2019-04-01
- Fixed not working for user meta.
1.1.7
1.1.6
- Fixed output wrong value for checkbox field when unchecked.
- Do not create row when no data is submitted.
1.1.5
- Fixed: Checkboxes saved in custom table but shown in UI (checkbox_list)
1.1.4
1.1.3
- Fixed inserting empty row into the custom table when creating a new post of another post type.
1.1.2
- Save empty values as NULL in the database, so empty arrays won't be serialized.
1.1.1
- Fixed data not saving correctly if there's field of type heading or divider.
1.1.0
- Removed rows in the database when deleting objects (posts, terms, users)
- Fixed saving values for field with "multiple=true".
1.0.1
- Fixed meta boxes are ignored to update to the DB
1.0