HI
I just updated the MB custom table via composer on the dev master to 2.0.0-rc.1 and I get the following fatal error.
Warning: require(tests/05-transactional-model.php): failed to open stream: No such file or directory in C:\wamp\www\freestuffgroup\wp-content\plugins\drip-create-plugin\assets\vendor\meta-box\mb-custom-table\mb-custom-table.php on line 47
Fatal error: require(): Failed opening required 'tests/05-transactional-model.php' (include_path='.;C:\php\pear') in C:\wamp\www\freestuffgroup\wp-content\plugins\drip-create-plugin\assets\vendor\meta-box\mb-custom-table\mb-custom-table.php on line 47
line 47 in mb-custom-table.php is...
require 'tests/05-transactional-model.php';