Hi
in custom table when save a post to insert database i have problem and get not activity and update date base. after debug i found this
mb-custom-table\inc\class-mb-custom-table-loader.php(line:58)
when create many meta box , and priority top to down is save to metatable and last metabox registered (order by include php file ) was save in database, in function read all metabox registered and when look first array is not 'custom_table' in line 58 action 'return;'.
and exit function and not act update or insert and this function is bad work. so change 'return' to 'continue' this function is correct.and look all metabox until with have 'table' and update or insert to custom table.
please on next version fix it
thx.